blob: 515771904ea172f2c78205ad9468bbce160d7071 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#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};