base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm3368-netgear-cvg834g.dts
1 #include "bcm3368.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5
6 / {
7 model = "Netgear CVG834G";
8 compatible = "netgear,cvg834g", "brcm,bcm3368";
9
10 aliases {
11 led-boot = &led_power_green;
12 led-failsafe = &led_power_green;
13 led-running = &led_power_green;
14 led-upgrade = &led_power_green;
15 };
16
17 chosen {
18 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
19 stdout-path = "serial0:115200n8";
20 };
21
22 leds {
23 compatible = "gpio-leds";
24
25 led_power_green: power_green {
26 function = LED_FUNCTION_POWER;
27 color = <LED_COLOR_ID_GREEN>;
28 gpios = <&gpio1 5 0>;
29 default-state = "on";
30 };
31 };
32 };
33
34 &pflash {
35 status = "okay";
36
37 partitions {
38 compatible = "fixed-partitions";
39 #address-cells = <1>;
40 #size-cells = <1>;
41
42 cfe@0 {
43 label = "CFE";
44 reg = <0x000000 0x010000>;
45 read-only;
46 };
47
48 linux@10000 {
49 label = "linux";
50 reg = <0x010000 0x3e0000>;
51 compatible = "brcm,bcm963xx-imagetag";
52 };
53
54 nvram@3f0000 {
55 label = "nvram";
56 reg = <0x3f0000 0x010000>;
57 };
58 };
59 };
60
61 &uart0 {
62 status = "okay";
63 };
64
65 &uart1 {
66 status = "okay";
67 };