1e663e06bSAnand Gore// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2e663e06bSAnand Gore/*
3e663e06bSAnand Gore * Copyright 2022 Broadcom Ltd.
4e663e06bSAnand Gore */
5e663e06bSAnand Gore
6e663e06bSAnand Gore/dts-v1/;
7e663e06bSAnand Gore
8e663e06bSAnand Gore#include "bcm6858.dtsi"
9e663e06bSAnand Gore
10e663e06bSAnand Gore/ {
11e663e06bSAnand Gore	model = "Broadcom BCM96858 Reference Board";
12e663e06bSAnand Gore	compatible = "brcm,bcm96858", "brcm,bcm6858", "brcm,bcmbca";
13e663e06bSAnand Gore
14e663e06bSAnand Gore	aliases {
15e663e06bSAnand Gore		serial0 = &uart0;
16e663e06bSAnand Gore	};
17e663e06bSAnand Gore
18e663e06bSAnand Gore	chosen {
19e663e06bSAnand Gore		stdout-path = "serial0:115200n8";
20e663e06bSAnand Gore	};
21e663e06bSAnand Gore
22e663e06bSAnand Gore	memory@0 {
23e663e06bSAnand Gore		device_type = "memory";
24e663e06bSAnand Gore		reg = <0x0 0x0 0x0 0x08000000>;
25e663e06bSAnand Gore	};
26e663e06bSAnand Gore};
27e663e06bSAnand Gore
28e663e06bSAnand Gore&uart0 {
29e663e06bSAnand Gore	status = "okay";
30e663e06bSAnand Gore};
31*f5d83b71SWilliam Zhang
32*f5d83b71SWilliam Zhang&hsspi {
33*f5d83b71SWilliam Zhang	status = "okay";
34*f5d83b71SWilliam Zhang};
35