base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/stintel.git] / target / linux / bcm63xx / dts / bcm6348-brcm-bcm96348gw-10.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Broadcom BCM96348GW-10 reference board";
8 compatible = "brcm,bcm96348gw-10", "brcm,bcm6348";
9
10 chosen {
11 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
12 stdout-path = "serial0:115200n8";
13 };
14
15 keys {
16 compatible = "gpio-keys-polled";
17 #address-cells = <1>;
18 #size-cells = <0>;
19 poll-interval = <20>;
20
21 reset {
22 label = "reset";
23 gpios = <&pinctrl 6 1>;
24 linux,code = <KEY_RESTART>;
25 debounce-interval = <60>;
26 };
27 };
28
29 leds {
30 compatible = "gpio-leds";
31
32 power_green {
33 function = LED_FUNCTION_POWER;
34 color = <LED_COLOR_ID_GREEN>;
35 gpios = <&pinctrl 0 1>;
36 default-state = "on";
37 };
38 stop_green {
39 label = "green:stop";
40 gpios = <&pinctrl 1 1>;
41 };
42 adsl_fail_green {
43 label = "green:adsl-fail";
44 gpios = <&pinctrl 2 1>;
45 };
46 ppp_green {
47 label = "green:ppp";
48 gpios = <&pinctrl 3 1>;
49 };
50 ppp_fail_green {
51 label = "green:ppp-fail";
52 gpios = <&pinctrl 4 1>;
53 };
54 };
55 };
56
57 &pflash {
58 status = "okay";
59
60 partitions {
61 compatible = "brcm,bcm963xx-cfe-nor-partitions";
62 };
63 };
64
65 &pinctrl {
66 pinctrl-names = "default";
67 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
68 };
69
70 &uart0 {
71 status = "okay";
72 };