sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / interrupt-controller / snps,archs-intc.txt
blob69f326d6a5ad2be038c127101d8e39d82882ef66
1 * ARC-HS incore Interrupt Controller (Provided by cores implementing ARCv2 ISA)
3 Properties:
5 - compatible: "snps,archs-intc"
6 - interrupt-controller: This is an interrupt controller.
7 - #interrupt-cells: Must be <1>.
9   Single Cell "interrupts" property of a device specifies the IRQ number
10   between 16 to 256
12   intc accessed via the special ARC AUX register interface, hence "reg" property
13   is not specified.
15 Example:
17         intc: interrupt-controller {
18                 compatible = "snps,archs-intc";
19                 interrupt-controller;
20                 #interrupt-cells = <1>;
21                 interrupts = <16 17 18 19 20 21 22 23 24 25>;
22         };