]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm/broadcom/bcm963138.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm / broadcom / bcm963138.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Copyright 2022 Broadcom Ltd.
4 */
5
6 /dts-v1/;
7
8 #include "bcm63138.dtsi"
9
10 / {
11 model = "Broadcom BCM963138 Reference Board";
12 compatible = "brcm,bcm963138", "brcm,bcm63138", "brcm,bcmbca";
13
14 chosen {
15 bootargs = "console=ttyS0,115200";
16 stdout-path = &serial0;
17 };
18
19 memory@0 {
20 device_type = "memory";
21 reg = <0x0 0x08000000>;
22 };
23 };
24
25 &serial0 {
26 status = "okay";
27 };
28
29 &hsspi {
30 status = "okay";
31 };