blob: eba07e0b1ca6f9edc643f542a698cfdb4bc549f6 [file] [log] [blame]
William Zhang61546e72022-08-22 11:19:44 -07001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Philippe Reynesbe2fc082019-01-31 18:57:36 +01002/*
William Zhang61546e72022-08-22 11:19:44 -07003 * Copyright 2022 Broadcom Ltd.
Philippe Reynesbe2fc082019-01-31 18:57:36 +01004 */
5
6/dts-v1/;
7
8#include "bcm63158.dtsi"
9
10/ {
William Zhang61546e72022-08-22 11:19:44 -070011 model = "Broadcom BCM963158 Reference Board";
12 compatible = "brcm,bcm963158", "brcm,bcm63158", "brcm,bcmbca";
Philippe Reynesbe2fc082019-01-31 18:57:36 +010013
14 aliases {
15 serial0 = &uart0;
16 };
17
18 chosen {
19 stdout-path = "serial0:115200n8";
20 };
21
William Zhang61546e72022-08-22 11:19:44 -070022 memory@0 {
Philippe Reynesbe2fc082019-01-31 18:57:36 +010023 device_type = "memory";
William Zhang61546e72022-08-22 11:19:44 -070024 reg = <0x0 0x0 0x0 0x08000000>;
Philippe Reynesbe2fc082019-01-31 18:57:36 +010025 };
26};
27
28&uart0 {
Philippe Reynesbe2fc082019-01-31 18:57:36 +010029 status = "okay";
30};