]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt
Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'
[mirror_ubuntu-zesty-kernel.git] / Documentation / devicetree / bindings / arm / mediatek / mediatek,sysirq.txt
CommitLineData
afc257bc 1+Mediatek 65xx/67xx/81xx sysirq
f4e27e30
YC
2
3Mediatek SOCs sysirq support controllable irq inverter for each GIC SPI
4interrupt.
5
6Required properties:
7- compatible: should be one of:
83af225c 8 "mediatek,mt8173-sysirq"
f4e27e30
YC
9 "mediatek,mt8135-sysirq"
10 "mediatek,mt8127-sysirq"
afc257bc 11 "mediatek,mt6795-sysirq"
931ca3c5 12 "mediatek,mt6592-sysirq"
f4e27e30
YC
13 "mediatek,mt6589-sysirq"
14 "mediatek,mt6582-sysirq"
69a462b9 15 "mediatek,mt6580-sysirq"
f4e27e30
YC
16 "mediatek,mt6577-sysirq"
17- interrupt-controller : Identifies the node as an interrupt controller
18- #interrupt-cells : Use the same format as specified by GIC in
19 Documentation/devicetree/bindings/arm/gic.txt
20- interrupt-parent: phandle of irq parent for sysirq. The parent must
21 use the same interrupt-cells format as GIC.
22- reg: Physical base address of the intpol registers and length of memory
23 mapped region.
24
25Example:
26 sysirq: interrupt-controller@10200100 {
27 compatible = "mediatek,mt6589-sysirq", "mediatek,mt6577-sysirq";
28 interrupt-controller;
29 #interrupt-cells = <3>;
30 interrupt-parent = <&gic>;
31 reg = <0 0x10200100 0 0x1c>;
32 };