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