cirrus,clps711x-intc.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Cirrus Logic CLPS711X Interrupt Controller
  2. Required properties:
  3. - compatible: Should be "cirrus,clps711x-intc".
  4. - reg: Specifies base physical address of the registers set.
  5. - interrupt-controller: Identifies the node as an interrupt controller.
  6. - #interrupt-cells: Specifies the number of cells needed to encode an
  7. interrupt source. The value shall be 1.
  8. The interrupt sources are as follows:
  9. ID Name Description
  10. ---------------------------
  11. 1: BLINT Battery low (FIQ)
  12. 3: MCINT Media changed (FIQ)
  13. 4: CSINT CODEC sound
  14. 5: EINT1 External 1
  15. 6: EINT2 External 2
  16. 7: EINT3 External 3
  17. 8: TC1OI TC1 under flow
  18. 9: TC2OI TC2 under flow
  19. 10: RTCMI RTC compare match
  20. 11: TINT 64Hz tick
  21. 12: UTXINT1 UART1 transmit FIFO half empty
  22. 13: URXINT1 UART1 receive FIFO half full
  23. 14: UMSINT UART1 modem status changed
  24. 15: SSEOTI SSI1 end of transfer
  25. 16: KBDINT Keyboard
  26. 17: SS2RX SSI2 receive FIFO half or greater full
  27. 18: SS2TX SSI2 transmit FIFO less than half empty
  28. 28: UTXINT2 UART2 transmit FIFO half empty
  29. 29: URXINT2 UART2 receive FIFO half full
  30. 32: DAIINT DAI interface (FIQ)
  31. Example:
  32. intc: interrupt-controller {
  33. compatible = "cirrus,clps711x-intc";
  34. reg = <0x80000000 0x4000>;
  35. interrupt-controller;
  36. #interrupt-cells = <1>;
  37. };