imx28-apf28dev.dts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. };
  45. };
  46. apbx@80040000 {
  47. lradc@80050000 {
  48. status = "okay";
  49. };
  50. pwm: pwm@80064000 {
  51. pinctrl-names = "default";
  52. pinctrl-0 = <&pwm3_pins_a &pwm4_pins_a>;
  53. status = "okay";
  54. };
  55. usbphy0: usbphy@8007c000 {
  56. status = "okay";
  57. };
  58. usbphy1: usbphy@8007e000 {
  59. status = "okay";
  60. };
  61. };
  62. };
  63. ahb@80080000 {
  64. usb0: usb@80080000 {
  65. vbus-supply = <&reg_usb0_vbus>;
  66. status = "okay";
  67. };
  68. usb1: usb@80090000 {
  69. status = "okay";
  70. };
  71. mac1: ethernet@800f4000 {
  72. phy-mode = "rmii";
  73. pinctrl-names = "default";
  74. pinctrl-0 = <&mac1_pins_a>;
  75. phy-reset-gpios = <&gpio0 23 0>;
  76. status = "okay";
  77. };
  78. };
  79. regulators {
  80. compatible = "simple-bus";
  81. reg_usb0_vbus: usb0_vbus {
  82. compatible = "regulator-fixed";
  83. regulator-name = "usb0_vbus";
  84. regulator-min-microvolt = <5000000>;
  85. regulator-max-microvolt = <5000000>;
  86. gpio = <&gpio1 23 1>;
  87. };
  88. };
  89. leds {
  90. compatible = "gpio-leds";
  91. user {
  92. label = "Heartbeat";
  93. gpios = <&gpio0 21 0>;
  94. linux,default-trigger = "heartbeat";
  95. };
  96. };
  97. };