arm64: dts: rockchip: rk3368 emmc add property 'mmc-hs200-1_8v'
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3368-geekbox.dts
1 /*
2  * Copyright (c) 2016 Andreas Färber
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 "rk3368.dtsi"
45 #include <dt-bindings/input/input.h>
46
47 / {
48         model = "GeekBox";
49         compatible = "geekbuying,geekbox", "rockchip,rk3368";
50
51         chosen {
52                 stdout-path = "serial2:115200n8";
53         };
54
55         memory@0 {
56                 device_type = "memory";
57                 reg = <0x0 0x0 0x0 0x80000000>;
58         };
59
60         ext_gmac: gmac-clk {
61                 compatible = "fixed-clock";
62                 clock-frequency = <125000000>;
63                 clock-output-names = "ext_gmac";
64                 #clock-cells = <0>;
65         };
66
67         ir: ir-receiver {
68                 compatible = "gpio-ir-receiver";
69                 gpios = <&gpio3 30 GPIO_ACTIVE_LOW>;
70                 pinctrl-names = "default";
71                 pinctrl-0 = <&ir_int>;
72         };
73
74         keys: gpio-keys {
75                 compatible = "gpio-keys";
76                 pinctrl-names = "default";
77                 pinctrl-0 = <&pwr_key>;
78
79                 power {
80                         gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
81                         label = "GPIO Power";
82                         linux,code = <KEY_POWER>;
83                         wakeup-source;
84                 };
85         };
86
87         leds: gpio-leds {
88                 compatible = "gpio-leds";
89
90                 blue {
91                         gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
92                         label = "geekbox:blue:led";
93                         default-state = "on";
94                 };
95
96                 red {
97                         gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
98                         label = "geekbox:red:led";
99                         default-state = "off";
100                 };
101         };
102
103         vcc_sys: vcc-sys-regulator {
104                 compatible = "regulator-fixed";
105                 regulator-name = "vcc_sys";
106                 regulator-min-microvolt = <5000000>;
107                 regulator-max-microvolt = <5000000>;
108                 regulator-always-on;
109                 regulator-boot-on;
110         };
111 };
112
113 &emmc {
114         status = "okay";
115         bus-width = <8>;
116         cap-mmc-highspeed;
117         mmc-hs200-1_8v;
118         clock-frequency = <150000000>;
119         disable-wp;
120         keep-power-in-suspend;
121         non-removable;
122         num-slots = <1>;
123         vmmc-supply = <&vcc_io>;
124         vqmmc-supply = <&vcc18_flash>;
125         pinctrl-names = "default";
126         pinctrl-0 = <&emmc_clk>, <&emmc_cmd>, <&emmc_bus8>;
127 };
128
129 &gmac {
130         status = "okay";
131         phy-supply = <&vcc_lan>;
132         phy-mode = "rgmii";
133         clock_in_out = "input";
134         assigned-clocks = <&cru SCLK_MAC>;
135         assigned-clock-parents = <&ext_gmac>;
136         pinctrl-names = "default";
137         pinctrl-0 = <&rgmii_pins>;
138         tx_delay = <0x30>;
139         rx_delay = <0x10>;
140 };
141
142 &i2c0 {
143         status = "okay";
144
145         rk808: pmic@1b {
146                 compatible = "rockchip,rk808";
147                 reg = <0x1b>;
148                 pinctrl-names = "default";
149                 pinctrl-0 = <&pmic_int>, <&pmic_sleep>;
150                 interrupt-parent = <&gpio0>;
151                 interrupts = <5 IRQ_TYPE_LEVEL_LOW>;
152                 rockchip,system-power-controller;
153                 vcc1-supply = <&vcc_sys>;
154                 vcc2-supply = <&vcc_sys>;
155                 vcc3-supply = <&vcc_sys>;
156                 vcc4-supply = <&vcc_sys>;
157                 vcc6-supply = <&vcc_sys>;
158                 vcc7-supply = <&vcc_sys>;
159                 vcc8-supply = <&vcc_io>;
160                 vcc9-supply = <&vcc_sys>;
161                 vcc10-supply = <&vcc_sys>;
162                 vcc11-supply = <&vcc_sys>;
163                 vcc12-supply = <&vcc_io>;
164                 clock-output-names = "rk808-clkout1", "rk808-clkout2";
165                 #clock-cells = <1>;
166
167                 regulators {
168                         vdd_cpu: DCDC_REG1 {
169                                 regulator-always-on;
170                                 regulator-boot-on;
171                                 regulator-min-microvolt = <700000>;
172                                 regulator-max-microvolt = <1500000>;
173                                 regulator-name = "vdd_cpu";
174                         };
175
176                         vdd_log: DCDC_REG2 {
177                                 regulator-always-on;
178                                 regulator-boot-on;
179                                 regulator-min-microvolt = <700000>;
180                                 regulator-max-microvolt = <1500000>;
181                                 regulator-name = "vdd_log";
182                         };
183
184                         vcc_ddr: DCDC_REG3 {
185                                 regulator-always-on;
186                                 regulator-boot-on;
187                                 regulator-name = "vcc_ddr";
188                         };
189
190                         vcc_io: DCDC_REG4 {
191                                 regulator-always-on;
192                                 regulator-boot-on;
193                                 regulator-min-microvolt = <3300000>;
194                                 regulator-max-microvolt = <3300000>;
195                                 regulator-name = "vcc_io";
196                         };
197
198                         vcc18_flash: LDO_REG1 {
199                                 regulator-always-on;
200                                 regulator-boot-on;
201                                 regulator-min-microvolt = <1800000>;
202                                 regulator-max-microvolt = <1800000>;
203                                 regulator-name = "vcc18_flash";
204                         };
205
206                         vcc33_lcd: LDO_REG2 {
207                                 regulator-always-on;
208                                 regulator-boot-on;
209                                 regulator-min-microvolt = <3300000>;
210                                 regulator-max-microvolt = <3300000>;
211                                 regulator-name = "vcc33_lcd";
212                         };
213
214                         vdd_10: LDO_REG3 {
215                                 regulator-always-on;
216                                 regulator-boot-on;
217                                 regulator-min-microvolt = <1000000>;
218                                 regulator-max-microvolt = <1000000>;
219                                 regulator-name = "vdd_10";
220                         };
221
222                         vcca_18: LDO_REG4 {
223                                 regulator-boot-on;
224                                 regulator-min-microvolt = <1800000>;
225                                 regulator-max-microvolt = <1800000>;
226                                 regulator-name = "vcca_18";
227                         };
228
229                         vccio_sd: LDO_REG5 {
230                                 regulator-always-on;
231                                 regulator-boot-on;
232                                 regulator-min-microvolt = <1800000>;
233                                 regulator-max-microvolt = <3300000>;
234                                 regulator-name = "vccio_sd";
235                         };
236
237                         vdd10_lcd: LDO_REG6 {
238                                 regulator-always-on;
239                                 regulator-boot-on;
240                                 regulator-min-microvolt = <1000000>;
241                                 regulator-max-microvolt = <1000000>;
242                                 regulator-name = "vdd10_lcd";
243                         };
244
245                         vcc_18: LDO_REG7 {
246                                 regulator-always-on;
247                                 regulator-boot-on;
248                                 regulator-min-microvolt = <1800000>;
249                                 regulator-max-microvolt = <1800000>;
250                                 regulator-name = "vcc_18";
251                         };
252
253                         vcc18_lcd: LDO_REG8 {
254                                 regulator-always-on;
255                                 regulator-boot-on;
256                                 regulator-min-microvolt = <1800000>;
257                                 regulator-max-microvolt = <1800000>;
258                                 regulator-name = "vcc18_lcd";
259                         };
260
261                         vcc_sd: SWITCH_REG1 {
262                                 regulator-always-on;
263                                 regulator-boot-on;
264                                 regulator-name = "vcc_sd";
265                         };
266
267                         vcc_lan: SWITCH_REG2 {
268                                 regulator-always-on;
269                                 regulator-boot-on;
270                                 regulator-name = "vcc_lan";
271                         };
272                 };
273         };
274 };
275
276 &pinctrl {
277         ir {
278                 ir_int: ir-int {
279                         rockchip,pins = <3 30 RK_FUNC_GPIO &pcfg_pull_none>;
280                 };
281         };
282
283         keys {
284                 pwr_key: pwr-key {
285                         rockchip,pins = <0 2 RK_FUNC_GPIO &pcfg_pull_none>;
286                 };
287         };
288
289         pmic {
290                 pmic_sleep: pmic-sleep {
291                         rockchip,pins = <0 0 RK_FUNC_2 &pcfg_pull_none>;
292                 };
293
294                 pmic_int: pmic-int {
295                         rockchip,pins = <0 5 RK_FUNC_GPIO &pcfg_pull_up>;
296                 };
297         };
298 };
299
300 &tsadc {
301         status = "okay";
302         rockchip,hw-tshut-mode = <0>; /* CRU */
303         rockchip,hw-tshut-polarity = <1>; /* high */
304 };
305
306 &uart2 {
307         status = "okay";
308 };
309
310 &usb_host0_ehci {
311         status = "okay";
312 };
313
314 &usb_otg {
315         status = "okay";
316 };
317
318 &wdt {
319         status = "okay";
320 };