base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/stintel.git] / target / linux / bcm63xx / dts / bcm6348-netgear-dg834gt-pn.dts
1 #include "bcm6348.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Netgear DG834GT/PN";
8 compatible = "netgear,dg834gt-pn", "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 = "fixed-partitions";
62 #address-cells = <1>;
63 #size-cells = <1>;
64
65 cfe@0 {
66 label = "CFE";
67 reg = <0x000000 0x010000>;
68 read-only;
69 };
70
71 linux@10000 {
72 label = "linux";
73 reg = <0x010000 0x3e0000>;
74 compatible = "brcm,bcm963xx-imagetag";
75 };
76
77 nvram@3f0000 {
78 label = "nvram";
79 reg = <0x3f0000 0x010000>;
80 };
81 };
82 };
83
84 &pinctrl {
85 pinctrl-names = "default";
86 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>;
87 };
88
89 &uart0 {
90 status = "okay";
91 };