imx53-smd.dts 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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 Smart Mobile Reference Design Board";
  16. compatible = "fsl,imx53-smd", "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 = <&gpio3 13 0>;
  28. wp-gpios = <&gpio4 11 0>;
  29. status = "okay";
  30. };
  31. esdhc@50008000 { /* ESDHC2 */
  32. fsl,card-wired;
  33. status = "okay";
  34. };
  35. uart3: uart@5000c000 {
  36. fsl,uart-has-rtscts;
  37. status = "okay";
  38. };
  39. ecspi@50010000 { /* ECSPI1 */
  40. fsl,spi-num-chipselects = <2>;
  41. cs-gpios = <&gpio2 30 0>, <&gpio3 19 0>;
  42. status = "okay";
  43. zigbee: mc1323@0 {
  44. compatible = "fsl,mc1323";
  45. spi-max-frequency = <8000000>;
  46. reg = <0>;
  47. };
  48. flash: m25p32@1 {
  49. #address-cells = <1>;
  50. #size-cells = <1>;
  51. compatible = "st,m25p32", "st,m25p";
  52. spi-max-frequency = <20000000>;
  53. reg = <1>;
  54. partition@0 {
  55. label = "U-Boot";
  56. reg = <0x0 0x40000>;
  57. read-only;
  58. };
  59. partition@40000 {
  60. label = "Kernel";
  61. reg = <0x40000 0x3c0000>;
  62. };
  63. };
  64. };
  65. esdhc@50020000 { /* ESDHC3 */
  66. fsl,card-wired;
  67. status = "okay";
  68. };
  69. };
  70. wdog@53f98000 { /* WDOG1 */
  71. status = "okay";
  72. };
  73. iomuxc@53fa8000 {
  74. compatible = "fsl,imx53-iomuxc-smd";
  75. reg = <0x53fa8000 0x4000>;
  76. };
  77. uart1: uart@53fbc000 {
  78. status = "okay";
  79. };
  80. uart2: uart@53fc0000 {
  81. status = "okay";
  82. };
  83. };
  84. aips@60000000 { /* AIPS2 */
  85. sdma@63fb0000 {
  86. fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
  87. };
  88. i2c@63fc4000 { /* I2C2 */
  89. status = "okay";
  90. codec: sgtl5000@0a {
  91. compatible = "fsl,sgtl5000";
  92. reg = <0x0a>;
  93. };
  94. magnetometer: mag3110@0e {
  95. compatible = "fsl,mag3110";
  96. reg = <0x0e>;
  97. };
  98. touchkey: mpr121@5a {
  99. compatible = "fsl,mpr121";
  100. reg = <0x5a>;
  101. };
  102. };
  103. i2c@63fc8000 { /* I2C1 */
  104. status = "okay";
  105. accelerometer: mma8450@1c {
  106. compatible = "fsl,mma8450";
  107. reg = <0x1c>;
  108. };
  109. camera: ov5642@3c {
  110. compatible = "ovti,ov5642";
  111. reg = <0x3c>;
  112. };
  113. pmic: dialog@48 {
  114. compatible = "dialog,da9053", "dialog,da9052";
  115. reg = <0x48>;
  116. };
  117. };
  118. fec@63fec000 {
  119. phy-mode = "rmii";
  120. phy-reset-gpios = <&gpio7 6 0>;
  121. status = "okay";
  122. };
  123. };
  124. };
  125. gpio-keys {
  126. compatible = "gpio-keys";
  127. volume-up {
  128. label = "Volume Up";
  129. gpios = <&gpio2 14 0>;
  130. linux,code = <115>; /* KEY_VOLUMEUP */
  131. };
  132. volume-down {
  133. label = "Volume Down";
  134. gpios = <&gpio2 15 0>;
  135. linux,code = <114>; /* KEY_VOLUMEDOWN */
  136. };
  137. };
  138. };