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