aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/vg50.dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-30 20:21:01 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-30 20:21:01 +0000
commit7253835d7c06db7cf5661446b576da0ecb458cab (patch)
treed7290e0d0fcdb84e7639ef6bf37b2f10478cb56b /target/linux/brcm63xx/dts/vg50.dts
parent578883791e9dd98e5ea4f99823447d676c1d6d92 (diff)
downloadmaster-187ad058-7253835d7c06db7cf5661446b576da0ecb458cab.tar.gz
master-187ad058-7253835d7c06db7cf5661446b576da0ecb458cab.tar.bz2
master-187ad058-7253835d7c06db7cf5661446b576da0ecb458cab.zip
brcm63xx: move VG50 to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45166 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts/vg50.dts')
-rw-r--r--target/linux/brcm63xx/dts/vg50.dts28
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>;
+ };
+ };
+};