aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/dts/bcm963269bhr.dts
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-04-21 16:43:46 +0000
committerJonas Gorski <jogo@openwrt.org>2015-04-21 16:43:46 +0000
commitb4fb839256e571192fcf3e753676b6bd716cdc78 (patch)
tree7c0fdd3e134adda1c0119af9a97458b3fdaa075b /target/linux/brcm63xx/dts/bcm963269bhr.dts
parent86a65a43fec43d45dcb6087cdaf1627ff931af44 (diff)
downloadmaster-187ad058-b4fb839256e571192fcf3e753676b6bd716cdc78.tar.gz
master-187ad058-b4fb839256e571192fcf3e753676b6bd716cdc78.tar.bz2
master-187ad058-b4fb839256e571192fcf3e753676b6bd716cdc78.zip
brcm63xx: add missing bcm96329bhr profile and dts
Hopefully the last missing board. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm963269bhr.dts')
-rw-r--r--target/linux/brcm63xx/dts/bcm963269bhr.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm963269bhr.dts b/target/linux/brcm63xx/dts/bcm963269bhr.dts
new file mode 100644
index 0000000000..84f655490f
--- /dev/null
+++ b/target/linux/brcm63xx/dts/bcm963269bhr.dts
@@ -0,0 +1,36 @@
+/dts-v1/;
+
+/include/ "bcm63268.dtsi"
+
+/ {
+ model = "Broadcom BCM963269BHR reference board";
+ compatible = "brcm,bcm963269bhr", "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>;
+ };
+ };
+
+ gpio-leds {
+ compatible = "gpio-leds";
+
+ usb1 {
+ label = "963629BHR:green:usb1";
+ gpios = <&gpio0 9 1>;
+ };
+
+ usb12 {
+ label = "963629BHR:green:usb1";
+ gpios = <&gpio0 9 1>;
+ };
+ };
+};