173a8c3548b94a3877960b67efdf3af1a375ba6b
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm96348GW-10.dts
1 /dts-v1/;
2
3 /include/ "bcm6348.dtsi"
4
5 / {
6 model = "Broadcom BCM96348GW-10 reference board";
7 compatible = "brcm,bcm96348gw-10", "brcm,bcm6348";
8
9 gpio-keys-polled {
10 compatible = "gpio-keys-polled";
11 #address-cells = <1>;
12 #size-cells = <0>;
13 poll-interval = <20>;
14 debounce-interval = <60>;
15
16 reset {
17 label = "reset";
18 gpios = <&gpio0 6 1>;
19 linux,code = <0x198>;
20 };
21 };
22
23 gpio-leds {
24 compatible = "gpio-leds";
25
26 power_green {
27 label = "96348GW-10:green:power";
28 gpios = <&gpio0 0 1>;
29 default-state = "on";
30 };
31 stop_green {
32 label = "96348GW-10:green:stop";
33 gpios = <&gpio0 1 1>;
34 };
35 adsl_fail_green {
36 label = "96348GW-10:green:adsl-fail";
37 gpios = <&gpio0 2 1>;
38 };
39 ppp_green {
40 label = "96348GW-10:green:ppp";
41 gpios = <&gpio0 3 1>;
42 };
43 ppp_fail_green {
44 label = "96348GW-10:green:ppp-fail";
45 gpios = <&gpio0 4 1>;
46 };
47 };
48 };