0001 /*
0002 * Copyright (c) 2017-2019 Andreas Färber
0003 *
0004 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0005 */
0006
0007 /dts-v1/;
0008
0009 #include "rtd1295.dtsi"
0010
0011 / {
0012 compatible = "mele,v9", "realtek,rtd1295";
0013 model = "MeLE V9";
0014
0015 memory@1f000 {
0016 device_type = "memory";
0017 reg = <0x1f000 0x7ffe1000>; /* boot ROM to 2 GiB */
0018 };
0019
0020 aliases {
0021 serial0 = &uart0;
0022 };
0023
0024 chosen {
0025 stdout-path = "serial0:115200n8";
0026 };
0027 };
0028
0029 &uart0 {
0030 status = "okay";
0031 };