xref: /freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm94912.dts (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
1b97ee269SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2b97ee269SEmmanuel Vadot/*
3b97ee269SEmmanuel Vadot * Copyright 2022 Broadcom Ltd.
4b97ee269SEmmanuel Vadot */
5b97ee269SEmmanuel Vadot
6b97ee269SEmmanuel Vadot/dts-v1/;
7b97ee269SEmmanuel Vadot
8b97ee269SEmmanuel Vadot#include "bcm4912.dtsi"
9b97ee269SEmmanuel Vadot
10b97ee269SEmmanuel Vadot/ {
11b97ee269SEmmanuel Vadot	model = "Broadcom BCM94912 Reference Board";
12b97ee269SEmmanuel Vadot	compatible = "brcm,bcm94912", "brcm,bcm4912", "brcm,bcmbca";
13b97ee269SEmmanuel Vadot
14b97ee269SEmmanuel Vadot	aliases {
15b97ee269SEmmanuel Vadot		serial0 = &uart0;
16b97ee269SEmmanuel Vadot	};
17b97ee269SEmmanuel Vadot
18b97ee269SEmmanuel Vadot	chosen {
19b97ee269SEmmanuel Vadot		stdout-path = "serial0:115200n8";
20b97ee269SEmmanuel Vadot	};
21b97ee269SEmmanuel Vadot
22b97ee269SEmmanuel Vadot	memory@0 {
23b97ee269SEmmanuel Vadot		device_type = "memory";
24b97ee269SEmmanuel Vadot		reg = <0x0 0x0 0x0 0x08000000>;
25b97ee269SEmmanuel Vadot	};
26b97ee269SEmmanuel Vadot};
27b97ee269SEmmanuel Vadot
28b97ee269SEmmanuel Vadot&uart0 {
29b97ee269SEmmanuel Vadot	status = "okay";
30b97ee269SEmmanuel Vadot};
31*fac71e4eSEmmanuel Vadot
32*fac71e4eSEmmanuel Vadot&hsspi {
33*fac71e4eSEmmanuel Vadot	status = "okay";
34*fac71e4eSEmmanuel Vadot};
35