imx53-qsb.dts 2.3 KB

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