Merge tag 'sunxi-dt-for-4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/mripa...
[cascardo/linux.git] / arch / arm / boot / dts / sun5i-a13-utoo-p66.dts
1 /*
2  * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
3  *
4  * This file is dual-licensed: you can use it either under the terms
5  * of the GPL or the X11 license, at your option. Note that this dual
6  * licensing only applies to this file, and not this project as a
7  * whole.
8  *
9  *  a) This file is free software; you can redistribute it and/or
10  *     modify it under the terms of the GNU General Public License as
11  *     published by the Free Software Foundation; either version 2 of the
12  *     License, or (at your option) any later version.
13  *
14  *     This file is distributed in the hope that it will be useful,
15  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *     GNU General Public License for more details.
18  *
19  * Or, alternatively,
20  *
21  *  b) Permission is hereby granted, free of charge, to any person
22  *     obtaining a copy of this software and associated documentation
23  *     files (the "Software"), to deal in the Software without
24  *     restriction, including without limitation the rights to use,
25  *     copy, modify, merge, publish, distribute, sublicense, and/or
26  *     sell copies of the Software, and to permit persons to whom the
27  *     Software is furnished to do so, subject to the following
28  *     conditions:
29  *
30  *     The above copyright notice and this permission notice shall be
31  *     included in all copies or substantial portions of the Software.
32  *
33  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40  *     OTHER DEALINGS IN THE SOFTWARE.
41  */
42
43 /dts-v1/;
44 #include "sun5i-a13.dtsi"
45 #include "sunxi-common-regulators.dtsi"
46 #include <dt-bindings/gpio/gpio.h>
47 #include <dt-bindings/input/input.h>
48 #include <dt-bindings/interrupt-controller/irq.h>
49 #include <dt-bindings/pinctrl/sun4i-a10.h>
50 #include <dt-bindings/pwm/pwm.h>
51
52 / {
53         model = "Utoo P66";
54         compatible = "utoo,p66", "allwinner,sun5i-a13";
55
56         backlight: backlight {
57                 compatible = "pwm-backlight";
58                 pwms = <&pwm 0 50000 PWM_POLARITY_INVERTED>;
59                 /* Note levels of 10 / 20% result in backlight off */
60                 brightness-levels = <0 30 40 50 60 70 80 90 100>;
61                 default-brightness-level = <6>;
62                 /* TODO: backlight uses axp gpio1 as enable pin */
63         };
64
65         i2c_lcd: i2c@0 {
66                 /* The lcd panel i2c interface is hooked up via gpios */
67                 compatible = "i2c-gpio";
68                 pinctrl-names = "default";
69                 pinctrl-0 = <&i2c_lcd_pins>;
70                 gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>, /* PG12, sda */
71                         <&pio 6 10 GPIO_ACTIVE_HIGH>; /* PG10, scl */
72                 i2c-gpio,delay-us = <5>;
73         };
74 };
75
76 &cpu0 {
77         cpu-supply = <&reg_dcdc2>;
78 };
79
80 &ehci0 {
81         status = "okay";
82 };
83
84 &i2c0 {
85         pinctrl-names = "default";
86         pinctrl-0 = <&i2c0_pins_a>;
87         status = "okay";
88
89         axp209: pmic@34 {
90                 reg = <0x34>;
91                 interrupts = <0>;
92         };
93 };
94
95 #include "axp209.dtsi"
96
97 &i2c1 {
98         pinctrl-names = "default";
99         pinctrl-0 = <&i2c1_pins_a>;
100         status = "okay";
101
102         icn8318: touchscreen@40 {
103                 compatible = "chipone,icn8318";
104                 reg = <0x40>;
105                 interrupt-parent = <&pio>;
106                 interrupts = <6 9 IRQ_TYPE_EDGE_FALLING>; /* EINT9 (PG9) */
107                 pinctrl-names = "default";
108                 pinctrl-0 = <&ts_wake_pin_p66>;
109                 wake-gpios = <&pio 1 3 GPIO_ACTIVE_HIGH>; /* PB3 */
110                 touchscreen-size-x = <800>;
111                 touchscreen-size-y = <480>;
112                 touchscreen-inverted-x;
113                 touchscreen-swapped-x-y;
114         };
115
116         pcf8563: rtc@51 {
117                 compatible = "nxp,pcf8563";
118                 reg = <0x51>;
119         };
120 };
121
122 &lradc {
123         vref-supply = <&reg_ldo2>;
124         status = "okay";
125
126         button@200 {
127                 label = "Volume Up";
128                 linux,code = <KEY_VOLUMEUP>;
129                 channel = <0>;
130                 voltage = <200000>;
131         };
132
133         button@400 {
134                 label = "Volume Down";
135                 linux,code = <KEY_VOLUMEDOWN>;
136                 channel = <0>;
137                 voltage = <400000>;
138         };
139 };
140
141 &mmc0 {
142         pinctrl-names = "default";
143         pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_p66>;
144         vmmc-supply = <&reg_vcc3v3>;
145         bus-width = <4>;
146         cd-gpios = <&pio 6 0 GPIO_ACTIVE_HIGH>; /* PG0 */
147         cd-inverted;
148         status = "okay";
149 };
150
151 &mmc2 {
152         pinctrl-names = "default";
153         pinctrl-0 = <&mmc2_pins_a>;
154         vmmc-supply = <&reg_vcc3v3>;
155         bus-width = <8>;
156         non-removable;
157         status = "okay";
158
159         mmccard: mmccard@0 {
160                 reg = <0>;
161                 compatible = "mmc-card";
162                 broken-hpi;
163         };
164 };
165
166 &otg_sram {
167         status = "okay";
168 };
169
170 &pio {
171         mmc0_cd_pin_p66: mmc0_cd_pin@0 {
172                 allwinner,pins = "PG0";
173                 allwinner,function = "gpio_in";
174                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
175                 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
176         };
177
178         usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 {
179                 allwinner,pins = "PG1";
180                 allwinner,function = "gpio_in";
181                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
182                 allwinner,pull = <SUN4I_PINCTRL_PULL_DOWN>;
183         };
184
185         usb0_id_detect_pin: usb0_id_detect_pin@0 {
186                 allwinner,pins = "PG2";
187                 allwinner,function = "gpio_in";
188                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
189                 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
190         };
191
192         i2c_lcd_pins: i2c_lcd_pin@0 {
193                 allwinner,pins = "PG10", "PG12";
194                 allwinner,function = "gpio_out";
195                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
196                 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
197         };
198
199         ts_wake_pin_p66: ts_wake_pin@0 {
200                 allwinner,pins = "PB3";
201                 allwinner,function = "gpio_out";
202                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
203                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
204         };
205
206         usb0_vbus_pin_a: usb0_vbus_pin@0 {
207                 allwinner,pins = "PB4";
208                 allwinner,function = "gpio_out";
209                 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
210                 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
211         };
212 };
213
214 &pwm {
215         pinctrl-names = "default";
216         pinctrl-0 = <&pwm0_pins>;
217         status = "okay";
218 };
219
220 &reg_dcdc2 {
221         regulator-always-on;
222         regulator-min-microvolt = <1000000>;
223         regulator-max-microvolt = <1500000>;
224         regulator-name = "vdd-cpu";
225 };
226
227 &reg_dcdc3 {
228         regulator-always-on;
229         regulator-min-microvolt = <1000000>;
230         regulator-max-microvolt = <1400000>;
231         regulator-name = "vdd-int-pll";
232 };
233
234 &reg_ldo1 {
235         regulator-name = "vdd-rtc";
236 };
237
238 &reg_ldo2 {
239         regulator-always-on;
240         regulator-min-microvolt = <3000000>;
241         regulator-max-microvolt = <3000000>;
242         regulator-name = "avcc";
243 };
244
245 &reg_ldo3 {
246         regulator-min-microvolt = <3300000>;
247         regulator-max-microvolt = <3300000>;
248         regulator-name = "vcc-wifi";
249 };
250
251 &reg_usb0_vbus {
252         gpio = <&pio 1 4 GPIO_ACTIVE_HIGH>; /* PB4 */
253         status = "okay";
254 };
255
256 &usb_otg {
257         dr_mode = "otg";
258         status = "okay";
259 };
260
261 &usbphy {
262         pinctrl-names = "default";
263         pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
264         usb0_id_det-gpio = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */
265         usb0_vbus_det-gpio = <&pio 6 1 GPIO_ACTIVE_HIGH>; /* PG1 */
266         usb0_vbus-supply = <&reg_usb0_vbus>;
267         usb1_vbus-supply = <&reg_ldo3>;
268         status = "okay";
269 };