fdc32d0c9959c8746d38e158c40b07275cda3d37
[openwrt/staging/wigyori.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 = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15
16 gpio-leds {
17 compatible = "gpio-leds";
18
19 dsl_green {
20 label = "96368MVWG:green:adsl";
21 gpios = <&pinctrl 2 1>;
22 };
23 ppp_green {
24 label = "96368MVWG:green:ppp";
25 gpios = <&pinctrl 5 0>;
26 };
27 power_green {
28 label = "96368MVWG:green:power";
29 gpios = <&pinctrl 22 0>;
30 default-state = "on";
31 };
32 wps_green {
33 label = "96368MVWG:green:wps";
34 gpios = <&pinctrl 23 1>;
35 };
36 ppp_fail_red {
37 label = "96368MVWG:red:ppp-fail";
38 gpios = <&pinctrl 31 0>;
39 };
40 };
41 };
42
43 &pflash {
44 status = "ok";
45
46 partitions {
47 compatible = "brcm,bcm963xx-cfe-nor-partitions";
48 };
49 };
50
51 &pinctrl {
52 pinctrl-names = "default";
53 pinctrl-0 = <&pinctrl_pci>;
54 };
55
56 &uart0 {
57 status = "ok";
58 };