brcm63xx: move the bootargs into the dtb files
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / dva-g3810bn_tl.dts
1 /dts-v1/;
2
3 #include "bcm6358.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8 model = "D-Link DVA-G3810BN/TL";
9 compatible = "d-link,dva-g3810bn/tl", "brcm,bcm6358";
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 reset {
23 label = "reset";
24 gpios = <&gpio1 2 1>;
25 linux,code = <KEY_RESTART>;
26 };
27 };
28
29 gpio-leds {
30 compatible = "gpio-leds";
31
32 voip {
33 label = "DVAG3810BN::voip";
34 gpios = <&gpio0 1 0>;
35 };
36 power {
37 label = "DVAG3810BN::power";
38 gpios = <&gpio0 4 0>;
39 default-state = "on";
40 };
41 stop {
42 label = "DVAG3810BN::stop";
43 gpios = <&gpio0 5 0>;
44 };
45 dsl {
46 label = "DVAG3810BN::dsl";
47 gpios = <&gpio0 22 1>;
48 };
49 inet {
50 label = "DVAG3810BN::internet";
51 gpios = <&gpio0 23 1>;
52 };
53 };
54 };