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