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