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