xref: /freebsd/sys/contrib/device-tree/src/riscv/sophgo/cv1800b.dtsi (revision a0ca4af9455b844c5e094fc1b09b1390ffa979fc)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
4 */
5
6#include "cv18xx.dtsi"
7
8/ {
9	compatible = "sophgo,cv1800b";
10};
11
12&plic {
13	compatible = "sophgo,cv1800b-plic", "thead,c900-plic";
14};
15
16&clint {
17	compatible = "sophgo,cv1800b-clint", "thead,c900-clint";
18};
19