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