15 lines
273 B
YAML
15 lines
273 B
YAML
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
title: Interrupt controller with three cells
|
||
|
description: Interrupt controller with three cells
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "interrupt-three-cell"
|
||
|
type: string-array
|
||
|
|
||
|
"#cells":
|
||
|
- one
|
||
|
- two
|
||
|
- three
|