mediatek,intpol.txt 517 B

12345678910111213141516
  1. Mediatek 65xx/81xx GIC interrupt polarity extension
  2. Mediatek SOCs contain controllable inverter for each GIC SPI interrupt,
  3. these can be used as GIC interrupt polarity extension.
  4. Required properties:
  5. - compatible: Compatible property value should be "mediatek,mt6577-intpol"
  6. - reg: Physical base address of the int pol registers and length of memory
  7. mapped region.
  8. Example:
  9. intpol: intpol@10200100 {
  10. compatible = "mediatek,mt6577-intpol";
  11. reg = <0x10200100 0x1c>;
  12. };