0001 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
0002 /*
0003 * Copyright (c) 2019 Realtek Semiconductor Corp.
0004 * Copyright (c) 2019 Andreas Färber
0005 */
0006
0007 /dts-v1/;
0008
0009 #include "rtd1619.dtsi"
0010
0011 / {
0012 compatible = "realtek,mjolnir", "realtek,rtd1619";
0013 model = "Realtek Mjolnir EVB";
0014
0015 memory@2e000 {
0016 device_type = "memory";
0017 reg = <0x2e000 0x7ffd2000>; /* boot ROM to 2 GiB */
0018 };
0019
0020 chosen {
0021 stdout-path = "serial0:115200n8";
0022 };
0023
0024 aliases {
0025 serial0 = &uart0;
0026 serial1 = &uart1;
0027 serial2 = &uart2;
0028 };
0029 };
0030
0031 /* debug console (J1) */
0032 &uart0 {
0033 status = "okay";
0034 };
0035
0036 /* M.2 slot (CON4) */
0037 &uart1 {
0038 status = "disabled";
0039 };
0040
0041 /* GPIO connector (T1) */
0042 &uart2 {
0043 status = "disabled";
0044 };