xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/vf/vf610-twr.dts (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2f126890aSEmmanuel Vadot//
3f126890aSEmmanuel Vadot// Copyright 2013 Freescale Semiconductor, Inc.
4f126890aSEmmanuel Vadot
5f126890aSEmmanuel Vadot/dts-v1/;
6f126890aSEmmanuel Vadot#include "vf610.dtsi"
7f126890aSEmmanuel Vadot
8f126890aSEmmanuel Vadot/ {
9f126890aSEmmanuel Vadot	model = "VF610 Tower Board";
10f126890aSEmmanuel Vadot	compatible = "fsl,vf610-twr", "fsl,vf610";
11f126890aSEmmanuel Vadot
12f126890aSEmmanuel Vadot	chosen {
13f126890aSEmmanuel Vadot		bootargs = "console=ttyLP1,115200";
14f126890aSEmmanuel Vadot	};
15f126890aSEmmanuel Vadot
16f126890aSEmmanuel Vadot	memory@80000000 {
17f126890aSEmmanuel Vadot		device_type = "memory";
18f126890aSEmmanuel Vadot		reg = <0x80000000 0x8000000>;
19f126890aSEmmanuel Vadot	};
20f126890aSEmmanuel Vadot
21f126890aSEmmanuel Vadot	audio_ext: mclk_osc {
22f126890aSEmmanuel Vadot		compatible = "fixed-clock";
23f126890aSEmmanuel Vadot		#clock-cells = <0>;
24f126890aSEmmanuel Vadot		clock-frequency = <24576000>;
25f126890aSEmmanuel Vadot	};
26f126890aSEmmanuel Vadot
27f126890aSEmmanuel Vadot	enet_ext: eth_osc {
28f126890aSEmmanuel Vadot		compatible = "fixed-clock";
29f126890aSEmmanuel Vadot		#clock-cells = <0>;
30f126890aSEmmanuel Vadot		clock-frequency = <50000000>;
31f126890aSEmmanuel Vadot	};
32f126890aSEmmanuel Vadot
33f126890aSEmmanuel Vadot
34*aa1a8ff2SEmmanuel Vadot	reg_3p3v: regulator-3p3v {
35f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
36f126890aSEmmanuel Vadot		regulator-name = "3P3V";
37f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
38f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
39f126890aSEmmanuel Vadot		regulator-always-on;
40f126890aSEmmanuel Vadot	};
41f126890aSEmmanuel Vadot
42*aa1a8ff2SEmmanuel Vadot	reg_vcc_3v3_mcu: regulator-vcc-3v3-mcu {
43f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
44f126890aSEmmanuel Vadot		regulator-name = "vcc_3v3_mcu";
45f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
46f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
47f126890aSEmmanuel Vadot	};
48f126890aSEmmanuel Vadot
49f126890aSEmmanuel Vadot	sound {
50f126890aSEmmanuel Vadot		compatible = "simple-audio-card";
51f126890aSEmmanuel Vadot		simple-audio-card,format = "i2s";
52f126890aSEmmanuel Vadot		simple-audio-card,widgets =
53f126890aSEmmanuel Vadot			"Microphone", "Microphone Jack",
54f126890aSEmmanuel Vadot			"Headphone", "Headphone Jack",
55f126890aSEmmanuel Vadot			"Speaker", "Speaker Ext",
56f126890aSEmmanuel Vadot			"Line", "Line In Jack";
57f126890aSEmmanuel Vadot		simple-audio-card,routing =
58f126890aSEmmanuel Vadot			"MIC_IN", "Microphone Jack",
59f126890aSEmmanuel Vadot			"Microphone Jack", "Mic Bias",
60f126890aSEmmanuel Vadot			"LINE_IN", "Line In Jack",
61f126890aSEmmanuel Vadot			"Headphone Jack", "HP_OUT",
62f126890aSEmmanuel Vadot			"Speaker Ext", "LINE_OUT";
63f126890aSEmmanuel Vadot
64f126890aSEmmanuel Vadot		simple-audio-card,cpu {
65f126890aSEmmanuel Vadot			sound-dai = <&sai2>;
66f126890aSEmmanuel Vadot			frame-master;
67f126890aSEmmanuel Vadot			bitclock-master;
68f126890aSEmmanuel Vadot		};
69f126890aSEmmanuel Vadot
70f126890aSEmmanuel Vadot		simple-audio-card,codec {
71f126890aSEmmanuel Vadot			sound-dai = <&codec>;
72f126890aSEmmanuel Vadot			frame-master;
73f126890aSEmmanuel Vadot			bitclock-master;
74f126890aSEmmanuel Vadot		};
75f126890aSEmmanuel Vadot	};
76f126890aSEmmanuel Vadot};
77f126890aSEmmanuel Vadot
78f126890aSEmmanuel Vadot&adc0 {
79f126890aSEmmanuel Vadot	pinctrl-names = "default";
80f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_adc0_ad5>;
81f126890aSEmmanuel Vadot	vref-supply = <&reg_vcc_3v3_mcu>;
82f126890aSEmmanuel Vadot	status = "okay";
83f126890aSEmmanuel Vadot};
84f126890aSEmmanuel Vadot
85f126890aSEmmanuel Vadot&clks {
86f126890aSEmmanuel Vadot	clocks = <&sxosc>, <&fxosc>, <&enet_ext>, <&audio_ext>;
87f126890aSEmmanuel Vadot	clock-names = "sxosc", "fxosc", "enet_ext", "audio_ext";
88f126890aSEmmanuel Vadot	assigned-clocks = <&clks VF610_CLK_ENET_SEL>,
89f126890aSEmmanuel Vadot			  <&clks VF610_CLK_ENET_TS_SEL>;
90f126890aSEmmanuel Vadot	assigned-clock-parents = <&clks VF610_CLK_ENET_EXT>,
91f126890aSEmmanuel Vadot				 <&clks VF610_CLK_ENET_EXT>;
92f126890aSEmmanuel Vadot};
93f126890aSEmmanuel Vadot
94f126890aSEmmanuel Vadot&dspi0 {
95f126890aSEmmanuel Vadot	bus-num = <0>;
96f126890aSEmmanuel Vadot	pinctrl-names = "default";
97f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_dspi0>;
98f126890aSEmmanuel Vadot	status = "okay";
99f126890aSEmmanuel Vadot
100f126890aSEmmanuel Vadot	sflash: at26df081a@0 {
101f126890aSEmmanuel Vadot		#address-cells = <1>;
102f126890aSEmmanuel Vadot		#size-cells = <1>;
103f126890aSEmmanuel Vadot		compatible = "atmel,at26df081a";
104f126890aSEmmanuel Vadot		spi-max-frequency = <16000000>;
105f126890aSEmmanuel Vadot		spi-cpol;
106f126890aSEmmanuel Vadot		spi-cpha;
107f126890aSEmmanuel Vadot		reg = <0>;
108f126890aSEmmanuel Vadot	};
109f126890aSEmmanuel Vadot};
110f126890aSEmmanuel Vadot
111f126890aSEmmanuel Vadot&edma0 {
112f126890aSEmmanuel Vadot	status = "okay";
113f126890aSEmmanuel Vadot};
114f126890aSEmmanuel Vadot
115f126890aSEmmanuel Vadot&esdhc1 {
116f126890aSEmmanuel Vadot	pinctrl-names = "default";
117f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_esdhc1>;
118f126890aSEmmanuel Vadot	bus-width = <4>;
119f126890aSEmmanuel Vadot	cd-gpios = <&gpio4 6 GPIO_ACTIVE_LOW>;
120f126890aSEmmanuel Vadot	status = "okay";
121f126890aSEmmanuel Vadot};
122f126890aSEmmanuel Vadot
123f126890aSEmmanuel Vadot&fec0 {
124f126890aSEmmanuel Vadot	phy-mode = "rmii";
125f126890aSEmmanuel Vadot	phy-handle = <&ethphy0>;
126f126890aSEmmanuel Vadot	pinctrl-names = "default";
127f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_fec0>;
128f126890aSEmmanuel Vadot	status = "okay";
129f126890aSEmmanuel Vadot
130f126890aSEmmanuel Vadot	mdio {
131f126890aSEmmanuel Vadot		#address-cells = <1>;
132f126890aSEmmanuel Vadot		#size-cells = <0>;
133f126890aSEmmanuel Vadot
134f126890aSEmmanuel Vadot		ethphy0: ethernet-phy@0 {
135f126890aSEmmanuel Vadot			reg = <0>;
136f126890aSEmmanuel Vadot		};
137f126890aSEmmanuel Vadot
138f126890aSEmmanuel Vadot		ethphy1: ethernet-phy@1 {
139f126890aSEmmanuel Vadot			reg = <1>;
140f126890aSEmmanuel Vadot		};
141f126890aSEmmanuel Vadot	};
142f126890aSEmmanuel Vadot};
143f126890aSEmmanuel Vadot
144f126890aSEmmanuel Vadot&fec1 {
145f126890aSEmmanuel Vadot	phy-mode = "rmii";
146f126890aSEmmanuel Vadot	phy-handle = <&ethphy1>;
147f126890aSEmmanuel Vadot	pinctrl-names = "default";
148f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_fec1>;
149f126890aSEmmanuel Vadot	status = "okay";
150f126890aSEmmanuel Vadot};
151f126890aSEmmanuel Vadot
152f126890aSEmmanuel Vadot&i2c0 {
153f126890aSEmmanuel Vadot	clock-frequency = <100000>;
154f126890aSEmmanuel Vadot	pinctrl-names = "default";
155f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_i2c0>;
156f126890aSEmmanuel Vadot	status = "okay";
157f126890aSEmmanuel Vadot
158f126890aSEmmanuel Vadot	codec: sgtl5000@a {
159f126890aSEmmanuel Vadot	       #sound-dai-cells = <0>;
160f126890aSEmmanuel Vadot	       compatible = "fsl,sgtl5000";
161f126890aSEmmanuel Vadot	       reg = <0x0a>;
162f126890aSEmmanuel Vadot	       VDDA-supply = <&reg_3p3v>;
163f126890aSEmmanuel Vadot	       VDDIO-supply = <&reg_3p3v>;
164f126890aSEmmanuel Vadot	       clocks = <&clks VF610_CLK_SAI2>;
165f126890aSEmmanuel Vadot	};
166f126890aSEmmanuel Vadot};
167f126890aSEmmanuel Vadot
168f126890aSEmmanuel Vadot&iomuxc {
169f126890aSEmmanuel Vadot	vf610-twr {
170f126890aSEmmanuel Vadot		pinctrl_adc0_ad5: adc0ad5grp {
171f126890aSEmmanuel Vadot			fsl,pins = <
172f126890aSEmmanuel Vadot				VF610_PAD_PTC30__ADC0_SE5		0xa1
173f126890aSEmmanuel Vadot			>;
174f126890aSEmmanuel Vadot		};
175f126890aSEmmanuel Vadot
176f126890aSEmmanuel Vadot		pinctrl_dspi0: dspi0grp {
177f126890aSEmmanuel Vadot			fsl,pins = <
178f126890aSEmmanuel Vadot				VF610_PAD_PTB19__DSPI0_CS0		0x1182
179f126890aSEmmanuel Vadot				VF610_PAD_PTB20__DSPI0_SIN		0x1181
180f126890aSEmmanuel Vadot				VF610_PAD_PTB21__DSPI0_SOUT		0x1182
181f126890aSEmmanuel Vadot				VF610_PAD_PTB22__DSPI0_SCK		0x1182
182f126890aSEmmanuel Vadot			>;
183f126890aSEmmanuel Vadot		};
184f126890aSEmmanuel Vadot
185f126890aSEmmanuel Vadot		pinctrl_esdhc1: esdhc1grp {
186f126890aSEmmanuel Vadot			fsl,pins = <
187f126890aSEmmanuel Vadot				VF610_PAD_PTA24__ESDHC1_CLK	0x31ef
188f126890aSEmmanuel Vadot				VF610_PAD_PTA25__ESDHC1_CMD	0x31ef
189f126890aSEmmanuel Vadot				VF610_PAD_PTA26__ESDHC1_DAT0	0x31ef
190f126890aSEmmanuel Vadot				VF610_PAD_PTA27__ESDHC1_DAT1	0x31ef
191f126890aSEmmanuel Vadot				VF610_PAD_PTA28__ESDHC1_DATA2	0x31ef
192f126890aSEmmanuel Vadot				VF610_PAD_PTA29__ESDHC1_DAT3	0x31ef
193f126890aSEmmanuel Vadot				VF610_PAD_PTA7__GPIO_134	0x219d
194f126890aSEmmanuel Vadot			>;
195f126890aSEmmanuel Vadot		};
196f126890aSEmmanuel Vadot
197f126890aSEmmanuel Vadot		pinctrl_fec0: fec0grp {
198f126890aSEmmanuel Vadot			fsl,pins = <
199f126890aSEmmanuel Vadot				VF610_PAD_PTA6__RMII_CLKIN		0x30d1
200f126890aSEmmanuel Vadot				VF610_PAD_PTC0__ENET_RMII0_MDC		0x30d3
201f126890aSEmmanuel Vadot				VF610_PAD_PTC1__ENET_RMII0_MDIO		0x30d1
202f126890aSEmmanuel Vadot				VF610_PAD_PTC2__ENET_RMII0_CRS		0x30d1
203f126890aSEmmanuel Vadot				VF610_PAD_PTC3__ENET_RMII0_RXD1		0x30d1
204f126890aSEmmanuel Vadot				VF610_PAD_PTC4__ENET_RMII0_RXD0		0x30d1
205f126890aSEmmanuel Vadot				VF610_PAD_PTC5__ENET_RMII0_RXER		0x30d1
206f126890aSEmmanuel Vadot				VF610_PAD_PTC6__ENET_RMII0_TXD1		0x30d2
207f126890aSEmmanuel Vadot				VF610_PAD_PTC7__ENET_RMII0_TXD0		0x30d2
208f126890aSEmmanuel Vadot				VF610_PAD_PTC8__ENET_RMII0_TXEN		0x30d2
209f126890aSEmmanuel Vadot			>;
210f126890aSEmmanuel Vadot		};
211f126890aSEmmanuel Vadot
212f126890aSEmmanuel Vadot		pinctrl_fec1: fec1grp {
213f126890aSEmmanuel Vadot			fsl,pins = <
214f126890aSEmmanuel Vadot				VF610_PAD_PTC9__ENET_RMII1_MDC		0x30d2
215f126890aSEmmanuel Vadot				VF610_PAD_PTC10__ENET_RMII1_MDIO	0x30d3
216f126890aSEmmanuel Vadot				VF610_PAD_PTC11__ENET_RMII1_CRS		0x30d1
217f126890aSEmmanuel Vadot				VF610_PAD_PTC12__ENET_RMII1_RXD1	0x30d1
218f126890aSEmmanuel Vadot				VF610_PAD_PTC13__ENET_RMII1_RXD0	0x30d1
219f126890aSEmmanuel Vadot				VF610_PAD_PTC14__ENET_RMII1_RXER	0x30d1
220f126890aSEmmanuel Vadot				VF610_PAD_PTC15__ENET_RMII1_TXD1	0x30d2
221f126890aSEmmanuel Vadot				VF610_PAD_PTC16__ENET_RMII1_TXD0	0x30d2
222f126890aSEmmanuel Vadot				VF610_PAD_PTC17__ENET_RMII1_TXEN	0x30d2
223f126890aSEmmanuel Vadot			>;
224f126890aSEmmanuel Vadot		};
225f126890aSEmmanuel Vadot
226f126890aSEmmanuel Vadot		pinctrl_i2c0: i2c0grp {
227f126890aSEmmanuel Vadot			fsl,pins = <
228f126890aSEmmanuel Vadot				VF610_PAD_PTB14__I2C0_SCL		0x30d3
229f126890aSEmmanuel Vadot				VF610_PAD_PTB15__I2C0_SDA		0x30d3
230f126890aSEmmanuel Vadot			>;
231f126890aSEmmanuel Vadot		};
232f126890aSEmmanuel Vadot
233f126890aSEmmanuel Vadot		pinctrl_nfc: nfcgrp {
234f126890aSEmmanuel Vadot			fsl,pins = <
235f126890aSEmmanuel Vadot				VF610_PAD_PTD31__NF_IO15	0x28df
236f126890aSEmmanuel Vadot				VF610_PAD_PTD30__NF_IO14	0x28df
237f126890aSEmmanuel Vadot				VF610_PAD_PTD29__NF_IO13	0x28df
238f126890aSEmmanuel Vadot				VF610_PAD_PTD28__NF_IO12	0x28df
239f126890aSEmmanuel Vadot				VF610_PAD_PTD27__NF_IO11	0x28df
240f126890aSEmmanuel Vadot				VF610_PAD_PTD26__NF_IO10	0x28df
241f126890aSEmmanuel Vadot				VF610_PAD_PTD25__NF_IO9		0x28df
242f126890aSEmmanuel Vadot				VF610_PAD_PTD24__NF_IO8		0x28df
243f126890aSEmmanuel Vadot				VF610_PAD_PTD23__NF_IO7		0x28df
244f126890aSEmmanuel Vadot				VF610_PAD_PTD22__NF_IO6		0x28df
245f126890aSEmmanuel Vadot				VF610_PAD_PTD21__NF_IO5		0x28df
246f126890aSEmmanuel Vadot				VF610_PAD_PTD20__NF_IO4		0x28df
247f126890aSEmmanuel Vadot				VF610_PAD_PTD19__NF_IO3		0x28df
248f126890aSEmmanuel Vadot				VF610_PAD_PTD18__NF_IO2		0x28df
249f126890aSEmmanuel Vadot				VF610_PAD_PTD17__NF_IO1		0x28df
250f126890aSEmmanuel Vadot				VF610_PAD_PTD16__NF_IO0		0x28df
251f126890aSEmmanuel Vadot				VF610_PAD_PTB24__NF_WE_B	0x28c2
252f126890aSEmmanuel Vadot				VF610_PAD_PTB25__NF_CE0_B	0x28c2
253f126890aSEmmanuel Vadot				VF610_PAD_PTB27__NF_RE_B	0x28c2
254f126890aSEmmanuel Vadot				VF610_PAD_PTC26__NF_RB_B	0x283d
255f126890aSEmmanuel Vadot				VF610_PAD_PTC27__NF_ALE		0x28c2
256f126890aSEmmanuel Vadot				VF610_PAD_PTC28__NF_CLE		0x28c2
257f126890aSEmmanuel Vadot			>;
258f126890aSEmmanuel Vadot		};
259f126890aSEmmanuel Vadot
260f126890aSEmmanuel Vadot		pinctrl_pwm0: pwm0grp {
261f126890aSEmmanuel Vadot			fsl,pins = <
262f126890aSEmmanuel Vadot				VF610_PAD_PTB0__FTM0_CH0		0x1582
263f126890aSEmmanuel Vadot				VF610_PAD_PTB1__FTM0_CH1		0x1582
264f126890aSEmmanuel Vadot				VF610_PAD_PTB2__FTM0_CH2		0x1582
265f126890aSEmmanuel Vadot				VF610_PAD_PTB3__FTM0_CH3		0x1582
266f126890aSEmmanuel Vadot			>;
267f126890aSEmmanuel Vadot		};
268f126890aSEmmanuel Vadot
269f126890aSEmmanuel Vadot		pinctrl_sai2: sai2grp {
270f126890aSEmmanuel Vadot			fsl,pins = <
271f126890aSEmmanuel Vadot				VF610_PAD_PTA16__SAI2_TX_BCLK		0x02ed
272f126890aSEmmanuel Vadot				VF610_PAD_PTA18__SAI2_TX_DATA		0x02ee
273f126890aSEmmanuel Vadot				VF610_PAD_PTA19__SAI2_TX_SYNC		0x02ed
274f126890aSEmmanuel Vadot				VF610_PAD_PTA21__SAI2_RX_BCLK		0x02ed
275f126890aSEmmanuel Vadot				VF610_PAD_PTA22__SAI2_RX_DATA		0x02ed
276f126890aSEmmanuel Vadot				VF610_PAD_PTA23__SAI2_RX_SYNC		0x02ed
277f126890aSEmmanuel Vadot				VF610_PAD_PTB18__EXT_AUDIO_MCLK		0x02ed
278f126890aSEmmanuel Vadot			>;
279f126890aSEmmanuel Vadot		};
280f126890aSEmmanuel Vadot
281f126890aSEmmanuel Vadot		pinctrl_uart1: uart1grp {
282f126890aSEmmanuel Vadot			fsl,pins = <
283f126890aSEmmanuel Vadot				VF610_PAD_PTB4__UART1_TX		0x21a2
284f126890aSEmmanuel Vadot				VF610_PAD_PTB5__UART1_RX		0x21a1
285f126890aSEmmanuel Vadot			>;
286f126890aSEmmanuel Vadot		};
287f126890aSEmmanuel Vadot
288f126890aSEmmanuel Vadot		pinctrl_uart2: uart2grp {
289f126890aSEmmanuel Vadot			fsl,pins = <
290f126890aSEmmanuel Vadot				VF610_PAD_PTB6__UART2_TX		0x21a2
291f126890aSEmmanuel Vadot				VF610_PAD_PTB7__UART2_RX		0x21a1
292f126890aSEmmanuel Vadot			>;
293f126890aSEmmanuel Vadot		};
294f126890aSEmmanuel Vadot	};
295f126890aSEmmanuel Vadot};
296f126890aSEmmanuel Vadot
297f126890aSEmmanuel Vadot&nfc {
298f126890aSEmmanuel Vadot	assigned-clocks = <&clks VF610_CLK_NFC>;
299f126890aSEmmanuel Vadot	assigned-clock-rates = <33000000>;
300f126890aSEmmanuel Vadot	pinctrl-names = "default";
301f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_nfc>;
302f126890aSEmmanuel Vadot	status = "okay";
303f126890aSEmmanuel Vadot
304f126890aSEmmanuel Vadot	nand@0 {
305f126890aSEmmanuel Vadot		compatible = "fsl,vf610-nfc-nandcs";
306f126890aSEmmanuel Vadot		reg = <0>;
307f126890aSEmmanuel Vadot		#address-cells = <1>;
308f126890aSEmmanuel Vadot		#size-cells = <1>;
309f126890aSEmmanuel Vadot		nand-bus-width = <16>;
310f126890aSEmmanuel Vadot		nand-ecc-mode = "hw";
311f126890aSEmmanuel Vadot		nand-ecc-strength = <24>;
312f126890aSEmmanuel Vadot		nand-ecc-step-size = <2048>;
313f126890aSEmmanuel Vadot		nand-on-flash-bbt;
314f126890aSEmmanuel Vadot	};
315f126890aSEmmanuel Vadot};
316f126890aSEmmanuel Vadot
317f126890aSEmmanuel Vadot&pwm0 {
318f126890aSEmmanuel Vadot	pinctrl-names = "default";
319f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_pwm0>;
320f126890aSEmmanuel Vadot	status = "okay";
321f126890aSEmmanuel Vadot};
322f126890aSEmmanuel Vadot
323f126890aSEmmanuel Vadot&sai2 {
324f126890aSEmmanuel Vadot	#sound-dai-cells = <0>;
325f126890aSEmmanuel Vadot	pinctrl-names = "default";
326f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_sai2>;
327f126890aSEmmanuel Vadot	status = "okay";
328f126890aSEmmanuel Vadot};
329f126890aSEmmanuel Vadot
330f126890aSEmmanuel Vadot&uart1 {
331f126890aSEmmanuel Vadot	pinctrl-names = "default";
332f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_uart1>;
333f126890aSEmmanuel Vadot	status = "okay";
334f126890aSEmmanuel Vadot};
335f126890aSEmmanuel Vadot
336f126890aSEmmanuel Vadot&uart2 {
337f126890aSEmmanuel Vadot	pinctrl-names = "default";
338f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_uart2>;
339f126890aSEmmanuel Vadot	status = "okay";
340f126890aSEmmanuel Vadot};
341f126890aSEmmanuel Vadot
342f126890aSEmmanuel Vadot&usbdev0 {
343f126890aSEmmanuel Vadot	disable-over-current;
344f126890aSEmmanuel Vadot	status = "okay";
345f126890aSEmmanuel Vadot};
346f126890aSEmmanuel Vadot
347f126890aSEmmanuel Vadot&usbh1 {
348f126890aSEmmanuel Vadot	disable-over-current;
349f126890aSEmmanuel Vadot	status = "okay";
350f126890aSEmmanuel Vadot};
351f126890aSEmmanuel Vadot
352f126890aSEmmanuel Vadot&usbmisc0 {
353f126890aSEmmanuel Vadot	status = "okay";
354f126890aSEmmanuel Vadot};
355f126890aSEmmanuel Vadot
356f126890aSEmmanuel Vadot&usbmisc1 {
357f126890aSEmmanuel Vadot	status = "okay";
358f126890aSEmmanuel Vadot};
359f126890aSEmmanuel Vadot
360f126890aSEmmanuel Vadot&usbphy0 {
361f126890aSEmmanuel Vadot	status = "okay";
362f126890aSEmmanuel Vadot};
363f126890aSEmmanuel Vadot
364f126890aSEmmanuel Vadot&usbphy1 {
365f126890aSEmmanuel Vadot	status = "okay";
366f126890aSEmmanuel Vadot};
367