brcm63xx: move the bootargs into the dtb files
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / fast2704v2.dts
1 /dts-v1/;
2
3 #include "bcm6328.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "Sagem F@ST2704V2";
9 compatible = "sagem,f@st2704v2", "brcm,bcm6328";
10
11 chosen {
12 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 };
14
15 gpio-keys-polled {
16 compatible = "gpio-keys-polled";
17 #address-cells = <1>;
18 #size-cells = <0>;
19 poll-interval = <20>;
20 debounce-interval = <60>;
21
22 rfkill {
23 label = "rfkill";
24 gpios = <&gpio0 15 1>;
25 linux,code = <KEY_WLAN>;
26 };
27 reset {
28 label = "reset";
29 gpios = <&gpio0 23 1>;
30 linux,code = <KEY_RESTART>;
31 };
32 wps {
33 label = "wps";
34 gpios = <&gpio0 24 1>;
35 linux,code = <KEY_WPS_BUTTON>;
36 };
37 };
38
39 gpio-leds {
40 compatible = "gpio-leds";
41
42 usb_green {
43 label = "F@ST2704V2:green:usb";
44 gpios = <&gpio0 1 1>;
45 };
46 inet_red {
47 label = "F@ST2704V2:red:inet";
48 gpios = <&gpio0 2 1>;
49 };
50 dsl_green {
51 label = "F@ST2704V2:green:dsl";
52 gpios = <&gpio0 3 1>;
53 };
54 power_green {
55 label = "F@ST2704V2:green:power";
56 gpios = <&gpio0 4 1>;
57 default-state = "on";
58 };
59 power_red {
60 label = "F@ST2704V2:red:power";
61 gpios = <&gpio0 5 1>;
62 };
63 wps_green {
64 label = "F@ST2704V2:green:wps";
65 gpios = <&gpio0 10 1>;
66 };
67 inet_green {
68 label = "F@ST2704V2:green:inet";
69 gpios = <&gpio0 11 1>;
70 };
71 };
72 };