1 * ARC-HS incore Interrupt Controller (Provided 1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA) 2 2 3 Properties: 3 Properties: 4 4 5 - compatible: "snps,archs-intc" 5 - compatible: "snps,archs-intc" 6 - interrupt-controller: This is an interrupt c 6 - interrupt-controller: This is an interrupt controller. 7 - #interrupt-cells: Must be <1>. 7 - #interrupt-cells: Must be <1>. 8 8 9 Single Cell "interrupts" property of a devic 9 Single Cell "interrupts" property of a device specifies the IRQ number 10 between 16 to 256 10 between 16 to 256 11 11 12 intc accessed via the special ARC AUX regist 12 intc accessed via the special ARC AUX register interface, hence "reg" property 13 is not specified. 13 is not specified. 14 14 15 Example: 15 Example: 16 16 17 intc: interrupt-controller { 17 intc: interrupt-controller { 18 compatible = "snps,archs-intc" 18 compatible = "snps,archs-intc"; 19 interrupt-controller; 19 interrupt-controller; 20 #interrupt-cells = <1>; 20 #interrupt-cells = <1>; 21 interrupts = <16 17 18 19 20 2 21 interrupts = <16 17 18 19 20 21 22 23 24 25>; 22 }; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.