From 5e8eedb897f080e9784897ee452c5a6f8fc83faf Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Tue, 21 Apr 2015 16:43:46 +0000 Subject: brcm63xx: add missing bcm96329bhr profile and dts Hopefully the last missing board. Signed-off-by: Jonas Gorski SVN-Revision: 45557 --- target/linux/brcm63xx/dts/bcm963269bhr.dts | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 target/linux/brcm63xx/dts/bcm963269bhr.dts (limited to 'target/linux/brcm63xx/dts') 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>; + }; + }; +}; -- cgit v1.2.3