]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/sun5i-r8-chip.dts
Merge tag 'mvebu-dt-4.12-2' of git://git.infradead.org/linux-mvebu into next/dt
[karo-tx-linux.git] / arch / arm / boot / dts / sun5i-r8-chip.dts
1 /*
2  * Copyright 2015 Free Electrons
3  * Copyright 2015 NextThing Co
4  *
5  * Maxime Ripard <maxime.ripard@free-electrons.com>
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 as
14  *     published by the Free Software Foundation; either version 2 of the
15  *     License, or (at your option) any later version.
16  *
17  *     This file is distributed in the hope that it will be useful,
18  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
19  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  *     GNU General Public License for more details.
21  *
22  * Or, alternatively,
23  *
24  *  b) Permission is hereby granted, free of charge, to any person
25  *     obtaining a copy of this software and associated documentation
26  *     files (the "Software"), to deal in the Software without
27  *     restriction, including without limitation the rights to use,
28  *     copy, modify, merge, publish, distribute, sublicense, and/or
29  *     sell copies of the Software, and to permit persons to whom the
30  *     Software is furnished to do so, subject to the following
31  *     conditions:
32  *
33  *     The above copyright notice and this permission notice shall be
34  *     included in all copies or substantial portions of the Software.
35  *
36  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
38  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
39  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
41  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
43  *     OTHER DEALINGS IN THE SOFTWARE.
44  */
45
46 /dts-v1/;
47 #include "sun5i-r8.dtsi"
48 #include "sunxi-common-regulators.dtsi"
49
50 #include <dt-bindings/gpio/gpio.h>
51 #include <dt-bindings/interrupt-controller/irq.h>
52
53 / {
54         model = "NextThing C.H.I.P.";
55         compatible = "nextthing,chip", "allwinner,sun5i-r8", "allwinner,sun5i-a13";
56
57         aliases {
58                 i2c0 = &i2c0;
59                 i2c1 = &i2c1;
60                 i2c2 = &i2c2;
61                 serial0 = &uart1;
62                 serial1 = &uart3;
63                 spi0 = &spi2;
64         };
65
66         chosen {
67                 stdout-path = "serial0:115200n8";
68         };
69
70         leds {
71                 compatible = "gpio-leds";
72
73                 status {
74                         label = "chip:white:status";
75                         gpios = <&axp_gpio 2 GPIO_ACTIVE_HIGH>;
76                         default-state = "on";
77                 };
78         };
79
80         mmc0_pwrseq: mmc0_pwrseq {
81                 compatible = "mmc-pwrseq-simple";
82                 pinctrl-names = "default";
83                 pinctrl-0 = <&chip_wifi_reg_on_pin>;
84                 reset-gpios = <&pio 2 19 GPIO_ACTIVE_LOW>; /* PC19 */
85         };
86
87         onewire {
88                 compatible = "w1-gpio";
89                 gpios = <&pio 3 2 GPIO_ACTIVE_HIGH>; /* PD2 */
90                 pinctrl-names = "default";
91                 pinctrl-0 = <&chip_w1_pin>;
92         };
93 };
94
95 &be0 {
96         status = "okay";
97 };
98
99 &codec {
100         status = "okay";
101 };
102
103 &cpu0 {
104         cpu-supply = <&reg_dcdc2>;
105 };
106
107 &ehci0 {
108         status = "okay";
109 };
110
111 &i2c0 {
112         pinctrl-names = "default";
113         pinctrl-0 = <&i2c0_pins_a>;
114         status = "okay";
115
116         axp209: pmic@34 {
117                 reg = <0x34>;
118
119                 /*
120                  * The interrupt is routed through the "External Fast
121                  * Interrupt Request" pin (ball G13 of the module)
122                  * directly to the main interrupt controller, without
123                  * any other controller interfering.
124                  */
125                 interrupts = <0>;
126         };
127 };
128
129 #include "axp209.dtsi"
130
131 &ac_power_supply {
132         status = "okay";
133 };
134
135 &i2c1 {
136         pinctrl-names = "default";
137         pinctrl-0 = <&i2c1_pins_a>;
138         status = "disabled";
139 };
140
141 &i2c2 {
142         pinctrl-names = "default";
143         pinctrl-0 = <&i2c2_pins_a>;
144         status = "okay";
145
146         xio: gpio@38 {
147                 compatible = "nxp,pcf8574a";
148                 reg = <0x38>;
149
150                 gpio-controller;
151                 #gpio-cells = <2>;
152
153                 interrupt-parent = <&pio>;
154                 interrupts = <6 0 IRQ_TYPE_EDGE_FALLING>;
155                 interrupt-controller;
156                 #interrupt-cells = <2>;
157         };
158 };
159
160 &mmc0_pins_a {
161         bias-pull-up;
162 };
163
164 &mmc0 {
165         pinctrl-names = "default";
166         pinctrl-0 = <&mmc0_pins_a>;
167         vmmc-supply = <&reg_vcc3v3>;
168         mmc-pwrseq = <&mmc0_pwrseq>;
169         bus-width = <4>;
170         non-removable;
171         status = "okay";
172 };
173
174 &ohci0 {
175         status = "okay";
176 };
177
178 &otg_sram {
179         status = "okay";
180 };
181
182 &pio {
183         chip_vbus_pin: chip_vbus_pin@0 {
184                 pins = "PB10";
185                 function = "gpio_out";
186         };
187
188         chip_wifi_reg_on_pin: chip_wifi_reg_on_pin@0 {
189                 pins = "PC19";
190                 function = "gpio_out";
191         };
192
193         chip_id_det_pin: chip_id_det_pin@0 {
194                 pins = "PG2";
195                 function = "gpio_in";
196         };
197
198         chip_w1_pin: chip_w1_pin@0 {
199                 pins = "PD2";
200                 function = "gpio_in";
201                 bias-pull-up;
202         };
203 };
204
205 &reg_dcdc2 {
206         regulator-min-microvolt = <1000000>;
207         regulator-max-microvolt = <1400000>;
208         regulator-name = "cpuvdd";
209         regulator-always-on;
210 };
211
212 &reg_dcdc3 {
213         regulator-min-microvolt = <1000000>;
214         regulator-max-microvolt = <1300000>;
215         regulator-name = "corevdd";
216         regulator-always-on;
217 };
218
219 &reg_ldo1 {
220         regulator-name = "rtcvdd";
221 };
222
223 &reg_ldo2 {
224         regulator-min-microvolt = <2700000>;
225         regulator-max-microvolt = <3300000>;
226         regulator-name = "avcc";
227         regulator-always-on;
228 };
229
230 /*
231  * Both LDO3 and LDO4 are used in parallel to power up the WiFi/BT
232  * Chip.
233  *
234  * If those are not enabled, the SDIO part will not enumerate, and
235  * since there's no way currently to pass DT infos to an SDIO device,
236  * we cannot really do better than this ugly hack for now.
237  */
238 &reg_ldo3 {
239         regulator-min-microvolt = <3300000>;
240         regulator-max-microvolt = <3300000>;
241         regulator-name = "vcc-wifi-1";
242         regulator-always-on;
243 };
244
245 &reg_ldo4 {
246         regulator-min-microvolt = <3300000>;
247         regulator-max-microvolt = <3300000>;
248         regulator-name = "vcc-wifi-2";
249         regulator-always-on;
250 };
251
252 &reg_ldo5 {
253         regulator-min-microvolt = <1800000>;
254         regulator-max-microvolt = <1800000>;
255         regulator-name = "vcc-1v8";
256 };
257
258 &reg_usb0_vbus {
259         pinctrl-0 = <&chip_vbus_pin>;
260         vin-supply = <&reg_vcc5v0>;
261         gpio = <&pio 1 10 GPIO_ACTIVE_HIGH>; /* PB10 */
262         status = "okay";
263 };
264
265 &spi2 {
266         pinctrl-names = "default";
267         pinctrl-0 = <&spi2_pins_a>;
268         status = "disabled";
269 };
270
271 &tcon0 {
272         status = "okay";
273 };
274
275 &tve0 {
276         status = "okay";
277 };
278
279 &uart1 {
280         pinctrl-names = "default";
281         pinctrl-0 = <&uart1_pins_b>;
282         status = "okay";
283 };
284
285 &uart3 {
286         pinctrl-names = "default";
287         pinctrl-0 = <&uart3_pins_a>,
288                     <&uart3_cts_rts_pins_a>;
289         status = "okay";
290 };
291
292 &usb_otg {
293         dr_mode = "otg";
294         status = "okay";
295 };
296
297 &usb_power_supply {
298         status = "okay";
299 };
300
301 &usbphy {
302         pinctrl-names = "default";
303         pinctrl-0 = <&chip_id_det_pin>;
304         status = "okay";
305
306         usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
307         usb0_vbus_power-supply = <&usb_power_supply>;
308         usb0_vbus-supply = <&reg_usb0_vbus>;
309         usb1_vbus-supply = <&reg_vcc5v0>;
310 };