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 {
|
2018-04-23 18:50:49 +08:00
|
|
|
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
2017-12-25 10:45:33 +08:00
|
|
|
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
|
|
|
|
2018-04-23 18:50:49 +08:00
|
|
|
partitions {
|
|
|
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
|
|
|
};
|
2017-09-06 19:19:45 +08:00
|
|
|
};
|
2017-12-25 10:45:33 +08:00
|
|
|
|
|
|
|
&uart0 {
|
2020-07-02 23:30:56 +08:00
|
|
|
status = "okay";
|
2017-12-25 10:45:33 +08:00
|
|
|
};
|