Tom Rini | 93743d2 | 2024-04-01 09:08:13 -0400 | [diff] [blame] | 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 | }; |
Tom Rini | 762f85b | 2024-07-20 11:15:10 -0600 | [diff] [blame^] | 25 | |
| 26 | &clk { |
| 27 | compatible = "sophgo,cv1810-clk"; |
| 28 | }; |