X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Flivebox-blue-5g.dts;h=cb3b019cb1922c6669fb01158765ba78da1ce07e;hp=523bbe985de4991f8ea93badce53b027bbd3793e;hb=727ebf3a7088eff455f33074ab34fe2da9085139;hpb=b82cb155fced6a99989870c92ebff8248c435fe7 diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts index 523bbe985d..cb3b019cb1 100644 --- a/target/linux/brcm63xx/dts/livebox-blue-5g.dts +++ b/target/linux/brcm63xx/dts/livebox-blue-5g.dts @@ -1,11 +1,17 @@ /dts-v1/; -/include/ "bcm6348.dtsi" +#include "bcm6348.dtsi" + +#include / { model = "Inventel Livebox 1"; compatible = "inventel,livebox-blue-5g", "brcm,bcm6348"; + chosen { + bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + }; + gpio-keys-polled { compatible = "gpio-keys-polled"; #address-cells = <1>; @@ -15,15 +21,15 @@ debounce-interval = <60>; button1 { - label = "BTN_1"; + label = "1"; gpios = <&gpio1 4 1>; - linux,code = <0x101>; + linux,code = ; }; button2 { - label = "BTN_2"; + label = "2"; gpios = <&gpio0 7 1>; - linux,code = <0x102>; + linux,code = ; }; };