xref: /freebsd-src/sys/contrib/device-tree/src/riscv/sophgo/cv1812h.dtsi (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
18d13bc63SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
28d13bc63SEmmanuel Vadot/*
38d13bc63SEmmanuel Vadot * Copyright (C) 2023 Inochi Amaoto <inochiama@outlook.com>
48d13bc63SEmmanuel Vadot */
58d13bc63SEmmanuel Vadot
68d13bc63SEmmanuel Vadot#include <dt-bindings/interrupt-controller/irq.h>
78d13bc63SEmmanuel Vadot#include "cv18xx.dtsi"
88d13bc63SEmmanuel Vadot
98d13bc63SEmmanuel Vadot/ {
108d13bc63SEmmanuel Vadot	compatible = "sophgo,cv1812h";
118d13bc63SEmmanuel Vadot
128d13bc63SEmmanuel Vadot	memory@80000000 {
138d13bc63SEmmanuel Vadot		device_type = "memory";
148d13bc63SEmmanuel Vadot		reg = <0x80000000 0x10000000>;
158d13bc63SEmmanuel Vadot	};
168d13bc63SEmmanuel Vadot};
178d13bc63SEmmanuel Vadot
188d13bc63SEmmanuel Vadot&plic {
198d13bc63SEmmanuel Vadot	compatible = "sophgo,cv1812h-plic", "thead,c900-plic";
208d13bc63SEmmanuel Vadot};
218d13bc63SEmmanuel Vadot
228d13bc63SEmmanuel Vadot&clint {
238d13bc63SEmmanuel Vadot	compatible = "sophgo,cv1812h-clint", "thead,c900-clint";
248d13bc63SEmmanuel Vadot};
25*7d0873ebSEmmanuel Vadot
26*7d0873ebSEmmanuel Vadot&clk {
27*7d0873ebSEmmanuel Vadot	compatible = "sophgo,cv1810-clk";
28*7d0873ebSEmmanuel Vadot};
29