2014-10-02 20:24:34 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
2015-07-16 19:15:02 +08:00
|
|
|
#include "bcm6345.dtsi"
|
|
|
|
|
|
|
|
|
|
#include <dt-bindings/input/input.h>
|
2014-10-02 20:24:34 +08:00
|
|
|
|
|
|
|
|
/ {
|
|
|
|
|
model = "Broadcom BCM96345GW2 reference board";
|
|
|
|
|
compatible = "brcm,bcm96345gw2", "brcm,bcm6345";
|
2015-09-13 03:52:43 +08:00
|
|
|
|
|
|
|
|
chosen {
|
2018-02-13 19:19:29 +08:00
|
|
|
bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
|
2017-08-01 03:03:37 +08:00
|
|
|
stdout-path = "serial0:115200n8";
|
2015-09-13 03:52:43 +08:00
|
|
|
};
|
2014-10-02 20:24:34 +08:00
|
|
|
};
|
2017-02-07 21:24:02 +08:00
|
|
|
|
|
|
|
|
&pflash {
|
2020-05-11 17:49:43 +08:00
|
|
|
status = "okay";
|
2017-02-07 21:24:02 +08:00
|
|
|
|
2017-06-28 16:44:38 +08:00
|
|
|
partitions {
|
|
|
|
|
compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
|
|
|
|
};
|
2017-02-07 21:24:02 +08:00
|
|
|
};
|
2017-08-01 03:03:37 +08:00
|
|
|
|
|
|
|
|
&uart0 {
|
2020-05-11 17:49:43 +08:00
|
|
|
status = "okay";
|
2017-08-01 03:03:37 +08:00
|
|
|
};
|