ipq806x: refresh patches
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm963269bhr.dts
1 /dts-v1/;
2
3 #include "bcm63268.dtsi"
4
5 #include <dt-bindings/input/input.h>
6
7 / {
8         model = "Broadcom BCM963269BHR reference board";
9         compatible = "brcm,bcm963269bhr", "brcm,bcm63268";
10
11         chosen {
12                 bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13         };
14
15         gpio-keys-polled {
16                 compatible = "gpio-keys-polled";
17                 #address-cells = <1>;
18                 #size-cells = <0>;
19                 poll-interval = <20>;
20                 debounce-interval = <60>;
21
22                 reset {
23                         label = "reset";
24                         gpios = <&gpio1 0 0>;
25                         linux,code = <KEY_RESTART>;
26                 };
27         };
28
29         gpio-leds {
30                 compatible = "gpio-leds";
31
32                 usb1 {
33                         label = "963269BHR:green:usb1";
34                         gpios = <&gpio0 9 1>;
35                 };
36
37                 usb2 {
38                         label = "963269BHR:green:usb2";
39                         gpios = <&gpio0 10 1>;
40                 };
41         };
42 };