b61a07c1c1ea96eb35358d48d5dfc45820f022ea
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / 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,bcm6348";
10
11 gpio-leds {
12 compatible = "gpio-leds";
13
14 power_green {
15 label = "CVG834G:green:power";
16 gpios = <&gpio1 5 0>;
17 default-state = "on";
18 };
19 };
20 };
21
22 &pflash {
23 status = "ok";
24
25 linux,part-probe = "bcm63xxpart";
26
27 cfe@0 {
28 label = "CFE";
29 reg = <0x000000 0x010000>;
30 read-only;
31 };
32
33 linux@10000 {
34 label = "linux";
35 reg = <0x010000 0x3e0000>;
36 };
37
38 nvram@3f0000 {
39 label = "nvram";
40 reg = <0x3f0000 0x010000>;
41 };
42 };