Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[cascardo/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                 i2c2 = &i2c2;
60                 serial0 = &uart1;
61                 serial1 = &uart3;
62         };
63
64         chosen {
65                 stdout-path = "serial0:115200n8";
66         };
67
68         leds {
69                 compatible = "gpio-leds";
70
71                 status {
72                         label = "chip:white:status";
73                         gpios = <&axp_gpio 2 GPIO_ACTIVE_HIGH>;
74                         default-state = "on";
75                 };
76         };
77 };
78
79 &be0 {
80         status = "okay";
81 };
82
83 &codec {
84         status = "okay";
85 };
86
87 &cpu0 {
88         cpu-supply = <&reg_dcdc2>;
89 };
90
91 &ehci0 {
92         status = "okay";
93 };
94
95 &i2c0 {
96         pinctrl-names = "default";
97         pinctrl-0 = <&i2c0_pins_a>;
98         status = "okay";
99
100         axp209: pmic@34 {
101                 reg = <0x34>;
102
103                 /*
104                  * The interrupt is routed through the "External Fast
105                  * Interrupt Request" pin (ball G13 of the module)
106                  * directly to the main interrupt controller, without
107                  * any other controller interfering.
108                  */
109                 interrupts = <0>;
110         };
111 };
112
113 #include "axp209.dtsi"
114
115 &i2c2 {
116         pinctrl-names = "default";
117         pinctrl-0 = <&i2c2_pins_a>;
118         status = "okay";
119
120         xio: gpio@38 {
121                 compatible = "nxp,pcf8574a";
122                 reg = <0x38>;
123
124                 gpio-controller;
125                 #gpio-cells = <2>;
126
127                 interrupt-parent = <&pio>;
128                 interrupts = <6 0 IRQ_TYPE_EDGE_FALLING>;
129                 interrupt-controller;
130                 #interrupt-cells = <2>;
131         };
132 };
133
134 &mmc0 {
135         pinctrl-names = "default";
136         pinctrl-0 = <&mmc0_pins_a>;
137         vmmc-supply = <&reg_vcc3v3>;
138         bus-width = <4>;
139         non-removable;
140         status = "okay";
141 };
142
143 &ohci0 {
144         status = "okay";
145 };
146
147 &otg_sram {
148         status = "okay";
149 };
150
151 &pio {
152         chip_vbus_pin: chip_vbus_pin@0 {
153                 allwinner,pins = "PB10";
154                 allwinner,function = "gpio_out";
155                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
156                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
157         };
158
159         chip_id_det_pin: chip_id_det_pin@0 {
160                 allwinner,pins = "PG2";
161                 allwinner,function = "gpio_in";
162                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
163                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
164         };
165 };
166
167 &reg_dcdc2 {
168         regulator-min-microvolt = <1000000>;
169         regulator-max-microvolt = <1400000>;
170         regulator-name = "cpuvdd";
171         regulator-always-on;
172 };
173
174 &reg_dcdc3 {
175         regulator-min-microvolt = <1000000>;
176         regulator-max-microvolt = <1300000>;
177         regulator-name = "corevdd";
178         regulator-always-on;
179 };
180
181 &reg_ldo1 {
182         regulator-name = "rtcvdd";
183 };
184
185 &reg_ldo2 {
186         regulator-min-microvolt = <2700000>;
187         regulator-max-microvolt = <3300000>;
188         regulator-name = "avcc";
189         regulator-always-on;
190 };
191
192 &reg_ldo5 {
193         regulator-min-microvolt = <1800000>;
194         regulator-max-microvolt = <1800000>;
195         regulator-name = "vcc-1v8";
196 };
197
198 &reg_usb0_vbus {
199         pinctrl-0 = <&chip_vbus_pin>;
200         vin-supply = <&reg_vcc5v0>;
201         gpio = <&pio 1 10 GPIO_ACTIVE_HIGH>; /* PB10 */
202         status = "okay";
203 };
204
205 &tcon0 {
206         status = "okay";
207 };
208
209 &tve0 {
210         status = "okay";
211 };
212
213 &uart1 {
214         pinctrl-names = "default";
215         pinctrl-0 = <&uart1_pins_b>;
216         status = "okay";
217 };
218
219 &uart3 {
220         pinctrl-names = "default";
221         pinctrl-0 = <&uart3_pins_a>,
222                     <&uart3_pins_cts_rts_a>;
223         status = "okay";
224 };
225
226 &usb_otg {
227         dr_mode = "otg";
228         status = "okay";
229 };
230
231 &usb_power_supply {
232         status = "okay";
233 };
234
235 &usbphy {
236         pinctrl-names = "default";
237         pinctrl-0 = <&chip_id_det_pin>;
238         status = "okay";
239
240         usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
241         usb0_vbus_power-supply = <&usb_power_supply>;
242         usb0_vbus-supply = <&reg_usb0_vbus>;
243         usb1_vbus-supply = <&reg_vcc5v0>;
244 };