brcm63xx: move buttons and leds to dts files
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm96368MVWG.dts
1 /dts-v1/;
2
3 /include/ "bcm6368.dtsi"
4
5 / {
6         model = "Broadcom BCM96368MVWG reference board";
7         compatible = "brcm,bcm96368mvwg", "brcm,bcm6368";
8
9         gpio-leds {
10                 compatible = "gpio-leds";
11
12                 dsl_green {
13                         label = "96368MVWG:green:adsl";
14                         gpios = <&gpio0 2 1>;
15                 };
16                 ppp_green {
17                         label = "96368MVWG:green:ppp";
18                         gpios = <&gpio0 5 0>;
19                 };
20                 power_green {
21                         label = "96368MVWG:green:power";
22                         gpios = <&gpio0 22 0>;
23                         default-state = "on";
24                 };
25                 wps_green {
26                         label = "96368MVWG:green:wps";
27                         gpios = <&gpio0 23 1>;
28                 };
29                 ppp_fail_red {
30                         label = "96368MVWG:red:ppp-fail";
31                         gpios = <&gpio0 31 0>;
32                 };
33         };
34 };