summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/sophgo/cv1812h.dtsi
blob: 3e7a942f5c1a5ac988291b0b2224ffc750ce86c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright (C) 2023 Inochi Amaoto <inochiama@outlook.com>
 */

#include <dt-bindings/interrupt-controller/irq.h>
#include "cv18xx.dtsi"

/ {
	compatible = "sophgo,cv1812h";

	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x10000000>;
	};
};

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

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