diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:01 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:01 +0000 |
commit | f644c1581ad2f48a38b497836f182bc46c7534ca (patch) | |
tree | 5597b1d6ea0c8409fdddbf9a8926b93b3e91762a /target/linux/brcm63xx/dts | |
parent | f9735804881bcefb800f6f5e2fc3e3f30ff17b69 (diff) | |
download | upstream-f644c1581ad2f48a38b497836f182bc46c7534ca.tar.gz upstream-f644c1581ad2f48a38b497836f182bc46c7534ca.tar.bz2 upstream-f644c1581ad2f48a38b497836f182bc46c7534ca.zip |
brcm63xx: move VG50 to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45166
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/vg50.dts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/vg50.dts b/target/linux/brcm63xx/dts/vg50.dts new file mode 100644 index 0000000000..3d1165c638 --- /dev/null +++ b/target/linux/brcm63xx/dts/vg50.dts @@ -0,0 +1,28 @@ +/dts-v1/; + +/include/ "bcm63268.dtsi" + +/ { + model = "Inteno VG50"; + compatible = "inteno,vg50", "brcm,bcm63268"; + + gpio-keys-polled { + compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; + poll-interval = <20>; + debounce-interval = <60>; + + reset { + label = "reset"; + gpios = <&gpio1 0 0>; + linux,code = <0x198>; + }; + + wps { + label = "wps"; + gpios = <&gpio1 2 0>; + linux,code = <0x211>; + }; + }; +}; |