1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for Sunplus SP7021 Demo V3 SBC board
4 *
5 * Copyright (C) Sunplus Technology Co.
6 */
7
8/dts-v1/;
9
10#include "sunplus-sp7021-achip.dtsi"
11
12/ {
13	compatible = "sunplus,sp7021-demo-v3", "sunplus,sp7021";
14	model = "Sunplus SP7021/CA7/Demo_V3";
15	#address-cells = <1>;
16	#size-cells = <1>;
17
18	aliases {
19		serial0 = &uart0;
20	};
21
22	chosen {
23		stdout-path = "serial0:115200n8";
24	};
25
26	memory@0 {
27		device_type = "memory";
28		reg = <0x00000000 0x20000000>;
29	};
30};
31