imx53-evk.dts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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 Evaluation Kit";
  16. compatible = "fsl,imx53-evk", "fsl,imx53";
  17. chosen {
  18. bootargs = "console=ttymxc0,115200 root=/dev/mmcblk0p3 rootwait";
  19. };
  20. memory {
  21. reg = <0x70000000 0x80000000>;
  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 = <&gpio2 14 0>; /* GPIO3_14 */
  29. status = "okay";
  30. };
  31. ecspi@50010000 { /* ECSPI1 */
  32. fsl,spi-num-chipselects = <2>;
  33. cs-gpios = <&gpio1 30 0>, /* GPIO2_30 */
  34. <&gpio2 19 0>; /* GPIO3_19 */
  35. status = "okay";
  36. flash: at45db321d@1 {
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
  40. spi-max-frequency = <25000000>;
  41. reg = <1>;
  42. partition@0 {
  43. label = "U-Boot";
  44. reg = <0x0 0x40000>;
  45. read-only;
  46. };
  47. partition@40000 {
  48. label = "Kernel";
  49. reg = <0x40000 0x3c0000>;
  50. };
  51. };
  52. };
  53. esdhc@50020000 { /* ESDHC3 */
  54. cd-gpios = <&gpio2 11 0>; /* GPIO3_11 */
  55. wp-gpios = <&gpio2 12 0>; /* GPIO3_12 */
  56. status = "okay";
  57. };
  58. };
  59. wdog@53f98000 { /* WDOG1 */
  60. status = "okay";
  61. };
  62. iomuxc@53fa8000 {
  63. compatible = "fsl,imx53-iomuxc-evk";
  64. reg = <0x53fa8000 0x4000>;
  65. };
  66. uart0: uart@53fbc000 { /* UART1 */
  67. status = "okay";
  68. };
  69. };
  70. aips@60000000 { /* AIPS2 */
  71. sdma@63fb0000 {
  72. fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
  73. };
  74. i2c@63fc4000 { /* I2C2 */
  75. status = "okay";
  76. pmic: mc13892@08 {
  77. compatible = "fsl,mc13892", "fsl,mc13xxx";
  78. reg = <0x08>;
  79. };
  80. codec: sgtl5000@0a {
  81. compatible = "fsl,sgtl5000";
  82. reg = <0x0a>;
  83. };
  84. };
  85. fec@63fec000 {
  86. phy-mode = "rmii";
  87. phy-reset-gpios = <&gpio6 6 0>; /* GPIO7_6 */
  88. status = "okay";
  89. };
  90. };
  91. };
  92. leds {
  93. compatible = "gpio-leds";
  94. green {
  95. label = "Heartbeat";
  96. gpios = <&gpio6 7 0>; /* GPIO7_7 */
  97. linux,default-trigger = "heartbeat";
  98. };
  99. };
  100. };