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