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