base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/stintel.git] / target / linux / bcm63xx / dts / bcm63269-brcm-bcm963269bhr.dts
1 #include "bcm63268.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Broadcom BCM963269BHR reference board";
7 compatible = "brcm,bcm963269bhr", "brcm,bcm63269", "brcm,bcm63268";
8
9 chosen {
10 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
11 stdout-path = "serial0:115200n8";
12 };
13
14 keys {
15 compatible = "gpio-keys-polled";
16 #address-cells = <1>;
17 #size-cells = <0>;
18 poll-interval = <20>;
19
20 reset {
21 label = "reset";
22 gpios = <&pinctrl 32 0>;
23 linux,code = <KEY_RESTART>;
24 debounce-interval = <60>;
25 };
26 };
27
28 leds {
29 compatible = "gpio-leds";
30
31 usb1 {
32 label = "green:usb1";
33 gpios = <&pinctrl 9 1>;
34 };
35
36 usb2 {
37 label = "green:usb2";
38 gpios = <&pinctrl 10 1>;
39 };
40 };
41 };
42
43 &hsspi {
44 status = "okay";
45
46 flash@0 {
47 compatible = "jedec,spi-nor";
48 spi-max-frequency = <20000000>;
49 spi-tx-bus-width = <2>;
50 spi-rx-bus-width = <2>;
51 reg = <0>;
52
53 #address-cells = <1>;
54 #size-cells = <1>;
55
56 partitions {
57 compatible = "brcm,bcm963xx-cfe-nor-partitions";
58 };
59 };
60 };
61
62 &uart0 {
63 status = "okay";
64 };