imx28-cfa10036.dts 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. * Copyright 2012 Free Electrons
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. /include/ "imx28.dtsi"
  13. / {
  14. model = "Crystalfontz CFA-10036 Board";
  15. compatible = "crystalfontz,cfa10036", "fsl,imx28";
  16. memory {
  17. reg = <0x40000000 0x08000000>;
  18. };
  19. apb@80000000 {
  20. apbh@80000000 {
  21. ssp0: ssp@80010000 {
  22. compatible = "fsl,imx28-mmc";
  23. pinctrl-names = "default";
  24. pinctrl-0 = <&mmc0_4bit_pins_a
  25. &mmc0_cd_cfg &mmc0_sck_cfg>;
  26. bus-width = <4>;
  27. status = "okay";
  28. };
  29. };
  30. apbx@80040000 {
  31. duart: serial@80074000 {
  32. pinctrl-names = "default";
  33. pinctrl-0 = <&duart_pins_b>;
  34. status = "okay";
  35. };
  36. };
  37. };
  38. leds {
  39. compatible = "gpio-leds";
  40. power {
  41. gpios = <&gpio3 4 1>;
  42. default-state = "on";
  43. };
  44. };
  45. };