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