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