mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 02:52:45 +00:00
Generate the fully-qualified DTS output. We'll fixup the defines on a per-soc basis. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
36 lines
641 B
YAML
36 lines
641 B
YAML
#
|
|
# Copyright (c) 2018, SiFive Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: RISC-V PLIC
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding describes the RISC-V Platform-Local Interrupt Controller
|
|
|
|
properties:
|
|
compatible:
|
|
category: required
|
|
type: string
|
|
description: compatible strings
|
|
constraint: "riscv,plic0"
|
|
generation: define
|
|
|
|
reg:
|
|
category: required
|
|
type: int
|
|
description: mmio register space
|
|
generation: define
|
|
|
|
riscv,max-priority:
|
|
type: int
|
|
description: maximum interrupt priority
|
|
category: required
|
|
generation: define
|
|
|
|
"#cells":
|
|
- irq
|
|
...
|