blob: d46a141bb847bef61a6f60a164092260ad6b59c6 [file] [log] [blame]
Hans de Goedeb92b1492015-09-09 10:23:24 +02001/*
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 "sun4i-a10.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>
Hans de Goede8a7b89d2015-11-20 14:59:07 +010050#include <dt-bindings/pwm/pwm.h>
Hans de Goedeb92b1492015-09-09 10:23:24 +020051
52/ {
53 model = "iNet-1";
54 compatible = "inet-tek,inet1", "allwinner,sun4i-a10";
55
56 aliases {
57 serial0 = &uart0;
58 };
59
Hans de Goede8a7b89d2015-11-20 14:59:07 +010060 backlight: backlight {
61 compatible = "pwm-backlight";
62 pinctrl-names = "default";
63 pinctrl-0 = <&bl_en_pin_inet>;
64 pwms = <&pwm 0 50000 PWM_POLARITY_INVERTED>;
65 brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
66 default-brightness-level = <8>;
67 enable-gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>; /* PH7 */
68 };
69
Hans de Goedeb92b1492015-09-09 10:23:24 +020070 chosen {
71 stdout-path = "serial0:115200n8";
72 };
73};
74
Hans de Goedea292e572015-11-20 14:47:11 +010075&codec {
76 status = "okay";
77};
78
Hans de Goedeb92b1492015-09-09 10:23:24 +020079&cpu0 {
80 cpu-supply = <&reg_dcdc2>;
81};
82
83&ehci0 {
84 status = "okay";
85};
86
87&ehci1 {
88 status = "okay";
89};
90
91&i2c0 {
92 pinctrl-names = "default";
93 pinctrl-0 = <&i2c0_pins_a>;
94 status = "okay";
95
96 axp209: pmic@34 {
97 reg = <0x34>;
98 interrupts = <0>;
99 };
100};
101
102#include "axp209.dtsi"
103
104&i2c1 {
105 pinctrl-names = "default";
106 pinctrl-0 = <&i2c1_pins_a>;
107 status = "okay";
108
109 /* Accelerometer */
110 bma250@18 {
111 compatible = "bosch,bma250";
112 reg = <0x18>;
113 interrupt-parent = <&pio>;
114 interrupts = <7 0 IRQ_TYPE_EDGE_RISING>; /* PH0 / EINT0 */
115 };
116};
117
118&i2c2 {
119 pinctrl-names = "default";
120 pinctrl-0 = <&i2c2_pins_a>;
121 status = "okay";
122};
123
124&lradc {
125 vref-supply = <&reg_ldo2>;
126 status = "okay";
127
128 button@200 {
129 label = "Volume Up";
130 linux,code = <KEY_VOLUMEUP>;
131 channel = <0>;
132 voltage = <200000>;
133 };
134
135 button@1000 {
136 label = "Volume Down";
137 linux,code = <KEY_VOLUMEDOWN>;
138 channel = <0>;
139 voltage = <1000000>;
140 };
141
142 button@1200 {
143 label = "Home";
144 linux,code = <KEY_HOMEPAGE>;
145 channel = <0>;
146 voltage = <1200000>;
147 };
148};
149
150&mmc0 {
151 pinctrl-names = "default";
152 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_reference_design>;
153 vmmc-supply = <&reg_vcc3v3>;
154 bus-width = <4>;
155 cd-gpios = <&pio 7 1 GPIO_ACTIVE_HIGH>; /* PH1 */
156 cd-inverted;
157 status = "okay";
158};
159
160&ohci0 {
161 status = "okay";
162};
163
164&otg_sram {
165 status = "okay";
166};
167
168&pio {
Hans de Goede8a7b89d2015-11-20 14:59:07 +0100169 bl_en_pin_inet: bl_en_pin@0 {
170 allwinner,pins = "PH7";
171 allwinner,function = "gpio_out";
172 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
173 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
174 };
175
Hans de Goedeb92b1492015-09-09 10:23:24 +0200176 usb0_id_detect_pin: usb0_id_detect_pin@0 {
177 allwinner,pins = "PH4";
178 allwinner,function = "gpio_in";
179 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
180 allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
181 };
182
183 usb0_vbus_detect_pin: usb0_vbus_detect_pin@0 {
184 allwinner,pins = "PH5";
185 allwinner,function = "gpio_in";
186 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
187 allwinner,pull = <SUN4I_PINCTRL_PULL_DOWN>;
188 };
189};
190
Hans de Goede8a7b89d2015-11-20 14:59:07 +0100191&pwm {
192 pinctrl-names = "default";
193 pinctrl-0 = <&pwm0_pins_a>;
194 status = "okay";
195};
196
Hans de Goedeb92b1492015-09-09 10:23:24 +0200197&reg_dcdc2 {
198 regulator-always-on;
199 regulator-min-microvolt = <1000000>;
200 regulator-max-microvolt = <1400000>;
201 regulator-name = "vdd-cpu";
202};
203
204&reg_dcdc3 {
205 regulator-always-on;
206 regulator-min-microvolt = <1250000>;
207 regulator-max-microvolt = <1250000>;
208 regulator-name = "vdd-int-dll";
209};
210
211&reg_ldo1 {
212 regulator-name = "vdd-rtc";
213};
214
215&reg_ldo2 {
216 regulator-always-on;
217 regulator-min-microvolt = <3000000>;
218 regulator-max-microvolt = <3000000>;
219 regulator-name = "avcc";
220};
221
222&reg_usb0_vbus {
223 status = "okay";
224};
225
226&reg_usb1_vbus {
227 status = "okay";
228};
229
230&reg_usb2_vbus {
231 status = "okay";
232};
233
234&uart0 {
235 pinctrl-names = "default";
236 pinctrl-0 = <&uart0_pins_a>;
237 status = "okay";
238};
239
240&usb_otg {
241 dr_mode = "otg";
242 status = "okay";
243};
244
245&usbphy {
246 pinctrl-names = "default";
247 pinctrl-0 = <&usb0_id_detect_pin>, <&usb0_vbus_detect_pin>;
248 usb0_id_det-gpio = <&pio 7 4 GPIO_ACTIVE_HIGH>; /* PH4 */
249 usb0_vbus_det-gpio = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
250 usb0_vbus-supply = <&reg_usb0_vbus>;
251 usb1_vbus-supply = <&reg_usb1_vbus>;
252 usb2_vbus-supply = <&reg_usb2_vbus>;
253 status = "okay";
254};