···11+* ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)22+33+Properties:44+55+- compatible: "snps,archs-intc"66+- interrupt-controller: This is an interrupt controller.77+- #interrupt-cells: Must be <1>.88+99+ Single Cell "interrupts" property of a device specifies the IRQ number1010+ between 16 to 2561111+1212+ intc accessed via the special ARC AUX register interface, hence "reg" property1313+ is not specified.1414+1515+Example:1616+1717+ intc: interrupt-controller {1818+ compatible = "snps,archs-intc";1919+ interrupt-controller;2020+ #interrupt-cells = <1>;2121+ interrupts = <16 17 18 19 20 21 22 23 24 25>;2222+ };