Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: interrupt-controller: Add Anlogic DR1V90 ACLINT MSWI

Add MSWI support for Anlogic DR1V90 SoC, which uses Nuclei UX900 with a
TIMER unit compliant with the ACLINT specification.

Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251021-dr1v90-basic-dt-v3-5-5478db4f664a@pigmoral.tech

authored by

Junhui Liu and committed by
Thomas Gleixner
579951da b90ac5fe

+11 -6
+11 -6
Documentation/devicetree/bindings/interrupt-controller/thead,c900-aclint-mswi.yaml
··· 4 4 $id: http://devicetree.org/schemas/interrupt-controller/thead,c900-aclint-mswi.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Sophgo sg2042 CLINT Machine-level Software Interrupt Device 7 + title: ACLINT Machine-level Software Interrupt Device 8 8 9 9 maintainers: 10 10 - Inochi Amaoto <inochiama@outlook.com> 11 11 12 12 properties: 13 13 compatible: 14 - items: 15 - - enum: 16 - - sophgo,sg2042-aclint-mswi 17 - - sophgo,sg2044-aclint-mswi 18 - - const: thead,c900-aclint-mswi 14 + oneOf: 15 + - items: 16 + - enum: 17 + - sophgo,sg2042-aclint-mswi 18 + - sophgo,sg2044-aclint-mswi 19 + - const: thead,c900-aclint-mswi 20 + - items: 21 + - enum: 22 + - anlogic,dr1v90-aclint-mswi 23 + - const: nuclei,ux900-aclint-mswi 19 24 20 25 reg: 21 26 maxItems: 1