blob: 90ed6681468f3b22e07d6b3bc905cfa330476ffb [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
2/*
3 * Copyright (c) 2019 Realtek Semiconductor Corp.
4 * Copyright (c) 2019 Andreas Färber
5 */
6
7/dts-v1/;
8
9#include "rtd1619.dtsi"
10
11/ {
12 compatible = "realtek,mjolnir", "realtek,rtd1619";
13 model = "Realtek Mjolnir EVB";
14
15 memory@2e000 {
16 device_type = "memory";
17 reg = <0x2e000 0x7ffd2000>; /* boot ROM to 2 GiB */
18 };
19
20 chosen {
21 stdout-path = "serial0:115200n8";
22 };
23
24 aliases {
25 serial0 = &uart0;
26 serial1 = &uart1;
27 serial2 = &uart2;
28 };
29};
30
31/* debug console (J1) */
32&uart0 {
33 status = "okay";
34};
35
36/* M.2 slot (CON4) */
37&uart1 {
38 status = "disabled";
39};
40
41/* GPIO connector (T1) */
42&uart2 {
43 status = "disabled";
44};