# | |
# Copyright (c) 2019 | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
--- | |
title: SweRV EH1 PIC | |
description: > | |
This binding describes the SweRV EH1 Programmable Interrupt Controller | |
compatible: "swerv,pic" | |
include: [interrupt-controller.yaml, base.yaml] | |
properties: | |
reg: | |
required: true | |
riscv,max-priority: | |
type: int | |
description: maximum interrupt priority | |
required: true | |
interrupt-cells: | |
- irq | |
- priority |