1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
4 */
5
6#include "th1520-lichee-module-4a.dtsi"
7
8/ {
9	model = "Sipeed Lichee Pi 4A";
10	compatible = "sipeed,lichee-pi-4a", "sipeed,lichee-module-4a", "thead,th1520";
11
12	aliases {
13		gpio0 = &gpio0;
14		gpio1 = &gpio1;
15		gpio2 = &gpio2;
16		gpio3 = &gpio3;
17		serial0 = &uart0;
18		serial1 = &uart1;
19		serial2 = &uart2;
20		serial3 = &uart3;
21		serial4 = &uart4;
22		serial5 = &uart5;
23	};
24
25	chosen {
26		stdout-path = "serial0:115200n8";
27	};
28};
29
30&uart0 {
31	status = "okay";
32};
33