base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6368-brcm-bcm96368mvngr.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 BCM96368MVNgr reference board";
8 compatible = "brcm,bcm96368mvngr", "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 inet_fail_green {
23 label = "green:inet-fail";
24 gpios = <&pinctrl 3 0>;
25 };
26 inet_green {
27 label = "green:inet";
28 gpios = <&pinctrl 5 0>;
29 };
30 power_green {
31 function = LED_FUNCTION_POWER;
32 color = <LED_COLOR_ID_GREEN>;
33 gpios = <&pinctrl 22 0>;
34 default-state = "on";
35 };
36 wps_green {
37 function = LED_FUNCTION_WPS;
38 color = <LED_COLOR_ID_GREEN>;
39 gpios = <&pinctrl 23 1>;
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 };