imx6: add missing patches from 3.14
[openwrt.git] / target / linux / brcm63xx / dts / cvg834g.dts
1 /dts-v1/;
2
3 /include/ "bcm3368.dtsi"
4
5 / {
6         model = "Netgear CVG834G";
7         compatible = "netgear,cvg834g", "brcm,bcm6348";
8
9         gpio-leds {
10                 compatible = "gpio-leds";
11
12                 power_green {
13                         label = "CVG834G:green:power";
14                         gpios = <&gpio1 5 0>;
15                         default-state = "on";
16                 };
17         };
18 };
19
20 &pflash {
21         status = "ok";
22
23         linux,part-probe = "bcm63xxpart";
24
25         cfe@0 {
26                 label = "CFE";
27                 reg = <0x000000 0x010000>;
28                 read-only;
29         };
30
31         linux@10000 {
32                 label = "linux";
33                 reg = <0x010000 0x3e0000>;
34         };
35
36         nvram@3f0000 {
37                 label = "nvram";
38                 reg = <0x3f0000 0x010000>;
39         };
40 };