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