xref: /linux/arch/riscv/boot/dts/andes/qilai-voyager.dts (revision 4df9c0a2465a523e399e46a8d3b5866c769b381b)
1// SPDX-License-Identifier: GPL-2.0 OR MIT
2/*
3 * Copyright (C) 2025 Andes Technology Corporation. All rights reserved.
4 */
5
6#include "qilai.dtsi"
7
8/ {
9	model = "Voyager";
10	compatible = "andestech,voyager", "andestech,qilai";
11
12	aliases {
13		serial0 = &uart0;
14	};
15
16	chosen {
17		stdout-path = "serial0:115200n8";
18	};
19
20	memory@400000000 {
21		device_type = "memory";
22		reg = <0x4 0x00000000 0x4 0x00000000>;
23	};
24};
25
26&uart0 {
27	status = "okay";
28};
29