0f7c42b3cb69b3735a08adc48c5de586fdd088c9
[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 chosen {
12 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 };
14
15 gpio-leds {
16 compatible = "gpio-leds";
17
18 dsl_green {
19 label = "96368MVWG:green:adsl";
20 gpios = <&pinctrl 2 1>;
21 };
22 ppp_green {
23 label = "96368MVWG:green:ppp";
24 gpios = <&pinctrl 5 0>;
25 };
26 power_green {
27 label = "96368MVWG:green:power";
28 gpios = <&pinctrl 22 0>;
29 default-state = "on";
30 };
31 wps_green {
32 label = "96368MVWG:green:wps";
33 gpios = <&pinctrl 23 1>;
34 };
35 ppp_fail_red {
36 label = "96368MVWG:red:ppp-fail";
37 gpios = <&pinctrl 31 0>;
38 };
39 };
40 };
41
42 &pflash {
43 status = "ok";
44
45 linux,part-probe = "bcm63xxpart";
46 };
47
48 &pinctrl {
49 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_pci>;
51 };