| # Copyright (c) 2018, SiFive Inc. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # Common fields for the RISC-V platform-local interrupt controller | |
| include: [interrupt-controller.yaml, base.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| riscv,max-priority: | |
| type: int | |
| description: maximum interrupt priority | |
| required: true | |
| "#interrupt-cells": | |
| const: 1 | |
| interrupt-cells: | |
| - irq |