base-files: sysupgrade: fix streaming backup archives to stdout
[openwrt/staging/mans0n.git] / target / linux / bcm63xx / dts / bcm6345-brcm-bcm96345gw2.dts
1 #include "bcm6345.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Broadcom BCM96345GW2 reference board";
7 compatible = "brcm,bcm96345gw2", "brcm,bcm6345";
8
9 chosen {
10 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
11 stdout-path = "serial0:115200n8";
12 };
13 };
14
15 &pflash {
16 status = "okay";
17
18 partitions {
19 compatible = "brcm,bcm963xx-cfe-nor-partitions";
20 };
21 };
22
23 &uart0 {
24 status = "okay";
25 };