Merge tag 'v3.16-rc6' into next/dt
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-evb.dtsi
1 /*
2  * This program is free software; you can redistribute it and/or modify
3  * it under the terms of the GNU General Public License as published by
4  * the Free Software Foundation; either version 2 of the License, or
5  * (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10  * GNU General Public License for more details.
11  */
12
13 #include "rk3288.dtsi"
14
15 / {
16         memory {
17                 reg = <0x0 0x80000000>;
18         };
19
20         gpio-keys {
21                 compatible = "gpio-keys";
22                 #address-cells = <1>;
23                 #size-cells = <0>;
24                 autorepeat;
25
26                 pinctrl-names = "default";
27                 pinctrl-0 = <&pwrbtn>;
28
29                 button@0 {
30                         gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
31                         linux,code = <116>;
32                         label = "GPIO Key Power";
33                         linux,input-type = <1>;
34                         gpio-key,wakeup = <1>;
35                         debounce-interval = <100>;
36                 };
37         };
38 };
39
40 &i2c0 {
41         status = "okay";
42 };
43
44 &wdt {
45         status = "okay";
46 };
47
48 &uart0 {
49         status = "okay";
50 };
51
52 &uart1 {
53         status = "okay";
54 };
55
56 &uart2 {
57         status = "okay";
58 };
59
60 &uart3 {
61         status = "okay";
62 };
63
64 &uart4 {
65         status = "okay";
66 };
67
68 &pinctrl {
69         buttons {
70                 pwrbtn: pwrbtn {
71                         rockchip,pins = <0 5 RK_FUNC_GPIO &pcfg_pull_up>;
72                 };
73         };
74 };