aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-25 15:35:24 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-25 15:35:24 +0000
commita0c7ba2eaeb268a975c76f89f0deef3f7c8a4991 (patch)
treeb958d2c62fe5305129065397d49926f4a52141c4 /target/linux/brcm63xx/dts
parent0e09023c5fffaee65433eab075b01bbcea566391 (diff)
downloadmaster-187ad058-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.gz
master-187ad058-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.tar.bz2
master-187ad058-a0c7ba2eaeb268a975c76f89f0deef3f7c8a4991.zip
brcm63xx: move bcm963268bu_p300 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44987 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r--target/linux/brcm63xx/dts/bcm963268bu_p300.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm963268bu_p300.dts b/target/linux/brcm63xx/dts/bcm963268bu_p300.dts
new file mode 100644
index 0000000000..cbf63ef41c
--- /dev/null
+++ b/target/linux/brcm63xx/dts/bcm963268bu_p300.dts
@@ -0,0 +1,28 @@
+/dts-v1/;
+
+/include/ "bcm63268.dtsi"
+
+/ {
+ model = "Broadcom BCM963268BU_P300 reference board";
+ compatible = "brcm,bcm963268bu_p300", "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 1 0>;
+ linux,code = <0x211>;
+ };
+ };
+};