1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org> 4 */ 5 6 #include "cv18xx.dtsi" 7 8 / { 9 compatible = "sophgo,cv1800b"; 10 11 memory@80000000 { 12 device_type = "memory"; 13 reg = <0x80000000 0x4000000>; 14 }; 15 }; 16 17 &plic { 18 compatible = "sophgo,cv1800b-plic", "thead,c900-plic"; 19 }; 20 21 &clint { 22 compatible = "sophgo,cv1800b-clint", "thead,c900-clint"; 23 }; 24 25 &clk { 26 compatible = "sophgo,cv1800-clk"; 27 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.