lede/target/linux/bcm63xx/dts/bcm6345-brcm-bcm96345gw2.dts

26 lines
425 B
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
#include "bcm6345.dtsi"
#include <dt-bindings/input/input.h>
/ {
model = "Broadcom BCM96345GW2 reference board";
compatible = "brcm,bcm96345gw2", "brcm,bcm6345";
chosen {
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
stdout-path = "serial0:115200n8";
2017-09-06 19:19:45 +08:00
};
};
&pflash {
2020-07-02 23:30:56 +08:00
status = "okay";
2017-09-06 19:19:45 +08:00
partitions {
compatible = "brcm,bcm963xx-cfe-nor-partitions";
};
2017-09-06 19:19:45 +08:00
};
&uart0 {
2020-07-02 23:30:56 +08:00
status = "okay";
};