ARM: dts: rk3288: remove nau8825 node for miniarm
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-miniarm.dts
1 /*
2  * This file is dual-licensed: you can use it either under the terms
3  * of the GPL or the X11 license, at your option. Note that this dual
4  * licensing only applies to this file, and not this project as a
5  * whole.
6  *
7  *  a) This file is free software; you can redistribute it and/or
8  *     modify it under the terms of the GNU General Public License as
9  *     published by the Free Software Foundation; either version 2 of the
10  *     License, or (at your option) any later version.
11  *
12  *     This file is distributed in the hope that it will be useful,
13  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *     GNU General Public License for more details.
16  *
17  * Or, alternatively,
18  *
19  *  b) Permission is hereby granted, free of charge, to any person
20  *     obtaining a copy of this software and associated documentation
21  *     files (the "Software"), to deal in the Software without
22  *     restriction, including without limitation the rights to use,
23  *     copy, modify, merge, publish, distribute, sublicense, and/or
24  *     sell copies of the Software, and to permit persons to whom the
25  *     Software is furnished to do so, subject to the following
26  *     conditions:
27  *
28  *     The above copyright notice and this permission notice shall be
29  *     included in all copies or substantial portions of the Software.
30  *
31  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
32  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
33  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
34  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
35  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
36  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
38  *     OTHER DEALINGS IN THE SOFTWARE.
39  */
40
41 /dts-v1/;
42 #include "rk3288.dtsi"
43
44 / {
45         compatible = "rockchip,rk3288-miniarm", "rockchip,rk3288";
46
47         memory {
48                 device_type = "memory";
49                 reg = <0x0 0x80000000>;
50         };
51
52         ext_gmac: external-gmac-clock {
53                 compatible = "fixed-clock";
54                 clock-frequency = <125000000>;
55                 clock-output-names = "ext_gmac";
56                 #clock-cells = <0>;
57         };
58
59         gpio-keys {
60                 compatible = "gpio-keys";
61                 #address-cells = <1>;
62                 #size-cells = <0>;
63                 autorepeat;
64
65                 pinctrl-names = "default";
66                 pinctrl-0 = <&pwrbtn>;
67
68                 button@0 {
69                         gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
70                         linux,code = <116>;
71                         label = "GPIO Key Power";
72                         linux,input-type = <1>;
73                         gpio-key,wakeup = <1>;
74                         debounce-interval = <100>;
75                 };
76         };
77
78         gpio-leds {
79                 compatible = "gpio-leds";
80
81                 pwr-led {
82                         gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
83                         linux,default-trigger = "default-on";
84                 };
85
86                 act-led {
87                         gpios=<&gpio2 3 GPIO_ACTIVE_LOW>;
88                         linux,default-trigger="mmc0";
89                 };
90         };
91
92         sound {
93                 compatible = "simple-audio-card";
94                 simple-audio-card,format = "i2s";
95                 simple-audio-card,name = "rockchip,miniarm-codec";
96                 simple-audio-card,mclk-fs = <512>;
97                 simple-audio-card,cpu {
98                         sound-dai = <&i2s>;
99                 };
100                 simple-audio-card,codec {
101                         sound-dai = <&hdmi>;
102                 };
103         };
104
105         vcc_sys: vsys-regulator {
106                 compatible = "regulator-fixed";
107                 regulator-name = "vcc_sys";
108                 regulator-min-microvolt = <5000000>;
109                 regulator-max-microvolt = <5000000>;
110                 regulator-always-on;
111                 regulator-boot-on;
112         };
113
114         io_domains: io-domains {
115                 compatible = "rockchip,rk3288-io-voltage-domain";
116                 rockchip,grf = <&grf>;
117
118                 sdcard-supply = <&vccio_sd>;
119         };
120
121         /*
122          * NOTE: vcc_sd isn't hooked up on v1.0 boards where power comes from
123          * vcc_io directly.  Those boards won't be able to power cycle SD cards
124          * but it shouldn't hurt to toggle this pin there anyway.
125          */
126         vcc_sd: sdmmc-regulator {
127                 compatible = "regulator-fixed";
128                 gpio = <&gpio7 11 GPIO_ACTIVE_LOW>;
129                 pinctrl-names = "default";
130                 pinctrl-0 = <&sdmmc_pwr>;
131                 regulator-name = "vcc_sd";
132                 regulator-min-microvolt = <3300000>;
133                 regulator-max-microvolt = <3300000>;
134                 startup-delay-us = <100000>;
135                 vin-supply = <&vcc_io>;
136         };
137 };
138
139 &cpu0 {
140         cpu0-supply = <&vdd_cpu>;
141 };
142
143 &gmac {
144         phy-supply = <&vcc33_lan>;
145         phy-mode = "rgmii";
146         clock_in_out = "input";
147         snps,reset-gpio = <&gpio4 7 0>;
148         snps,reset-active-low;
149         snps,reset-delays-us = <0 10000 1000000>;
150         assigned-clocks = <&cru SCLK_MAC>;
151         assigned-clock-parents = <&ext_gmac>;
152         pinctrl-names = "default";
153         pinctrl-0 = <&rgmii_pins>;
154         tx_delay = <0x30>;
155         rx_delay = <0x10>;
156         status = "ok";
157 };
158
159 &gpu {
160         mali-supply = <&vdd_gpu>;
161         status = "okay";
162 };
163
164 &hdmi {
165         #address-cells = <1>;
166         #size-cells = <0>;
167         #sound-dai-cells = <0>;
168         ddc-i2c-bus = <&i2c5>;
169         status = "okay";
170 };
171
172 &i2c0 {
173         status = "okay";
174         clock-frequency = <400000>;
175
176         rk808: pmic@1b {
177                 compatible = "rockchip,rk808";
178                 reg = <0x1b>;
179                 interrupt-parent = <&gpio0>;
180                 interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
181                 pinctrl-names = "default";
182                 pinctrl-0 = <&pmic_int &global_pwroff>;
183                 rockchip,system-power-controller;
184                 wakeup-source;
185                 #clock-cells = <1>;
186                 clock-output-names = "xin32k", "rk808-clkout2";
187
188                 vcc1-supply = <&vcc_sys>;
189                 vcc2-supply = <&vcc_sys>;
190                 vcc3-supply = <&vcc_sys>;
191                 vcc4-supply = <&vcc_sys>;
192                 vcc6-supply = <&vcc_sys>;
193                 vcc7-supply = <&vcc_sys>;
194                 vcc8-supply = <&vcc_18>;
195                 vcc9-supply = <&vcc_io>;
196                 vcc10-supply = <&vcc_io>;
197                 vcc11-supply = <&vcc_sys>;
198                 vcc12-supply = <&vcc_io>;
199                 vddio-supply = <&vcc18_ldo1>;
200
201                 regulators {
202                         vdd_cpu: DCDC_REG1 {
203                                 regulator-always-on;
204                                 regulator-boot-on;
205                                 regulator-min-microvolt = <750000>;
206                                 regulator-max-microvolt = <1350000>;
207                                 regulator-name = "vdd_arm";
208                                 regulator-state-mem {
209                                         regulator-off-in-suspend;
210                                 };
211                         };
212
213                         vdd_gpu: DCDC_REG2 {
214                                 regulator-always-on;
215                                 regulator-boot-on;
216                                 regulator-min-microvolt = <850000>;
217                                 regulator-max-microvolt = <1250000>;
218                                 regulator-name = "vdd_gpu";
219                                 regulator-state-mem {
220                                         regulator-on-in-suspend;
221                                         regulator-suspend-microvolt = <1000000>;
222                                 };
223                         };
224
225                         vcc_ddr: DCDC_REG3 {
226                                 regulator-always-on;
227                                 regulator-boot-on;
228                                 regulator-name = "vcc_ddr";
229                                 regulator-state-mem {
230                                         regulator-on-in-suspend;
231                                 };
232                         };
233
234                         vcc_io: DCDC_REG4 {
235                                 regulator-always-on;
236                                 regulator-boot-on;
237                                 regulator-min-microvolt = <3300000>;
238                                 regulator-max-microvolt = <3300000>;
239                                 regulator-name = "vcc_io";
240                                 regulator-state-mem {
241                                         regulator-on-in-suspend;
242                                         regulator-suspend-microvolt = <3300000>;
243                                 };
244                         };
245
246                         vcc18_ldo1: LDO_REG1 {
247                                 regulator-always-on;
248                                 regulator-boot-on;
249                                 regulator-min-microvolt = <1800000>;
250                                 regulator-max-microvolt = <1800000>;
251                                 regulator-name = "vcc18_ldo1";
252                                 regulator-state-mem {
253                                         regulator-on-in-suspend;
254                                         regulator-suspend-microvolt = <1800000>;
255                                 };
256                         };
257
258                         vcc33_mipi: LDO_REG2 {
259                                 regulator-always-on;
260                                 regulator-boot-on;
261                                 regulator-min-microvolt = <3300000>;
262                                 regulator-max-microvolt = <3300000>;
263                                 regulator-name = "vcc33_mipi";
264                                 regulator-state-mem {
265                                         regulator-off-in-suspend;
266                                 };
267                         };
268
269                         vdd_10: LDO_REG3 {
270                                 regulator-always-on;
271                                 regulator-boot-on;
272                                 regulator-min-microvolt = <1000000>;
273                                 regulator-max-microvolt = <1000000>;
274                                 regulator-name = "vdd_10";
275                                 regulator-state-mem {
276                                         regulator-on-in-suspend;
277                                         regulator-suspend-microvolt = <1000000>;
278                                 };
279                         };
280
281                         vcc18_codec: LDO_REG4 {
282                                 regulator-always-on;
283                                 regulator-boot-on;
284                                 regulator-min-microvolt = <1800000>;
285                                 regulator-max-microvolt = <1800000>;
286                                 regulator-name = "vcc18_codec";
287                                 regulator-state-mem {
288                                         regulator-on-in-suspend;
289                                         regulator-suspend-microvolt = <1800000>;
290                                 };
291                         };
292
293                         vccio_sd: LDO_REG5 {
294                                 regulator-always-on;
295                                 regulator-boot-on;
296                                 regulator-min-microvolt = <1800000>;
297                                 regulator-max-microvolt = <3300000>;
298                                 regulator-name = "vccio_sd";
299                                 regulator-state-mem {
300                                         regulator-on-in-suspend;
301                                         regulator-suspend-microvolt = <3300000>;
302                                 };
303                         };
304
305                         vdd10_lcd: LDO_REG6 {
306                                 regulator-always-on;
307                                 regulator-boot-on;
308                                 regulator-min-microvolt = <1000000>;
309                                 regulator-max-microvolt = <1000000>;
310                                 regulator-name = "vdd10_lcd";
311                                 regulator-state-mem {
312                                         regulator-on-in-suspend;
313                                         regulator-suspend-microvolt = <1000000>;
314                                 };
315                         };
316
317                         vcc_18: LDO_REG7 {
318                                 regulator-always-on;
319                                 regulator-boot-on;
320                                 regulator-min-microvolt = <1800000>;
321                                 regulator-max-microvolt = <1800000>;
322                                 regulator-name = "vcc_18";
323                                 regulator-state-mem {
324                                         regulator-on-in-suspend;
325                                         regulator-suspend-microvolt = <1800000>;
326                                 };
327                         };
328
329                         vcc18_lcd: LDO_REG8 {
330                                 regulator-always-on;
331                                 regulator-boot-on;
332                                 regulator-min-microvolt = <1800000>;
333                                 regulator-max-microvolt = <1800000>;
334                                 regulator-name = "vcc18_lcd";
335                                 regulator-state-mem {
336                                         regulator-on-in-suspend;
337                                         regulator-suspend-microvolt = <1800000>;
338                                 };
339                         };
340
341                         vcc33_sd: SWITCH_REG1 {
342                                 regulator-always-on;
343                                 regulator-boot-on;
344                                 regulator-name = "vcc33_sd";
345                                 regulator-state-mem {
346                                         regulator-on-in-suspend;
347                                 };
348                         };
349
350                         vcc33_lan: SWITCH_REG2 {
351                                 regulator-always-on;
352                                 regulator-boot-on;
353                                 regulator-name = "vcc33_lan";
354                                 regulator-state-mem {
355                                         regulator-on-in-suspend;
356                                 };
357                         };
358                 };
359         };
360 };
361
362 &i2c2 {
363         status = "okay";
364 };
365
366 &i2c5 {
367         status = "okay";
368 };
369
370 &i2s {
371         #sound-dai-cells = <0>;
372         status = "okay";
373 };
374
375 &pwm0 {
376         status = "okay";
377 };
378
379 &saradc {
380         vref-supply = <&vcc18_ldo1>;
381         status ="okay";
382 };
383
384 &sdmmc {
385         bus-width = <4>;
386         cap-mmc-highspeed;
387         cap-sd-highspeed;
388         card-detect-delay = <200>;
389         disable-wp;                     /* wp not hooked up */
390         num-slots = <1>;
391         pinctrl-names = "default";
392         pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
393         status = "okay";
394         supports-sd;
395         vmmc-supply = <&vcc_sd>;
396         vqmmc-supply = <&vccio_sd>;
397 };
398
399 &tsadc {
400         rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
401         rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
402         status = "okay";
403 };
404
405 &uart0 {
406         status = "okay";
407 };
408
409 &uart1 {
410         status = "okay";
411 };
412
413 &uart2 {
414         status = "okay";
415 };
416
417 &uart3 {
418         status = "okay";
419 };
420
421 &uart4 {
422         status = "okay";
423 };
424
425 &usbphy {
426         status = "okay";
427 };
428
429 &usb_host0_ehci {
430         status = "okay";
431 };
432
433 &usb_host1 {
434         status = "okay";
435 };
436
437 &usb_otg {
438         status= "okay";
439 };
440
441 &vopb {
442         status = "okay";
443 };
444
445 &vopb_mmu {
446         status = "okay";
447 };
448
449 &vopl {
450         status = "okay";
451 };
452
453 &vopl_mmu {
454         status = "okay";
455 };
456
457 &vpu {
458         status = "okay";
459 };
460
461 &wdt {
462         status = "okay";
463 };
464
465 &pinctrl {
466         pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma {
467                 drive-strength = <8>;
468         };
469
470         pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
471                 bias-pull-up;
472                 drive-strength = <8>;
473         };
474
475         backlight {
476                 bl_en: bl-en {
477                         rockchip,pins = <7 2 RK_FUNC_GPIO &pcfg_pull_none>;
478                 };
479         };
480
481         buttons {
482                 pwrbtn: pwrbtn {
483                         rockchip,pins = <0 5 RK_FUNC_GPIO &pcfg_pull_up>;
484                 };
485         };
486
487         eth_phy {
488                 eth_phy_pwr: eth-phy-pwr {
489                         rockchip,pins = <0 6 RK_FUNC_GPIO &pcfg_pull_none>;
490                 };
491         };
492
493         pmic {
494                 pmic_int: pmic-int {
495                         rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
496                 };
497         };
498
499         sdmmc {
500                 /*
501                  * Default drive strength isn't enough to achieve even
502                  * high-speed mode on EVB board so bump up to 8ma.
503                  */
504                 sdmmc_bus4: sdmmc-bus4 {
505                         rockchip,pins = <6 16 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,
506                                         <6 17 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,
507                                         <6 18 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,
508                                         <6 19 RK_FUNC_1 &pcfg_pull_up_drv_8ma>;
509                 };
510
511                 sdmmc_clk: sdmmc-clk {
512                         rockchip,pins = <6 20 RK_FUNC_1 &pcfg_pull_none_drv_8ma>;
513                 };
514
515                 sdmmc_cmd: sdmmc-cmd {
516                         rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up_drv_8ma>;
517                 };
518
519                 sdmmc_pwr: sdmmc-pwr {
520                         rockchip,pins = <7 11 RK_FUNC_GPIO &pcfg_pull_none>;
521                 };
522         };
523
524         usb {
525                 host_vbus_drv: host-vbus-drv {
526                         rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;
527                 };
528
529                 pwr_3g: pwr-3g {
530                         rockchip,pins = <7 8 RK_FUNC_GPIO &pcfg_pull_none>;
531                 };
532         };
533 };