base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6348-netgear-dg834g-v4.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 DG834G v4";
8 compatible = "netgear,dg834g-v4", "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 status {
39 function = LED_FUNCTION_POWER;
40 color = <LED_COLOR_ID_RED>;
41 gpios = <&pinctrl 1 1>;
42 };
43 inet_green {
44 label = "adsl";
45 gpios = <&pinctrl 2 1>;
46 };
47 inet_red {
48 label = "internet";
49 gpios = <&pinctrl 3 1>;
50 };
51 };
52 };
53
54 &pflash {
55 status = "okay";
56
57 partitions {
58 compatible = "fixed-partitions";
59 #address-cells = <1>;
60 #size-cells = <1>;
61
62 cfe@0 {
63 label = "CFE";
64 reg = <0x000000 0x010000>;
65 read-only;
66 };
67
68 linux@10000 {
69 label = "linux";
70 reg = <0x010000 0x3e0000>;
71 compatible = "brcm,bcm963xx-imagetag";
72 };
73
74 nvram@3f0000 {
75 label = "nvram";
76 reg = <0x3f0000 0x010000>;
77 };
78 };
79 };
80
81 &pinctrl {
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
84 };
85
86 &uart0 {
87 status = "okay";
88 };