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