brcm63xx: move the bootargs into the dtb files
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / dsl-2650u.dts
1 /dts-v1/;
2
3 #include "bcm6358.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "D-Link DSL-2650U";
9 compatible = "d-link,dsl-2650u", "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 0x010000>;
46 read-only;
47 };
48
49 linux@10000 {
50 label = "linux";
51 reg = <0x010000 0x7e0000>;
52 };
53
54 nvram@7f0000 {
55 label = "nvram";
56 reg = <0x7f0000 0x010000>;
57 };
58 };