imx53-evk.dts 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. pinctrl-names = "default";
  25. pinctrl-0 = <&pinctrl_esdhc1_1>;
  26. cd-gpios = <&gpio3 13 0>;
  27. wp-gpios = <&gpio3 14 0>;
  28. status = "okay";
  29. };
  30. ecspi@50010000 { /* ECSPI1 */
  31. pinctrl-names = "default";
  32. pinctrl-0 = <&pinctrl_ecspi1_1>;
  33. fsl,spi-num-chipselects = <2>;
  34. cs-gpios = <&gpio2 30 0>, <&gpio3 19 0>;
  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. pinctrl-names = "default";
  55. pinctrl-0 = <&pinctrl_esdhc3_1>;
  56. cd-gpios = <&gpio3 11 0>;
  57. wp-gpios = <&gpio3 12 0>;
  58. status = "okay";
  59. };
  60. };
  61. iomuxc@53fa8000 {
  62. pinctrl-names = "default";
  63. pinctrl-0 = <&pinctrl_hog>;
  64. hog {
  65. pinctrl_hog: hoggrp {
  66. fsl,pins = <
  67. 424 0x80000000 /* MX53_PAD_EIM_EB2__GPIO2_30 */
  68. 449 0x80000000 /* MX53_PAD_EIM_D19__GPIO3_19 */
  69. 693 0x80000000 /* MX53_PAD_EIM_DA11__GPIO3_11 */
  70. 697 0x80000000 /* MX53_PAD_EIM_DA12__GPIO3_12 */
  71. 701 0x80000000 /* MX53_PAD_EIM_DA13__GPIO3_13 */
  72. 705 0x80000000 /* MX53_PAD_EIM_DA14__GPIO3_14 */
  73. 868 0x80000000 /* MX53_PAD_PATA_DA_0__GPIO7_6 */
  74. 873 0x80000000 /* MX53_PAD_PATA_DA_1__GPIO7_7 */
  75. >;
  76. };
  77. };
  78. };
  79. uart1: serial@53fbc000 {
  80. pinctrl-names = "default";
  81. pinctrl-0 = <&pinctrl_uart1_1>;
  82. status = "okay";
  83. };
  84. };
  85. aips@60000000 { /* AIPS2 */
  86. i2c@63fc4000 { /* I2C2 */
  87. pinctrl-names = "default";
  88. pinctrl-0 = <&pinctrl_i2c2_1>;
  89. status = "okay";
  90. pmic: mc13892@08 {
  91. compatible = "fsl,mc13892", "fsl,mc13xxx";
  92. reg = <0x08>;
  93. };
  94. codec: sgtl5000@0a {
  95. compatible = "fsl,sgtl5000";
  96. reg = <0x0a>;
  97. };
  98. };
  99. ethernet@63fec000 {
  100. pinctrl-names = "default";
  101. pinctrl-0 = <&pinctrl_fec_1>;
  102. phy-mode = "rmii";
  103. phy-reset-gpios = <&gpio7 6 0>;
  104. status = "okay";
  105. };
  106. };
  107. };
  108. leds {
  109. compatible = "gpio-leds";
  110. green {
  111. label = "Heartbeat";
  112. gpios = <&gpio7 7 0>;
  113. linux,default-trigger = "heartbeat";
  114. };
  115. };
  116. };