imx53-qsb.dts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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 Quick Start Board";
  16. compatible = "fsl,imx53-qsb", "fsl,imx53";
  17. memory {
  18. reg = <0x70000000 0x40000000>;
  19. };
  20. soc {
  21. aips@50000000 { /* AIPS1 */
  22. spba@50000000 {
  23. esdhc@50004000 { /* ESDHC1 */
  24. cd-gpios = <&gpio3 13 0>;
  25. status = "okay";
  26. };
  27. esdhc@50020000 { /* ESDHC3 */
  28. cd-gpios = <&gpio3 11 0>;
  29. wp-gpios = <&gpio3 12 0>;
  30. status = "okay";
  31. };
  32. };
  33. wdog@53f98000 { /* WDOG1 */
  34. status = "okay";
  35. };
  36. iomuxc@53fa8000 {
  37. compatible = "fsl,imx53-iomuxc-qsb";
  38. reg = <0x53fa8000 0x4000>;
  39. };
  40. uart1: uart@53fbc000 {
  41. status = "okay";
  42. };
  43. };
  44. aips@60000000 { /* AIPS2 */
  45. sdma@63fb0000 {
  46. fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
  47. };
  48. i2c@63fc4000 { /* I2C2 */
  49. status = "okay";
  50. codec: sgtl5000@0a {
  51. compatible = "fsl,sgtl5000";
  52. reg = <0x0a>;
  53. };
  54. };
  55. i2c@63fc8000 { /* I2C1 */
  56. status = "okay";
  57. accelerometer: mma8450@1c {
  58. compatible = "fsl,mma8450";
  59. reg = <0x1c>;
  60. };
  61. pmic: dialog@48 {
  62. compatible = "dialog,da9053", "dialog,da9052";
  63. reg = <0x48>;
  64. };
  65. };
  66. fec@63fec000 {
  67. phy-mode = "rmii";
  68. phy-reset-gpios = <&gpio7 6 0>;
  69. status = "okay";
  70. };
  71. };
  72. };
  73. gpio-keys {
  74. compatible = "gpio-keys";
  75. power {
  76. label = "Power Button";
  77. gpios = <&gpio1 8 0>;
  78. linux,code = <116>; /* KEY_POWER */
  79. gpio-key,wakeup;
  80. };
  81. volume-up {
  82. label = "Volume Up";
  83. gpios = <&gpio2 14 0>;
  84. linux,code = <115>; /* KEY_VOLUMEUP */
  85. };
  86. volume-down {
  87. label = "Volume Down";
  88. gpios = <&gpio2 15 0>;
  89. linux,code = <114>; /* KEY_VOLUMEDOWN */
  90. };
  91. };
  92. leds {
  93. compatible = "gpio-leds";
  94. user {
  95. label = "Heartbeat";
  96. gpios = <&gpio7 7 0>;
  97. linux,default-trigger = "heartbeat";
  98. };
  99. };
  100. };