Linux Audio

Check our new training course

Loading...
Note: File does not exist in v5.14.15.
 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};