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