X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fhg553.dts;h=cc6b3315117cede2d40427c2a2421e864b1e13ca;hb=b50fd8c2b3abdd557bd7d2bb5628f03b20801350;hp=140e2de404c4c814f60fd79cf29d93ee06060a47;hpb=b82cb155fced6a99989870c92ebff8248c435fe7;p=openwrt%2Fopenwrt.git diff --git a/target/linux/brcm63xx/dts/hg553.dts b/target/linux/brcm63xx/dts/hg553.dts index 140e2de404..cc6b331511 100644 --- a/target/linux/brcm63xx/dts/hg553.dts +++ b/target/linux/brcm63xx/dts/hg553.dts @@ -1,11 +1,37 @@ /dts-v1/; -/include/ "bcm6358.dtsi" +#include "bcm6358.dtsi" + +#include / { model = "Huawei EchoLife HG553"; compatible = "huawei,hg553", "brcm,bcm6358"; + chosen { + bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + }; + + gpio-keys-polled { + compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; + poll-interval = <20>; + debounce-interval = <60>; + + rfkill { + label = "rfkill"; + gpios = <&gpio0 9 1>; + linux,code = ; + }; + + reset { + label = "reset"; + gpios = <&gpio1 5 1>; + linux,code = ; + }; + }; + gpio-leds { compatible = "gpio-leds";