ARM: mx28evk: Add SPI flash support
[deliverable/linux.git] / arch / arm / boot / dts / imx28-evk.dts
CommitLineData
bc3a59c1
DA
1/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
13/include/ "imx28.dtsi"
14
15/ {
16 model = "Freescale i.MX28 Evaluation Kit";
17 compatible = "fsl,imx28-evk", "fsl,imx28";
18
19 memory {
20 reg = <0x40000000 0x08000000>;
21 };
22
23 apb@80000000 {
35d23047 24 apbh@80000000 {
7a8e5149
HS
25 gpmi-nand@8000c000 {
26 pinctrl-names = "default";
daefb696
SG
27 pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg
28 &gpmi_pins_evk>;
7a8e5149
HS
29 status = "okay";
30 };
31
35d23047
SG
32 ssp0: ssp@80010000 {
33 compatible = "fsl,imx28-mmc";
34 pinctrl-names = "default";
35 pinctrl-0 = <&mmc0_8bit_pins_a
36 &mmc0_cd_cfg &mmc0_sck_cfg>;
37 bus-width = <8>;
38 wp-gpios = <&gpio2 12 0>;
64edbcdd 39 vmmc-supply = <&reg_vddio_sd0>;
35d23047
SG
40 status = "okay";
41 };
42
43 ssp1: ssp@80012000 {
44 compatible = "fsl,imx28-mmc";
45 bus-width = <8>;
46 wp-gpios = <&gpio0 28 0>;
35d23047 47 };
d54dbb50 48
5decb4b6
FE
49 ssp2: ssp@80014000 {
50 #address-cells = <1>;
51 #size-cells = <0>;
52 compatible = "fsl,imx28-spi";
53 pinctrl-names = "default";
54 pinctrl-0 = <&spi2_pins_a>;
55 status = "okay";
56
57 flash: m25p80@0 {
58 #address-cells = <1>;
59 #size-cells = <1>;
60 compatible = "sst,sst25vf016b";
61 spi-max-frequency = <40000000>;
62 reg = <0>;
63 };
64 };
65
d54dbb50
SG
66 pinctrl@80018000 {
67 pinctrl-names = "default";
68 pinctrl-0 = <&hog_pins_a>;
69
e0e35b48 70 hog_pins_a: hog@0 {
d54dbb50
SG
71 reg = <0>;
72 fsl,pinmux-ids = <
73 0x20d3 /* MX28_PAD_SSP1_CMD__GPIO_2_13 */
74 0x20f3 /* MX28_PAD_SSP1_DATA3__GPIO_2_15 */
75 0x40d3 /* MX28_PAD_ENET0_RX_CLK__GPIO_4_13 */
76 0x20c3 /* MX28_PAD_SSP1_SCK__GPIO_2_12 */
77 0x31c3 /* MX28_PAD_PWM3__GPIO_3_28 */
78 0x31e3 /* MX28_PAD_LCD_RESET__GPIO_3_30 */
79 0x3053 /* MX28_PAD_AUART1_TX__GPIO_3_5 */
5da01270
RZ
80 0x3083 /* MX28_PAD_AUART2_RX__GPIO_3_8 */
81 0x3093 /* MX28_PAD_AUART2_TX__GPIO_3_9 */
daefb696
SG
82 >;
83 fsl,drive-strength = <0>;
84 fsl,voltage = <1>;
85 fsl,pull-up = <0>;
86 };
87
88 gpmi_pins_evk: gpmi-nand-evk@0 {
89 reg = <0>;
90 fsl,pinmux-ids = <
91 0x0110 /* MX28_PAD_GPMI_CE1N__GPMI_CE1N */
92 0x0150 /* MX28_PAD_GPMI_RDY1__GPMI_READY1 */
d54dbb50
SG
93 >;
94 fsl,drive-strength = <0>;
95 fsl,voltage = <1>;
96 fsl,pull-up = <0>;
97 };
3dba2596
SG
98
99 lcdif_pins_evk: lcdif-evk@0 {
100 reg = <0>;
101 fsl,pinmux-ids = <
102 0x1181 /* MX28_PAD_LCD_RD_E__LCD_VSYNC */
103 0x1191 /* MX28_PAD_LCD_WR_RWN__LCD_HSYNC */
104 0x11a1 /* MX28_PAD_LCD_RS__LCD_DOTCLK */
105 0x11b1 /* MX28_PAD_LCD_CS__LCD_ENABLE */
106 >;
107 fsl,drive-strength = <0>;
108 fsl,voltage = <1>;
109 fsl,pull-up = <0>;
110 };
d54dbb50 111 };
a915ee42
SG
112
113 lcdif@80030000 {
114 pinctrl-names = "default";
3dba2596
SG
115 pinctrl-0 = <&lcdif_24bit_pins_a
116 &lcdif_pins_evk>;
a915ee42
SG
117 panel-enable-gpios = <&gpio3 30 0>;
118 status = "okay";
119 };
6ca44acf
SG
120
121 can0: can@80032000 {
122 pinctrl-names = "default";
123 pinctrl-0 = <&can0_pins_a>;
124 status = "okay";
125 };
126
127 can1: can@80034000 {
128 pinctrl-names = "default";
129 pinctrl-0 = <&can1_pins_a>;
130 status = "okay";
131 };
35d23047
SG
132 };
133
bc3a59c1 134 apbx@80040000 {
530f1d41
SG
135 saif0: saif@80042000 {
136 pinctrl-names = "default";
137 pinctrl-0 = <&saif0_pins_a>;
138 status = "okay";
139 };
140
141 saif1: saif@80046000 {
142 pinctrl-names = "default";
143 pinctrl-0 = <&saif1_pins_a>;
144 fsl,saif-master = <&saif0>;
145 status = "okay";
146 };
147
2a96e391
SG
148 i2c0: i2c@80058000 {
149 pinctrl-names = "default";
150 pinctrl-0 = <&i2c0_pins_a>;
151 status = "okay";
530f1d41
SG
152
153 sgtl5000: codec@0a {
154 compatible = "fsl,sgtl5000";
155 reg = <0x0a>;
156 VDDA-supply = <&reg_3p3v>;
157 VDDIO-supply = <&reg_3p3v>;
158
159 };
2a96e391
SG
160 };
161
52f7176b
SG
162 pwm: pwm@80064000 {
163 pinctrl-names = "default";
164 pinctrl-0 = <&pwm2_pins_a>;
165 status = "okay";
166 };
167
bc3a59c1
DA
168 duart: serial@80074000 {
169 pinctrl-names = "default";
170 pinctrl-0 = <&duart_pins_a>;
171 status = "okay";
172 };
80d969e4
FE
173
174 auart0: serial@8006a000 {
175 pinctrl-names = "default";
176 pinctrl-0 = <&auart0_pins_a>;
177 status = "okay";
178 };
179
180 auart3: serial@80070000 {
181 pinctrl-names = "default";
182 pinctrl-0 = <&auart3_pins_a>;
183 status = "okay";
184 };
5da01270
RZ
185
186 usbphy0: usbphy@8007c000 {
187 status = "okay";
188 };
189
190 usbphy1: usbphy@8007e000 {
191 status = "okay";
192 };
bc3a59c1
DA
193 };
194 };
195
196 ahb@80080000 {
5da01270
RZ
197 usb0: usb@80080000 {
198 vbus-supply = <&reg_usb0_vbus>;
199 status = "okay";
200 };
201
202 usb1: usb@80090000 {
203 vbus-supply = <&reg_usb1_vbus>;
204 status = "okay";
205 };
206
bc3a59c1
DA
207 mac0: ethernet@800f0000 {
208 phy-mode = "rmii";
209 pinctrl-names = "default";
210 pinctrl-0 = <&mac0_pins_a>;
c9987c81
SG
211 phy-supply = <&reg_fec_3v3>;
212 phy-reset-gpios = <&gpio4 13 0>;
213 phy-reset-duration = <100>;
bc3a59c1
DA
214 status = "okay";
215 };
216
217 mac1: ethernet@800f4000 {
218 phy-mode = "rmii";
219 pinctrl-names = "default";
220 pinctrl-0 = <&mac1_pins_a>;
221 status = "okay";
222 };
223 };
530f1d41
SG
224
225 regulators {
226 compatible = "simple-bus";
227
228 reg_3p3v: 3p3v {
229 compatible = "regulator-fixed";
230 regulator-name = "3P3V";
231 regulator-min-microvolt = <3300000>;
232 regulator-max-microvolt = <3300000>;
233 regulator-always-on;
234 };
64edbcdd
SG
235
236 reg_vddio_sd0: vddio-sd0 {
237 compatible = "regulator-fixed";
238 regulator-name = "vddio-sd0";
239 regulator-min-microvolt = <3300000>;
240 regulator-max-microvolt = <3300000>;
241 gpio = <&gpio3 28 0>;
242 };
c9987c81
SG
243
244 reg_fec_3v3: fec-3v3 {
245 compatible = "regulator-fixed";
246 regulator-name = "fec-3v3";
247 regulator-min-microvolt = <3300000>;
248 regulator-max-microvolt = <3300000>;
249 gpio = <&gpio2 15 0>;
250 };
5da01270
RZ
251
252 reg_usb0_vbus: usb0_vbus {
253 compatible = "regulator-fixed";
254 regulator-name = "usb0_vbus";
255 regulator-min-microvolt = <5000000>;
256 regulator-max-microvolt = <5000000>;
257 gpio = <&gpio3 9 0>;
258 enable-active-high;
259 };
260
261 reg_usb1_vbus: usb1_vbus {
262 compatible = "regulator-fixed";
263 regulator-name = "usb1_vbus";
264 regulator-min-microvolt = <5000000>;
265 regulator-max-microvolt = <5000000>;
266 gpio = <&gpio3 8 0>;
267 enable-active-high;
268 };
530f1d41
SG
269 };
270
271 sound {
272 compatible = "fsl,imx28-evk-sgtl5000",
273 "fsl,mxs-audio-sgtl5000";
274 model = "imx28-evk-sgtl5000";
275 saif-controllers = <&saif0 &saif1>;
276 audio-codec = <&sgtl5000>;
277 };
a600e333
SG
278
279 leds {
280 compatible = "gpio-leds";
281
282 user {
283 label = "Heartbeat";
284 gpios = <&gpio3 5 0>;
285 linux,default-trigger = "heartbeat";
286 };
287 };
52f7176b
SG
288
289 backlight {
290 compatible = "pwm-backlight";
291 pwms = <&pwm 2 5000000>;
292 brightness-levels = <0 4 8 16 32 64 128 255>;
293 default-brightness-level = <6>;
294 };
bc3a59c1 295};
This page took 0.117858 seconds and 5 git commands to generate.