summaryrefslogtreecommitdiffstats
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
commit16ea19053a5dc32d9fc18f2ab10d0e369320a373 (patch)
tree56b5f41e7a8c01fe5f507f792cc30aaaf8974fe5 /target/linux/brcm63xx/dts
parentad218d3033f98820c96196a4c666215b5f41a0f6 (diff)
downloadmaster-31e0f0ae-16ea19053a5dc32d9fc18f2ab10d0e369320a373.tar.gz
master-31e0f0ae-16ea19053a5dc32d9fc18f2ab10d0e369320a373.tar.bz2
master-31e0f0ae-16ea19053a5dc32d9fc18f2ab10d0e369320a373.zip
brcm63xx: move bcm963268bu_p300 to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44987
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>;
+ };
+ };
+};