7a83a9cb319ec6c8a7b6858c7053db2097ac158b
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / bcm96358VW.dts
1 /dts-v1/;
2
3 #include "bcm6358.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Broadcom BCM96358VW reference board";
9 compatible = "brcm,bcm96358vw", "brcm,bcm6358";
10
11 chosen {
12 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 };
14
15 gpio-leds {
16 compatible = "gpio-leds";
17
18 power_green {
19 label = "96358VW:green:power";
20 gpios = <&gpio0 4 0>;
21 default-state = "on";
22 };
23 stop_green {
24 label = "96358VW:green:stop";
25 gpios = <&gpio0 5 0>;
26 };
27 adsl_fail_green {
28 label = "96358VW:green:adsl-fail";
29 gpios = <&gpio0 15 1>;
30 };
31 ppp_green {
32 label = "96358VW:green:ppp";
33 gpios = <&gpio0 22 1>;
34 };
35 ppp_fail_green {
36 label = "96358VW:green:ppp-fail";
37 gpios = <&gpio0 23 1>;
38 };
39 };
40 };