imx28-apf28dev.dts 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. ssp2: ssp@80014000 {
  27. compatible = "fsl,imx28-spi";
  28. pinctrl-names = "default";
  29. pinctrl-0 = <&spi2_pins_a>;
  30. status = "okay";
  31. };
  32. pinctrl@80018000 {
  33. pinctrl-names = "default";
  34. pinctrl-0 = <&hog_pins_apf28dev>;
  35. hog_pins_apf28dev: hog@0 {
  36. reg = <0>;
  37. fsl,pinmux-ids = <
  38. 0x1103 /* MX28_PAD_LCD_D16__GPIO_1_16 */
  39. 0x1113 /* MX28_PAD_LCD_D17__GPIO_1_17 */
  40. 0x1123 /* MX28_PAD_LCD_D18__GPIO_1_18 */
  41. 0x1133 /* MX28_PAD_LCD_D19__GPIO_1_19 */
  42. 0x1143 /* MX28_PAD_LCD_D20__GPIO_1_20 */
  43. 0x1153 /* MX28_PAD_LCD_D21__GPIO_1_21 */
  44. 0x1163 /* MX28_PAD_LCD_D22__GPIO_1_22 */
  45. >;
  46. fsl,drive-strength = <0>;
  47. fsl,voltage = <1>;
  48. fsl,pull-up = <0>;
  49. };
  50. lcdif_pins_apf28dev: lcdif-apf28dev@0 {
  51. reg = <0>;
  52. fsl,pinmux-ids = <
  53. 0x1181 /* MX28_PAD_LCD_RD_E__LCD_VSYNC */
  54. 0x1191 /* MX28_PAD_LCD_WR_RWN__LCD_HSYNC */
  55. 0x11a1 /* MX28_PAD_LCD_RS__LCD_DOTCLK */
  56. 0x11b1 /* MX28_PAD_LCD_CS__LCD_ENABLE */
  57. >;
  58. fsl,drive-strength = <0>;
  59. fsl,voltage = <1>;
  60. fsl,pull-up = <0>;
  61. };
  62. };
  63. lcdif@80030000 {
  64. pinctrl-names = "default";
  65. pinctrl-0 = <&lcdif_16bit_pins_a
  66. &lcdif_pins_apf28dev>;
  67. status = "okay";
  68. };
  69. };
  70. apbx@80040000 {
  71. lradc@80050000 {
  72. status = "okay";
  73. };
  74. i2c0: i2c@80058000 {
  75. pinctrl-names = "default";
  76. pinctrl-0 = <&i2c0_pins_a>;
  77. status = "okay";
  78. };
  79. pwm: pwm@80064000 {
  80. pinctrl-names = "default";
  81. pinctrl-0 = <&pwm3_pins_a &pwm4_pins_a>;
  82. status = "okay";
  83. };
  84. usbphy0: usbphy@8007c000 {
  85. status = "okay";
  86. };
  87. usbphy1: usbphy@8007e000 {
  88. status = "okay";
  89. };
  90. };
  91. };
  92. ahb@80080000 {
  93. usb0: usb@80080000 {
  94. vbus-supply = <&reg_usb0_vbus>;
  95. status = "okay";
  96. };
  97. usb1: usb@80090000 {
  98. status = "okay";
  99. };
  100. mac1: ethernet@800f4000 {
  101. phy-mode = "rmii";
  102. pinctrl-names = "default";
  103. pinctrl-0 = <&mac1_pins_a>;
  104. phy-reset-gpios = <&gpio0 23 0>;
  105. status = "okay";
  106. };
  107. };
  108. regulators {
  109. compatible = "simple-bus";
  110. reg_usb0_vbus: usb0_vbus {
  111. compatible = "regulator-fixed";
  112. regulator-name = "usb0_vbus";
  113. regulator-min-microvolt = <5000000>;
  114. regulator-max-microvolt = <5000000>;
  115. gpio = <&gpio1 23 1>;
  116. };
  117. };
  118. leds {
  119. compatible = "gpio-leds";
  120. user {
  121. label = "Heartbeat";
  122. gpios = <&gpio0 21 0>;
  123. linux,default-trigger = "heartbeat";
  124. };
  125. };
  126. backlight {
  127. compatible = "pwm-backlight";
  128. pwms = <&pwm 3 191000>;
  129. brightness-levels = <0 4 8 16 32 64 128 255>;
  130. default-brightness-level = <6>;
  131. };
  132. };