imx53-evk.dts 2.2 KB

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