xref: /linux/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
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		spi0 = &spi0;
24	};
25
26	chosen {
27		stdout-path = "serial0:115200n8";
28	};
29};
30
31&uart0 {
32	status = "okay";
33};
34
35&spi0 {
36	status = "okay";
37};
38