rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / brcm63xx / dts / bcm96338GW.dts
1 /dts-v1/;
2
3 #include "bcm6338.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Broadcom BCM96338GW reference board";
9         compatible = "brcm,bcm96338gw", "brcm,bcm6338";
10
11         gpio-leds {
12                 compatible = "gpio-leds";
13
14                 power_green {
15                         label = "96338GW:green:power";
16                         gpios = <&gpio0 0 1>;
17                         default-state = "on";
18                 };
19                 stop_green {
20                         label = "96338GW:green:stop";
21                         gpios = <&gpio0 1 1>;
22                 };
23                 dsl_green {
24                         label = "96338GW:green:adsl";
25                         gpios = <&gpio0 3 1>;
26                 };
27                 ppp_fail_green {
28                         label = "96338GW:green:ppp-fail";
29                         gpios = <&gpio0 4 1>;
30                 };
31                 ses_green {
32                         label = "96338GW:green:ses";
33                         gpios = <&gpio0 5 1>;
34                 };
35         };
36 };