xref: /linux/arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts (revision 33d3a63f9ab3818c637e2254e67b1883edd0b2e6)
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		gpio4 = &gpio4;
18		gpio5 = &aogpio;
19		serial0 = &uart0;
20		serial1 = &uart1;
21		serial2 = &uart2;
22		serial3 = &uart3;
23		serial4 = &uart4;
24		serial5 = &uart5;
25		spi0 = &spi0;
26	};
27
28	chosen {
29		stdout-path = "serial0:115200n8";
30	};
31};
32
33&uart0 {
34	status = "okay";
35};
36
37&spi0 {
38	status = "okay";
39};
40