0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree Source for Sunplus SP7021 Demo V3 SBC board
0004 *
0005 * Copyright (C) Sunplus Technology Co.
0006 */
0007
0008 /dts-v1/;
0009
0010 #include "sunplus-sp7021-achip.dtsi"
0011
0012 / {
0013 compatible = "sunplus,sp7021-demo-v3", "sunplus,sp7021";
0014 model = "Sunplus SP7021/CA7/Demo_V3";
0015 #address-cells = <1>;
0016 #size-cells = <1>;
0017
0018 aliases {
0019 serial0 = &uart0;
0020 };
0021
0022 chosen {
0023 stdout-path = "serial0:115200n8";
0024 };
0025
0026 memory@0 {
0027 device_type = "memory";
0028 reg = <0x00000000 0x20000000>;
0029 };
0030 };