bcm63xx: use generic diag.sh
[openwrt/openwrt.git] / target / linux / bcm63xx / dts / bcm3368-netgear-cvg834g.dts
1 /dts-v1/;
2
3 #include "bcm3368.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Netgear CVG834G";
9 compatible = "netgear,cvg834g", "brcm,bcm3368";
10
11 aliases {
12 led-boot = &led_power_green;
13 led-failsafe = &led_power_green;
14 led-running = &led_power_green;
15 led-upgrade = &led_power_green;
16 };
17
18 chosen {
19 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
20 stdout-path = "serial0:115200n8";
21 };
22
23 leds {
24 compatible = "gpio-leds";
25
26 led_power_green: power_green {
27 label = "CVG834G:green:power";
28 gpios = <&gpio1 5 0>;
29 default-state = "on";
30 };
31 };
32 };
33
34 &pflash {
35 status = "ok";
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 = "ok";
63 };
64
65 &uart1 {
66 status = "ok";
67 };