xref: /freebsd/sys/contrib/device-tree/src/riscv/thead/th1520-lichee-module-4a.dtsi (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/dts-v1/;
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot#include "th1520.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Sipeed Lichee Module 4A";
12*f126890aSEmmanuel Vadot	compatible = "sipeed,lichee-module-4a", "thead,th1520";
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot	memory@0 {
15*f126890aSEmmanuel Vadot		device_type = "memory";
16*f126890aSEmmanuel Vadot		reg = <0x0 0x00000000 0x2 0x00000000>;
17*f126890aSEmmanuel Vadot	};
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot&osc {
21*f126890aSEmmanuel Vadot	clock-frequency = <24000000>;
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&osc_32k {
25*f126890aSEmmanuel Vadot	clock-frequency = <32768>;
26*f126890aSEmmanuel Vadot};
27*f126890aSEmmanuel Vadot
28*f126890aSEmmanuel Vadot&apb_clk {
29*f126890aSEmmanuel Vadot	clock-frequency = <62500000>;
30*f126890aSEmmanuel Vadot};
31*f126890aSEmmanuel Vadot
32*f126890aSEmmanuel Vadot&uart_sclk {
33*f126890aSEmmanuel Vadot	clock-frequency = <100000000>;
34*f126890aSEmmanuel Vadot};
35*f126890aSEmmanuel Vadot
36*f126890aSEmmanuel Vadot&dmac0 {
37*f126890aSEmmanuel Vadot	status = "okay";
38*f126890aSEmmanuel Vadot};
39