Skip to content

Commit

Permalink
bindings: interrupt-controller: Add .yaml file for irqsteer channel node
Browse files Browse the repository at this point in the history
This commit adds a new DTS binding used to specify an IRQSTEER
channel node.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
  • Loading branch information
LaurentiuM1234 committed Sep 18, 2023
1 parent 8dd21db commit 5d408b0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dts/bindings/interrupt-controller/nxp,irqsteer-channel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
description: i.MX IRQ_STEER channel

compatible: "nxp,irqsteer-channel"

include: [interrupt-controller.yaml, base.yaml]

properties:
"#interrupt-cells":
const: 1

interrupt-channel:
type: int
required: true

reg:
required: true

interrupt-cells:
- irq

0 comments on commit 5d408b0

Please sign in to comment.