1 // 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 }; 25 26 &clk { 27 compatible = "sophgo,cv1810-clk"; 28 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.