xref: /freebsd-src/sys/contrib/device-tree/src/riscv/sophgo/cv1800b.dtsi (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
184943d6fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
284943d6fSEmmanuel Vadot/*
384943d6fSEmmanuel Vadot * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
484943d6fSEmmanuel Vadot */
584943d6fSEmmanuel Vadot
68d13bc63SEmmanuel Vadot#include "cv18xx.dtsi"
784943d6fSEmmanuel Vadot
884943d6fSEmmanuel Vadot/ {
984943d6fSEmmanuel Vadot	compatible = "sophgo,cv1800b";
10*7d0873ebSEmmanuel Vadot
11*7d0873ebSEmmanuel Vadot	memory@80000000 {
12*7d0873ebSEmmanuel Vadot		device_type = "memory";
13*7d0873ebSEmmanuel Vadot		reg = <0x80000000 0x4000000>;
14*7d0873ebSEmmanuel Vadot	};
1584943d6fSEmmanuel Vadot};
1684943d6fSEmmanuel Vadot
178d13bc63SEmmanuel Vadot&plic {
1884943d6fSEmmanuel Vadot	compatible = "sophgo,cv1800b-plic", "thead,c900-plic";
1984943d6fSEmmanuel Vadot};
2084943d6fSEmmanuel Vadot
218d13bc63SEmmanuel Vadot&clint {
2284943d6fSEmmanuel Vadot	compatible = "sophgo,cv1800b-clint", "thead,c900-clint";
2384943d6fSEmmanuel Vadot};
24*7d0873ebSEmmanuel Vadot
25*7d0873ebSEmmanuel Vadot&clk {
26*7d0873ebSEmmanuel Vadot	compatible = "sophgo,cv1800-clk";
27*7d0873ebSEmmanuel Vadot};
28