mediatek,sysirq.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. +Mediatek 65xx/67xx/81xx sysirq
  2. Mediatek SOCs sysirq support controllable irq inverter for each GIC SPI
  3. interrupt.
  4. Required properties:
  5. - compatible: should be one of:
  6. "mediatek,mt8173-sysirq"
  7. "mediatek,mt8135-sysirq"
  8. "mediatek,mt8127-sysirq"
  9. "mediatek,mt6795-sysirq"
  10. "mediatek,mt6755-sysirq"
  11. "mediatek,mt6592-sysirq"
  12. "mediatek,mt6589-sysirq"
  13. "mediatek,mt6582-sysirq"
  14. "mediatek,mt6580-sysirq"
  15. "mediatek,mt6577-sysirq"
  16. "mediatek,mt2701-sysirq"
  17. - interrupt-controller : Identifies the node as an interrupt controller
  18. - #interrupt-cells : Use the same format as specified by GIC in arm,gic.txt.
  19. - interrupt-parent: phandle of irq parent for sysirq. The parent must
  20. use the same interrupt-cells format as GIC.
  21. - reg: Physical base address of the intpol registers and length of memory
  22. mapped region.
  23. Example:
  24. sysirq: interrupt-controller@10200100 {
  25. compatible = "mediatek,mt6589-sysirq", "mediatek,mt6577-sysirq";
  26. interrupt-controller;
  27. #interrupt-cells = <3>;
  28. interrupt-parent = <&gic>;
  29. reg = <0 0x10200100 0 0x1c>;
  30. };