blob: 393e90d9526d18a9ef4b34c19dcc1b30c3b60e4a [file] [log] [blame]
Shawn Guo73d2b4c2011-10-17 08:42:16 +08001/*
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
13/dts-v1/;
14/include/ "imx53.dtsi"
15
16/ {
17 model = "Freescale i.MX53 Quick Start Board";
18 compatible = "fsl,imx53-qsb", "fsl,imx53";
19
Shawn Guo73d2b4c2011-10-17 08:42:16 +080020 memory {
21 reg = <0x70000000 0x40000000>;
22 };
23
24 soc {
25 aips@50000000 { /* AIPS1 */
26 spba@50000000 {
27 esdhc@50004000 { /* ESDHC1 */
Richard Zhao4d191862011-12-14 09:26:44 +080028 cd-gpios = <&gpio3 13 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080029 status = "okay";
30 };
31
32 esdhc@50020000 { /* ESDHC3 */
Richard Zhao4d191862011-12-14 09:26:44 +080033 cd-gpios = <&gpio3 11 0>;
34 wp-gpios = <&gpio3 12 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +080035 status = "okay";
36 };
37 };
38
39 wdog@53f98000 { /* WDOG1 */
40 status = "okay";
41 };
42
43 iomuxc@53fa8000 {
44 compatible = "fsl,imx53-iomuxc-qsb";
45 reg = <0x53fa8000 0x4000>;
46 };
47
Shawn Guo0c456cf2012-04-02 14:39:26 +080048 uart1: serial@53fbc000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +080049 status = "okay";
50 };
51 };
52
53 aips@60000000 { /* AIPS2 */
54 sdma@63fb0000 {
55 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
56 };
57
58 i2c@63fc4000 { /* I2C2 */
59 status = "okay";
60
61 codec: sgtl5000@0a {
62 compatible = "fsl,sgtl5000";
63 reg = <0x0a>;
64 };
65 };
66
67 i2c@63fc8000 { /* I2C1 */
68 status = "okay";
69
70 accelerometer: mma8450@1c {
71 compatible = "fsl,mma8450";
72 reg = <0x1c>;
73 };
74
75 pmic: dialog@48 {
Ying-Chun Liu (PaulLiu)41a0d3a2012-05-09 02:06:27 +080076 compatible = "dlg,da9053-aa", "dlg,da9052";
Shawn Guo73d2b4c2011-10-17 08:42:16 +080077 reg = <0x48>;
Ying-Chun Liu (PaulLiu)41a0d3a2012-05-09 02:06:27 +080078
79 regulators {
80 buck0 {
81 regulator-min-microvolt = <500000>;
82 regulator-max-microvolt = <2075000>;
83 };
84
85 buck1 {
86 regulator-min-microvolt = <500000>;
87 regulator-max-microvolt = <2075000>;
88 };
89
90 buck2 {
91 regulator-min-microvolt = <925000>;
92 regulator-max-microvolt = <2500000>;
93 };
94
95 buck3 {
96 regulator-min-microvolt = <925000>;
97 regulator-max-microvolt = <2500000>;
98 };
99
100 ldo4 {
101 regulator-min-microvolt = <600000>;
102 regulator-max-microvolt = <1800000>;
103 };
104
105 ldo5 {
106 regulator-min-microvolt = <600000>;
107 regulator-max-microvolt = <1800000>;
108 };
109
110 ldo6 {
111 regulator-min-microvolt = <1725000>;
112 regulator-max-microvolt = <3300000>;
113 };
114
115 ldo7 {
116 regulator-min-microvolt = <1725000>;
117 regulator-max-microvolt = <3300000>;
118 };
119
120 ldo8 {
121 regulator-min-microvolt = <1200000>;
122 regulator-max-microvolt = <3600000>;
123 };
124
125 ldo9 {
126 regulator-min-microvolt = <1200000>;
127 regulator-max-microvolt = <3600000>;
128 };
129
130 ldo10 {
131 regulator-min-microvolt = <1200000>;
132 regulator-max-microvolt = <3600000>;
133 };
134
135 ldo11 {
136 regulator-min-microvolt = <1200000>;
137 regulator-max-microvolt = <3600000>;
138 };
139
140 ldo12 {
141 regulator-min-microvolt = <1250000>;
142 regulator-max-microvolt = <3650000>;
143 };
144
145 ldo13 {
146 regulator-min-microvolt = <1200000>;
147 regulator-max-microvolt = <3600000>;
148 };
149 };
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800150 };
151 };
152
Shawn Guo0c456cf2012-04-02 14:39:26 +0800153 ethernet@63fec000 {
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800154 phy-mode = "rmii";
Richard Zhao4d191862011-12-14 09:26:44 +0800155 phy-reset-gpios = <&gpio7 6 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800156 status = "okay";
157 };
158 };
159 };
160
161 gpio-keys {
162 compatible = "gpio-keys";
163
164 power {
165 label = "Power Button";
Richard Zhao4d191862011-12-14 09:26:44 +0800166 gpios = <&gpio1 8 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800167 linux,code = <116>; /* KEY_POWER */
168 gpio-key,wakeup;
169 };
170
171 volume-up {
172 label = "Volume Up";
Richard Zhao4d191862011-12-14 09:26:44 +0800173 gpios = <&gpio2 14 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800174 linux,code = <115>; /* KEY_VOLUMEUP */
175 };
176
177 volume-down {
178 label = "Volume Down";
Richard Zhao4d191862011-12-14 09:26:44 +0800179 gpios = <&gpio2 15 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800180 linux,code = <114>; /* KEY_VOLUMEDOWN */
181 };
182 };
183
184 leds {
185 compatible = "gpio-leds";
186
187 user {
188 label = "Heartbeat";
Richard Zhao4d191862011-12-14 09:26:44 +0800189 gpios = <&gpio7 7 0>;
Shawn Guo73d2b4c2011-10-17 08:42:16 +0800190 linux,default-trigger = "heartbeat";
191 };
192 };
193};