brcm63xx: move the bootargs into the dtb files
[oweals/openwrt.git] / target / linux / brcm63xx / dts / rta1025w.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Dynalink RTA1025W";
9         compatible = "dynalink,rta1025w", "brcm,bcm6348";
10
11         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13         };
14 };
15
16 &pflash {
17         status = "ok";
18
19         linux,part-probe = "bcm63xxpart";
20
21         cfe@0 {
22                 label = "CFE";
23                 reg = <0x000000 0x010000>;
24                 read-only;
25         };
26
27         linux@10000 {
28                 label = "linux";
29                 reg = <0x010000 0x3e0000>;
30         };
31
32         nvram@3f0000 {
33                 label = "nvram";
34                 reg = <0x3f0000 0x010000>;
35         };
36 };