Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / interrupt-controller / renesas,h8s-intc.txt
1 * H8S Interrupt controller
2
3 Required properties:
4
5 - compatible: has to be "renesas,h8s-intc", "renesas,h8300-intc" as fallback.
6 - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
7   interrupts.txt in this directory
8 - regs: Base address of interrupt controller registers.
9
10 Optional properties:
11
12 - any properties, listed in interrupts.txt, and any standard resource allocation
13   properties
14
15 Example:
16
17         h8intc: interrupt-controller@fffe00 {
18                 compatible = "renesas,h8s-intc", "renesas,h8300-intc";
19                 #interrupt-cells = <2>;
20                 interrupt-controller;
21                 reg = <0xfffe00 24>;
22         };