imx53-ard.dts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. chosen {
  18. bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
  19. };
  20. memory {
  21. reg = <0x70000000 0x40000000>;
  22. };
  23. soc {
  24. aips@50000000 { /* AIPS1 */
  25. spba@50000000 {
  26. esdhc@50004000 { /* ESDHC1 */
  27. cd-gpios = <&gpio1 1 0>;
  28. wp-gpios = <&gpio1 9 0>;
  29. status = "okay";
  30. };
  31. };
  32. wdog@53f98000 { /* WDOG1 */
  33. status = "okay";
  34. };
  35. iomuxc@53fa8000 {
  36. compatible = "fsl,imx53-iomuxc-ard";
  37. reg = <0x53fa8000 0x4000>;
  38. };
  39. uart1: uart@53fbc000 {
  40. status = "okay";
  41. };
  42. };
  43. aips@60000000 { /* AIPS2 */
  44. sdma@63fb0000 {
  45. fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
  46. };
  47. };
  48. };
  49. eim-cs1@f4000000 {
  50. #address-cells = <1>;
  51. #size-cells = <1>;
  52. compatible = "fsl,eim-bus", "simple-bus";
  53. reg = <0xf4000000 0x3ff0000>;
  54. ranges;
  55. lan9220@f4000000 {
  56. compatible = "smsc,lan9220", "smsc,lan9115";
  57. reg = <0xf4000000 0x2000000>;
  58. phy-mode = "mii";
  59. interrupt-parent = <&gpio2>;
  60. interrupts = <31>;
  61. reg-io-width = <4>;
  62. smsc,irq-push-pull;
  63. };
  64. };
  65. gpio-keys {
  66. compatible = "gpio-keys";
  67. home {
  68. label = "Home";
  69. gpios = <&gpio5 10 0>;
  70. linux,code = <102>; /* KEY_HOME */
  71. gpio-key,wakeup;
  72. };
  73. back {
  74. label = "Back";
  75. gpios = <&gpio5 11 0>;
  76. linux,code = <158>; /* KEY_BACK */
  77. gpio-key,wakeup;
  78. };
  79. program {
  80. label = "Program";
  81. gpios = <&gpio5 12 0>;
  82. linux,code = <362>; /* KEY_PROGRAM */
  83. gpio-key,wakeup;
  84. };
  85. volume-up {
  86. label = "Volume Up";
  87. gpios = <&gpio5 13 0>;
  88. linux,code = <115>; /* KEY_VOLUMEUP */
  89. };
  90. volume-down {
  91. label = "Volume Down";
  92. gpios = <&gpio4 0 0>;
  93. linux,code = <114>; /* KEY_VOLUMEDOWN */
  94. };
  95. };
  96. };