From 5d408b09c0a8d1772bc1af18f782456b05a046ce Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Mon, 18 Sep 2023 16:11:55 +0300 Subject: [PATCH] bindings: interrupt-controller: Add .yaml file for irqsteer channel node This commit adds a new DTS binding used to specify an IRQSTEER channel node. Signed-off-by: Laurentiu Mihalcea --- .../nxp,irqsteer-channel.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dts/bindings/interrupt-controller/nxp,irqsteer-channel.yaml diff --git a/dts/bindings/interrupt-controller/nxp,irqsteer-channel.yaml b/dts/bindings/interrupt-controller/nxp,irqsteer-channel.yaml new file mode 100644 index 000000000000000..27917b439d54449 --- /dev/null +++ b/dts/bindings/interrupt-controller/nxp,irqsteer-channel.yaml @@ -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