imx53-ard.dts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /*
  2. * Copyright 2011 Freescale Semiconductor, Inc.
  3. * Copyright 2011 Linaro Ltd.
  4. *
  5. * The code contained herein is licensed under the GNU General Public
  6. * License. You may obtain a copy of the GNU General Public License
  7. * Version 2 or later at the following locations:
  8. *
  9. * http://www.opensource.org/licenses/gpl-license.html
  10. * http://www.gnu.org/copyleft/gpl.html
  11. */
  12. /dts-v1/;
  13. /include/ "imx53.dtsi"
  14. / {
  15. model = "Freescale i.MX53 Automotive Reference Design Board";
  16. compatible = "fsl,imx53-ard", "fsl,imx53";
  17. memory {
  18. reg = <0x70000000 0x40000000>;
  19. };
  20. soc {
  21. aips@50000000 { /* AIPS1 */
  22. spba@50000000 {
  23. esdhc@50004000 { /* ESDHC1 */
  24. cd-gpios = <&gpio1 1 0>;
  25. wp-gpios = <&gpio1 9 0>;
  26. status = "okay";
  27. };
  28. };
  29. iomuxc@53fa8000 {
  30. compatible = "fsl,imx53-iomuxc-ard";
  31. reg = <0x53fa8000 0x4000>;
  32. };
  33. uart1: serial@53fbc000 {
  34. status = "okay";
  35. };
  36. };
  37. };
  38. eim-cs1@f4000000 {
  39. #address-cells = <1>;
  40. #size-cells = <1>;
  41. compatible = "fsl,eim-bus", "simple-bus";
  42. reg = <0xf4000000 0x3ff0000>;
  43. ranges;
  44. lan9220@f4000000 {
  45. compatible = "smsc,lan9220", "smsc,lan9115";
  46. reg = <0xf4000000 0x2000000>;
  47. phy-mode = "mii";
  48. interrupt-parent = <&gpio2>;
  49. interrupts = <31 0x8>;
  50. reg-io-width = <4>;
  51. /*
  52. * VDD33A and VDDVARIO of LAN9220 are supplied by
  53. * SW4_3V3 of LTC3589. Before the regulator driver
  54. * for this PMIC is available, we use a fixed dummy
  55. * 3V3 regulator to get LAN9220 driver probing work.
  56. */
  57. vdd33a-supply = <&reg_3p3v>;
  58. vddvario-supply = <&reg_3p3v>;
  59. smsc,irq-push-pull;
  60. };
  61. };
  62. regulators {
  63. compatible = "simple-bus";
  64. reg_3p3v: 3p3v {
  65. compatible = "regulator-fixed";
  66. regulator-name = "3P3V";
  67. regulator-min-microvolt = <3300000>;
  68. regulator-max-microvolt = <3300000>;
  69. regulator-always-on;
  70. };
  71. };
  72. gpio-keys {
  73. compatible = "gpio-keys";
  74. home {
  75. label = "Home";
  76. gpios = <&gpio5 10 0>;
  77. linux,code = <102>; /* KEY_HOME */
  78. gpio-key,wakeup;
  79. };
  80. back {
  81. label = "Back";
  82. gpios = <&gpio5 11 0>;
  83. linux,code = <158>; /* KEY_BACK */
  84. gpio-key,wakeup;
  85. };
  86. program {
  87. label = "Program";
  88. gpios = <&gpio5 12 0>;
  89. linux,code = <362>; /* KEY_PROGRAM */
  90. gpio-key,wakeup;
  91. };
  92. volume-up {
  93. label = "Volume Up";
  94. gpios = <&gpio5 13 0>;
  95. linux,code = <115>; /* KEY_VOLUMEUP */
  96. };
  97. volume-down {
  98. label = "Volume Down";
  99. gpios = <&gpio4 0 0>;
  100. linux,code = <114>; /* KEY_VOLUMEDOWN */
  101. };
  102. };
  103. };