brcm63xx: move the bootargs into the dtb files
[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 chosen {
12 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 };
14
15 gpio-leds {
16 compatible = "gpio-leds";
17
18 power_green {
19 label = "CVG834G:green:power";
20 gpios = <&gpio1 5 0>;
21 default-state = "on";
22 };
23 };
24 };
25
26 &pflash {
27 status = "ok";
28
29 linux,part-probe = "bcm63xxpart";
30
31 cfe@0 {
32 label = "CFE";
33 reg = <0x000000 0x010000>;
34 read-only;
35 };
36
37 linux@10000 {
38 label = "linux";
39 reg = <0x010000 0x3e0000>;
40 };
41
42 nvram@3f0000 {
43 label = "nvram";
44 reg = <0x3f0000 0x010000>;
45 };
46 };