664e3e02f5749e4ce4c26bbf27bdcc93a6bdc382
[openwrt/openwrt.git] / target / linux / bcm63xx / dts / bcm6368-brcm-bcm96368mvwg.dts
1 #include "bcm6368.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Broadcom BCM96368MVWG reference board";
7 compatible = "brcm,bcm96368mvwg", "brcm,bcm6368";
8
9 chosen {
10 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
11 stdout-path = "serial0:115200n8";
12 };
13
14 leds {
15 compatible = "gpio-leds";
16
17 dsl_green {
18 label = "green:adsl";
19 gpios = <&pinctrl 2 1>;
20 };
21 ppp_green {
22 label = "green:ppp";
23 gpios = <&pinctrl 5 0>;
24 };
25 power_green {
26 label = "green:power";
27 gpios = <&pinctrl 22 0>;
28 default-state = "on";
29 };
30 wps_green {
31 label = "green:wps";
32 gpios = <&pinctrl 23 1>;
33 };
34 ppp_fail_red {
35 label = "red:ppp-fail";
36 gpios = <&pinctrl 31 0>;
37 };
38 };
39 };
40
41 &pflash {
42 status = "okay";
43
44 partitions {
45 compatible = "brcm,bcm963xx-cfe-nor-partitions";
46 };
47 };
48
49 &pinctrl {
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_pci>;
52 };
53
54 &uart0 {
55 status = "okay";
56 };