blob: 7fa4c1e2d1da45ac705fcc0d4dd289e31a9b2a15 [file] [log] [blame]
Tom Rini93743d22024-04-01 09:08:13 -04001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2023 Inochi Amaoto <inochiama@outlook.com>
4 */
5
6#include <dt-bindings/interrupt-controller/irq.h>
7#include "cv18xx.dtsi"
8
9/ {
10 compatible = "sophgo,cv1812h";
11
12 memory@80000000 {
13 device_type = "memory";
14 reg = <0x80000000 0x10000000>;
15 };
16};
17
18&plic {
19 compatible = "sophgo,cv1812h-plic", "thead,c900-plic";
20};
21
22&clint {
23 compatible = "sophgo,cv1812h-clint", "thead,c900-clint";
24};
Tom Rini762f85b2024-07-20 11:15:10 -060025
26&clk {
27 compatible = "sophgo,cv1810-clk";
28};