From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- target/linux/brcm63xx/dts/bcm96318ref_p300.dts | 55 ++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 target/linux/brcm63xx/dts/bcm96318ref_p300.dts (limited to 'target/linux/brcm63xx/dts/bcm96318ref_p300.dts') diff --git a/target/linux/brcm63xx/dts/bcm96318ref_p300.dts b/target/linux/brcm63xx/dts/bcm96318ref_p300.dts new file mode 100644 index 0000000..be1db5a --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96318ref_p300.dts @@ -0,0 +1,55 @@ +/dts-v1/; + +#include "bcm6318.dtsi" + +#include + +/ { + model = "Broadcom BCM96318REF_P300 reference board"; + compatible = "brcm,bcm96318ref_p300", "brcm,bcm6318"; + + gpio-keys-polled { + compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; + poll-interval = <20>; + debounce-interval = <60>; + + wps { + label = "wps"; + gpios = <&gpio1 1 1>; + linux,code = ; + }; + + reset { + label = "reset"; + gpios = <&gpio1 2 1>; + linux,code = ; + }; + }; + + gpio-leds { + compatible = "gpio-leds"; + + inet { + label = "96318REF_P300:green:inet"; + gpios = <&gpio0 8 1>; + }; + + inet_fail { + label = "96318REF_P300:red:inet-fail"; + gpios = <&gpio0 9 1>; + }; + + post_failed { + label = "96318REF_P300:red:post-failed"; + gpios = <&gpio0 11 1>; + }; + + usb_pwron { + label = "96318REF_P300::usb-pwron"; + gpios = <&gpio0 13 1>; + default-state = "on"; + }; + }; +}; -- cgit v1.2.3