zephyr/dts/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
Yong Cong Sin 8db1a5add2 drivers: intc: plic: support trigger type by default and hardcode offset
Removing the edge-trigger Kconfig as it is supported by default
in the RISCV PLIC specifications.

Define the edge-trigger register offset in the driver instead
of retrieving the value from devicetree as it is not something
configurable. The value 0x1080 is defined in Andes & Telink
datasheets.

Updated build_all testcase.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2023-10-04 09:06:28 -04:00

15 lines
314 B
YAML

# Copyright (c) 2018, SiFive Inc.
# SPDX-License-Identifier: Apache-2.0
description: SiFive RISCV-V platform-local interrupt controller
compatible: "sifive,plic-1.0.0"
include: riscv,plic0.yaml
properties:
riscv,ndev:
type: int
description: Number of external interrupts supported
required: true