brcm63xx: move the bootargs into the dtb files
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / rg100a.dts
1 /dts-v1/;
2
3 #include "bcm6358.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Alcatel RG100A";
9 compatible = "alcatel,rg100a", "brcm,bcm6358";
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 stop_green {
19 label = "96358VW2:green:stop";
20 gpios = <&gpio0 4 1>;
21 };
22 power_green {
23 label = "96358VW2:green:power";
24 gpios = <&gpio0 5 1>;
25 default-state = "on";
26 };
27 adsl_green {
28 label = "96358VW2:green:adsl";
29 gpios = <&gpio0 22 1>;
30 };
31 ppp_fail_green {
32 label = "96358VW2:green:ppp-fail";
33 gpios = <&gpio0 23 0>;
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 0x020000>;
46 read-only;
47 };
48
49 linux@20000 {
50 label = "linux";
51 reg = <0x020000 0xfc0000>;
52 };
53
54 nvram@fe0000 {
55 label = "nvram";
56 reg = <0xfe0000 0x020000>;
57 };
58 };