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