af2f5753d8
The CLINT (Core Local Interruptor) description was not aligned with Linux. For example, there's no "riscv,clint0", but "sifive,clint0". The peripheral is not described as an interrupt-controller either. Ref. https://elixir.bootlin.com/linux/v5.18.14/source/arch/riscv/boot/ dts/starfive/jh7100.dtsi#L106 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
9 lines
211 B
YAML
9 lines
211 B
YAML
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Starfive JH7100 RISC-V Core-Local Interruptor.
|
|
|
|
compatible: "starfive,jh7100-clint"
|
|
|
|
include: sifive,clint0.yaml
|