Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / vf610-zii-dev.dtsi
1 /*
2  * Copyright (C) 2015, 2016 Zodiac Inflight Innovations
3  *
4  * Based on an original 'vf610-twr.dts' which is Copyright 2015,
5  * Freescale Semiconductor, Inc.
6  *
7  * This file is dual-licensed: you can use it either under the terms
8  * of the GPL or the X11 license, at your option. Note that this dual
9  * licensing only applies to this file, and not this project as a
10  * whole.
11  *
12  *  a) This file is free software; you can redistribute it and/or
13  *     modify it under the terms of the GNU General Public License
14  *     version 2 as published by the Free Software Foundation.
15  *
16  *     This file is distributed in the hope that it will be useful,
17  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
18  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  *     GNU General Public License for more details.
20  *
21  * Or, alternatively,
22  *
23  *  b) Permission is hereby granted, free of charge, to any person
24  *     obtaining a copy of this software and associated documentation
25  *     files (the "Software"), to deal in the Software without
26  *     restriction, including without limitation the rights to use,
27  *     copy, modify, merge, publish, distribute, sublicense, and/or
28  *     sell copies of the Software, and to permit persons to whom the
29  *     Software is furnished to do so, subject to the following
30  *     conditions:
31  *
32  *     The above copyright notice and this permission notice shall be
33  *     included in all copies or substantial portions of the Software.
34  *
35  *     THE SOFTWARE IS PROVIDED , WITHOUT WARRANTY OF ANY KIND,
36  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42  *     OTHER DEALINGS IN THE SOFTWARE.
43  */
44
45 #include "vf610.dtsi"
46
47 / {
48         chosen {
49                 stdout-path = "serial0:115200n8";
50         };
51
52         memory@80000000 {
53                 device_type = "memory";
54                 reg = <0x80000000 0x20000000>;
55         };
56
57         gpio-leds {
58                 compatible = "gpio-leds";
59                 pinctrl-0 = <&pinctrl_leds_debug>;
60                 pinctrl-names = "default";
61
62                 debug {
63                         label = "zii:green:debug1";
64                         gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
65                         linux,default-trigger = "heartbeat";
66                 };
67         };
68
69         reg_vcc_3v3_mcu: regulator-vcc-3v3-mcu {
70                 compatible = "regulator-fixed";
71                 regulator-name = "vcc_3v3_mcu";
72                 regulator-min-microvolt = <3300000>;
73                 regulator-max-microvolt = <3300000>;
74         };
75
76         usb0_vbus: regulator-usb0-vbus {
77                 compatible = "regulator-fixed";
78                 pinctrl-0 = <&pinctrl_usb_vbus>;
79                 regulator-name = "usb_vbus";
80                 regulator-min-microvolt = <5000000>;
81                 regulator-max-microvolt = <5000000>;
82                 enable-active-high;
83                 regulator-always-on;
84                 regulator-boot-on;
85                 gpio = <&gpio0 6 0>;
86         };
87 };
88
89 &adc0 {
90         pinctrl-names = "default";
91         pinctrl-0 = <&pinctrl_adc0_ad5>;
92         vref-supply = <&reg_vcc_3v3_mcu>;
93         status = "okay";
94 };
95
96 &edma0 {
97         status = "okay";
98 };
99
100 &edma1 {
101         status = "okay";
102 };
103
104 &esdhc1 {
105         pinctrl-names = "default";
106         pinctrl-0 = <&pinctrl_esdhc1>;
107         bus-width = <4>;
108         status = "okay";
109 };
110
111 &fec0 {
112         phy-mode = "rmii";
113         pinctrl-names = "default";
114         pinctrl-0 = <&pinctrl_fec0>;
115         status = "okay";
116 };
117
118 &fec1 {
119         phy-mode = "rmii";
120         pinctrl-names = "default";
121         pinctrl-0 = <&pinctrl_fec1>;
122         status = "okay";
123
124         fixed-link {
125                    speed = <100>;
126                    full-duplex;
127         };
128
129         mdio1: mdio {
130                 #address-cells = <1>;
131                 #size-cells = <0>;
132                 status = "okay";
133         };
134 };
135
136 &i2c0 {
137         clock-frequency = <100000>;
138         pinctrl-names = "default", "gpio";
139         pinctrl-0 = <&pinctrl_i2c0>;
140         pinctrl-1 = <&pinctrl_i2c0_gpio>;
141         scl-gpios = <&gpio1 4 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
142         sda-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
143         status = "okay";
144
145         lm75@48 {
146                 compatible = "national,lm75";
147                 reg = <0x48>;
148         };
149
150         eeprom@50 {
151                 compatible = "atmel,24c04";
152                 reg = <0x50>;
153         };
154
155         eeprom@52 {
156                 compatible = "atmel,24c04";
157                 reg = <0x52>;
158         };
159
160         ds1682@6b {
161                 compatible = "dallas,ds1682";
162                 reg = <0x6b>;
163         };
164 };
165
166 &i2c1 {
167         clock-frequency = <100000>;
168         pinctrl-names = "default";
169         pinctrl-0 = <&pinctrl_i2c1>;
170         status = "okay";
171 };
172
173 &i2c2 {
174         clock-frequency = <100000>;
175         pinctrl-names = "default";
176         pinctrl-0 = <&pinctrl_i2c2>;
177         status = "okay";
178 };
179
180 &uart0 {
181         pinctrl-names = "default";
182         pinctrl-0 = <&pinctrl_uart0>;
183         status = "okay";
184 };
185
186 &uart1 {
187         pinctrl-names = "default";
188         pinctrl-0 = <&pinctrl_uart1>;
189         status = "okay";
190 };
191
192 &uart2 {
193         pinctrl-names = "default";
194         pinctrl-0 = <&pinctrl_uart2>;
195         status = "okay";
196 };
197
198 &usbdev0 {
199         disable-over-current;
200         vbus-supply = <&usb0_vbus>;
201         dr_mode = "host";
202         status = "okay";
203 };
204
205 &usbh1 {
206         disable-over-current;
207         status = "okay";
208 };
209
210 &usbmisc0 {
211         status = "okay";
212 };
213
214 &usbmisc1 {
215         status = "okay";
216 };
217
218 &usbphy0 {
219         status = "okay";
220 };
221
222 &usbphy1 {
223         status = "okay";
224 };
225
226 &tempsensor {
227         io-channels = <&adc0 16>;
228 };
229
230 &iomuxc {
231         pinctrl_adc0_ad5: adc0ad5grp {
232                 fsl,pins = <
233                         VF610_PAD_PTC30__ADC0_SE5       0x00a1
234                 >;
235         };
236
237         pinctrl_dspi0: dspi0grp {
238                 fsl,pins = <
239                         VF610_PAD_PTB18__DSPI0_CS1      0x1182
240                         VF610_PAD_PTB19__DSPI0_CS0      0x1182
241                         VF610_PAD_PTB20__DSPI0_SIN      0x1181
242                         VF610_PAD_PTB21__DSPI0_SOUT     0x1182
243                         VF610_PAD_PTB22__DSPI0_SCK      0x1182
244                 >;
245         };
246
247         pinctrl_dspi2: dspi2grp {
248                 fsl,pins = <
249                         VF610_PAD_PTD31__DSPI2_CS1      0x1182
250                         VF610_PAD_PTD30__DSPI2_CS0      0x1182
251                         VF610_PAD_PTD29__DSPI2_SIN      0x1181
252                         VF610_PAD_PTD28__DSPI2_SOUT     0x1182
253                         VF610_PAD_PTD27__DSPI2_SCK      0x1182
254                 >;
255         };
256
257         pinctrl_esdhc1: esdhc1grp {
258                 fsl,pins = <
259                         VF610_PAD_PTA24__ESDHC1_CLK     0x31ef
260                         VF610_PAD_PTA25__ESDHC1_CMD     0x31ef
261                         VF610_PAD_PTA26__ESDHC1_DAT0    0x31ef
262                         VF610_PAD_PTA27__ESDHC1_DAT1    0x31ef
263                         VF610_PAD_PTA28__ESDHC1_DATA2   0x31ef
264                         VF610_PAD_PTA29__ESDHC1_DAT3    0x31ef
265                         VF610_PAD_PTA7__GPIO_134        0x219d
266                 >;
267         };
268
269         pinctrl_fec0: fec0grp {
270                 fsl,pins = <
271                         VF610_PAD_PTC0__ENET_RMII0_MDC  0x30d2
272                         VF610_PAD_PTC1__ENET_RMII0_MDIO 0x30d3
273                         VF610_PAD_PTC2__ENET_RMII0_CRS  0x30d1
274                         VF610_PAD_PTC3__ENET_RMII0_RXD1 0x30d1
275                         VF610_PAD_PTC4__ENET_RMII0_RXD0 0x30d1
276                         VF610_PAD_PTC5__ENET_RMII0_RXER 0x30d1
277                         VF610_PAD_PTC6__ENET_RMII0_TXD1 0x30d2
278                         VF610_PAD_PTC7__ENET_RMII0_TXD0 0x30d2
279                         VF610_PAD_PTC8__ENET_RMII0_TXEN 0x30d2
280                 >;
281         };
282
283         pinctrl_fec1: fec1grp {
284                 fsl,pins = <
285                         VF610_PAD_PTA6__RMII_CLKIN              0x30d1
286                         VF610_PAD_PTC9__ENET_RMII1_MDC          0x30d2
287                         VF610_PAD_PTC10__ENET_RMII1_MDIO        0x30d3
288                         VF610_PAD_PTC11__ENET_RMII1_CRS         0x30d1
289                         VF610_PAD_PTC12__ENET_RMII1_RXD1        0x30d1
290                         VF610_PAD_PTC13__ENET_RMII1_RXD0        0x30d1
291                         VF610_PAD_PTC14__ENET_RMII1_RXER        0x30d1
292                         VF610_PAD_PTC15__ENET_RMII1_TXD1        0x30d2
293                         VF610_PAD_PTC16__ENET_RMII1_TXD0        0x30d2
294                         VF610_PAD_PTC17__ENET_RMII1_TXEN        0x30d2
295                 >;
296         };
297
298         pinctrl_gpio_spi0: pinctrl-gpio-spi0 {
299                 fsl,pins = <
300                         VF610_PAD_PTB22__GPIO_44        0x33e2
301                         VF610_PAD_PTB21__GPIO_43        0x33e2
302                         VF610_PAD_PTB20__GPIO_42        0x33e1
303                         VF610_PAD_PTB19__GPIO_41        0x33e2
304                         VF610_PAD_PTB18__GPIO_40        0x33e2
305                 >;
306         };
307
308         pinctrl_gpio_switch0: pinctrl-gpio-switch0 {
309                 fsl,pins = <
310                         VF610_PAD_PTB5__GPIO_27         0x219d
311                 >;
312         };
313
314         pinctrl_gpio_switch1: pinctrl-gpio-switch1 {
315                 fsl,pins = <
316                         VF610_PAD_PTB4__GPIO_26         0x219d
317                 >;
318         };
319
320         pinctrl_i2c_mux_reset: pinctrl-i2c-mux-reset {
321                 fsl,pins = <
322                          VF610_PAD_PTE14__GPIO_119      0x31c2
323                          >;
324         };
325
326         pinctrl_i2c0: i2c0grp {
327                 fsl,pins = <
328                         VF610_PAD_PTB14__I2C0_SCL       0x37ff
329                         VF610_PAD_PTB15__I2C0_SDA       0x37ff
330                 >;
331         };
332
333         pinctrl_i2c0_gpio: i2c0grp-gpio {
334                 fsl,pins = <
335                         VF610_PAD_PTB14__GPIO_36        0x31c2
336                         VF610_PAD_PTB15__GPIO_37        0x31c2
337                 >;
338         };
339
340
341         pinctrl_i2c1: i2c1grp {
342                 fsl,pins = <
343                         VF610_PAD_PTB16__I2C1_SCL       0x37ff
344                         VF610_PAD_PTB17__I2C1_SDA       0x37ff
345                 >;
346         };
347
348         pinctrl_i2c2: i2c2grp {
349                 fsl,pins = <
350                         VF610_PAD_PTA22__I2C2_SCL       0x37ff
351                         VF610_PAD_PTA23__I2C2_SDA       0x37ff
352                 >;
353         };
354
355         pinctrl_leds_debug: pinctrl-leds-debug {
356                 fsl,pins = <
357                          VF610_PAD_PTD20__GPIO_74       0x31c2
358                          >;
359         };
360
361         pinctrl_qspi0: qspi0grp {
362                 fsl,pins = <
363                         VF610_PAD_PTD7__QSPI0_B_QSCK    0x31c3
364                         VF610_PAD_PTD8__QSPI0_B_CS0     0x31ff
365                         VF610_PAD_PTD9__QSPI0_B_DATA3   0x31c3
366                         VF610_PAD_PTD10__QSPI0_B_DATA2  0x31c3
367                         VF610_PAD_PTD11__QSPI0_B_DATA1  0x31c3
368                         VF610_PAD_PTD12__QSPI0_B_DATA0  0x31c3
369                 >;
370         };
371
372         pinctrl_uart0: uart0grp {
373                 fsl,pins = <
374                         VF610_PAD_PTB10__UART0_TX       0x21a2
375                         VF610_PAD_PTB11__UART0_RX       0x21a1
376                 >;
377         };
378
379         pinctrl_uart1: uart1grp {
380                 fsl,pins = <
381                         VF610_PAD_PTB23__UART1_TX       0x21a2
382                         VF610_PAD_PTB24__UART1_RX       0x21a1
383                 >;
384         };
385
386         pinctrl_uart2: uart2grp {
387                 fsl,pins = <
388                         VF610_PAD_PTD0__UART2_TX        0x21a2
389                         VF610_PAD_PTD1__UART2_RX        0x21a1
390                 >;
391         };
392
393         pinctrl_usb_vbus: pinctrl-usb-vbus {
394                 fsl,pins = <
395                         VF610_PAD_PTA16__GPIO_6 0x31c2
396                 >;
397         };
398
399         pinctrl_usb0_host: usb0-host-grp {
400                 fsl,pins = <
401                         VF610_PAD_PTD6__GPIO_85         0x0062
402                 >;
403         };
404 };