40 lines
743 B
Plaintext
40 lines
743 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright (C) 2023 Inochi Amaoto <inochiama@outlook.com>
|
|
*/
|
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
#include <dt-bindings/pinctrl/pinctrl-cv1812h.h>
|
|
#include "cv18xx.dtsi"
|
|
#include "cv181x.dtsi"
|
|
|
|
/ {
|
|
compatible = "sophgo,cv1812h";
|
|
|
|
memory@80000000 {
|
|
device_type = "memory";
|
|
reg = <0x80000000 0x10000000>;
|
|
};
|
|
|
|
soc {
|
|
pinctrl: pinctrl@3001000 {
|
|
compatible = "sophgo,cv1812h-pinctrl";
|
|
reg = <0x03001000 0x1000>,
|
|
<0x05027000 0x1000>;
|
|
reg-names = "sys", "rtc";
|
|
};
|
|
};
|
|
};
|
|
|
|
&plic {
|
|
compatible = "sophgo,cv1812h-plic", "thead,c900-plic";
|
|
};
|
|
|
|
&clint {
|
|
compatible = "sophgo,cv1812h-clint", "thead,c900-clint";
|
|
};
|
|
|
|
&clk {
|
|
compatible = "sophgo,cv1810-clk";
|
|
};
|