]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/riscv/sophgo/cv1812h.dtsi
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / riscv / sophgo / cv1812h.dtsi
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 };