brcm63xx: move the bootargs into the dtb files
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / rta1320.dts
1 /dts-v1/;
2
3 #include "bcm6338.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Dynalink RTA1320";
9 compatible = "dynalink,rta1320", "brcm,bcm6338";
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 green_power {
19 label = "RTA1320_16M:green:power";
20 gpios = <&gpio0 0 1>;
21 default-state = "on";
22 };
23 green_stop {
24 label = "RTA1320_16M:green:stop";
25 gpios = <&gpio0 1 1>;
26 };
27 green_adsl {
28 label = "RTA1320_16M:green:adsl";
29 gpios = <&gpio0 3 1>;
30 };
31 green_ppp {
32 label = "RTA1320_16M:green:ppp";
33 gpios = <&gpio0 4 1>;
34 };
35 };
36 };
37
38 &pflash {
39 status = "ok";
40
41 linux,part-probe = "bcm63xxpart";
42
43 cfe@0 {
44 label = "CFE";
45 reg = <0x000000 0x010000>;
46 read-only;
47 };
48
49 linux@10000 {
50 label = "linux";
51 reg = <0x010000 0x3e0000>;
52 };
53
54 nvram@3f0000 {
55 label = "nvram";
56 reg = <0x3f0000 0x010000>;
57 };
58 };