imx23-olinuxino.dts 967 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. *
  4. * Author: Fabio Estevam <fabio.estevam@freescale.com>
  5. *
  6. * The code contained herein is licensed under the GNU General Public
  7. * License. You may obtain a copy of the GNU General Public License
  8. * Version 2 or later at the following locations:
  9. *
  10. * http://www.opensource.org/licenses/gpl-license.html
  11. * http://www.gnu.org/copyleft/gpl.html
  12. */
  13. /dts-v1/;
  14. /include/ "imx23.dtsi"
  15. / {
  16. model = "i.MX23 Olinuxino Low Cost Board";
  17. compatible = "olimex,imx23-olinuxino", "fsl,imx23";
  18. memory {
  19. reg = <0x40000000 0x04000000>;
  20. };
  21. apb@80000000 {
  22. apbh@80000000 {
  23. ssp0: ssp@80010000 {
  24. compatible = "fsl,imx23-mmc";
  25. pinctrl-names = "default";
  26. pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
  27. bus-width = <4>;
  28. status = "okay";
  29. };
  30. };
  31. apbx@80040000 {
  32. duart: serial@80070000 {
  33. pinctrl-names = "default";
  34. pinctrl-0 = <&duart_pins_a>;
  35. status = "okay";
  36. };
  37. };
  38. };
  39. };