imx28-apf28dev.dts 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. * Copyright 2012 Armadeus Systems - <support@armadeus.com>
  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. /* APF28Dev is a docking board for the APF28 SOM */
  12. /include/ "imx28-apf28.dts"
  13. / {
  14. model = "Armadeus Systems APF28Dev docking/development board";
  15. compatible = "armadeus,imx28-apf28dev", "armadeus,imx28-apf28", "fsl,imx28";
  16. apb@80000000 {
  17. apbh@80000000 {
  18. ssp0: ssp@80010000 {
  19. compatible = "fsl,imx28-mmc";
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&mmc0_4bit_pins_a
  22. &mmc0_cd_cfg &mmc0_sck_cfg>;
  23. bus-width = <4>;
  24. status = "okay";
  25. };
  26. pinctrl@80018000 {
  27. pinctrl-names = "default";
  28. pinctrl-0 = <&hog_pins_apf28dev>;
  29. hog_pins_apf28dev: hog@0 {
  30. reg = <0>;
  31. fsl,pinmux-ids = <
  32. 0x1103 /* MX28_PAD_LCD_D16__GPIO_1_16 */
  33. 0x1113 /* MX28_PAD_LCD_D17__GPIO_1_17 */
  34. 0x1123 /* MX28_PAD_LCD_D18__GPIO_1_18 */
  35. 0x1133 /* MX28_PAD_LCD_D19__GPIO_1_19 */
  36. 0x1143 /* MX28_PAD_LCD_D20__GPIO_1_20 */
  37. 0x1153 /* MX28_PAD_LCD_D21__GPIO_1_21 */
  38. 0x1163 /* MX28_PAD_LCD_D22__GPIO_1_22 */
  39. >;
  40. fsl,drive-strength = <0>;
  41. fsl,voltage = <1>;
  42. fsl,pull-up = <0>;
  43. };
  44. lcdif_pins_apf28dev: lcdif-apf28dev@0 {
  45. reg = <0>;
  46. fsl,pinmux-ids = <
  47. 0x1181 /* MX28_PAD_LCD_RD_E__LCD_VSYNC */
  48. 0x1191 /* MX28_PAD_LCD_WR_RWN__LCD_HSYNC */
  49. 0x11a1 /* MX28_PAD_LCD_RS__LCD_DOTCLK */
  50. 0x11b1 /* MX28_PAD_LCD_CS__LCD_ENABLE */
  51. >;
  52. fsl,drive-strength = <0>;
  53. fsl,voltage = <1>;
  54. fsl,pull-up = <0>;
  55. };
  56. };
  57. lcdif@80030000 {
  58. pinctrl-names = "default";
  59. pinctrl-0 = <&lcdif_16bit_pins_a
  60. &lcdif_pins_apf28dev>;
  61. status = "okay";
  62. };
  63. };
  64. apbx@80040000 {
  65. lradc@80050000 {
  66. status = "okay";
  67. };
  68. pwm: pwm@80064000 {
  69. pinctrl-names = "default";
  70. pinctrl-0 = <&pwm3_pins_a &pwm4_pins_a>;
  71. status = "okay";
  72. };
  73. usbphy0: usbphy@8007c000 {
  74. status = "okay";
  75. };
  76. usbphy1: usbphy@8007e000 {
  77. status = "okay";
  78. };
  79. };
  80. };
  81. ahb@80080000 {
  82. usb0: usb@80080000 {
  83. vbus-supply = <&reg_usb0_vbus>;
  84. status = "okay";
  85. };
  86. usb1: usb@80090000 {
  87. status = "okay";
  88. };
  89. mac1: ethernet@800f4000 {
  90. phy-mode = "rmii";
  91. pinctrl-names = "default";
  92. pinctrl-0 = <&mac1_pins_a>;
  93. phy-reset-gpios = <&gpio0 23 0>;
  94. status = "okay";
  95. };
  96. };
  97. regulators {
  98. compatible = "simple-bus";
  99. reg_usb0_vbus: usb0_vbus {
  100. compatible = "regulator-fixed";
  101. regulator-name = "usb0_vbus";
  102. regulator-min-microvolt = <5000000>;
  103. regulator-max-microvolt = <5000000>;
  104. gpio = <&gpio1 23 1>;
  105. };
  106. };
  107. leds {
  108. compatible = "gpio-leds";
  109. user {
  110. label = "Heartbeat";
  111. gpios = <&gpio0 21 0>;
  112. linux,default-trigger = "heartbeat";
  113. };
  114. };
  115. backlight {
  116. compatible = "pwm-backlight";
  117. pwms = <&pwm 3 191000>;
  118. brightness-levels = <0 4 8 16 32 64 128 255>;
  119. default-brightness-level = <6>;
  120. };
  121. };