summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/cv1800b.dtsi
blob: baf641829e726886a94e9fe1f8b26465096d201d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org>
 */

#include "cv18xx.dtsi"

/ {
	compatible = "sophgo,cv1800b";
};

&plic {
	compatible = "sophgo,cv1800b-plic", "thead,c900-plic";
};

&clint {
	compatible = "sophgo,cv1800b-clint", "thead,c900-clint";
};

&clk {
	compatible = "sophgo,cv1800-clk";
};