brcm63xx: move the bootargs into the dtb files
[openwrt-github/.git] / target / linux / brcm63xx / dts / ct536plus.dts
1 /dts-v1/;
2
3 #include "bcm6348.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Comtrend CT-536+/CT-5621T";
9         compatible = "comtrend,ct536+", "brcm,bcm6348";
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 1 1>;
25                         linux,code = <KEY_RESTART>;
26                 };
27         };
28
29         gpio-leds {
30                 compatible = "gpio-leds";
31
32                 power_green {
33                         label = "CT536_CT5621:green:power";
34                         gpios = <&gpio0 0 1>;
35                         default-state = "on";
36                 };
37                 adsl_fail_green {
38                         label = "CT536_CT5621:green:adsl-fail";
39                         gpios = <&gpio0 2 1>;
40                 };
41         };
42 };