0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright 2022 Broadcom Ltd.
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "bcm63138.dtsi"
0009
0010 / {
0011 model = "Broadcom BCM963138 Reference Board";
0012 compatible = "brcm,bcm963138", "brcm,bcm63138", "brcm,bcmbca";
0013
0014 chosen {
0015 bootargs = "console=ttyS0,115200";
0016 stdout-path = &serial0;
0017 };
0018
0019 memory@0 {
0020 device_type = "memory";
0021 reg = <0x0 0x08000000>;
0022 };
0023 };
0024
0025 &serial0 {
0026 status = "okay";
0027 };