interrupt.txt 711 B

1234567891011121314151617181920212223242526272829
  1. Interrupt chips
  2. ---------------
  3. * Intel I/O Advanced Programmable Interrupt Controller (IO APIC)
  4. Required properties:
  5. --------------------
  6. compatible = "intel,ce4100-ioapic";
  7. #interrupt-cells = <2>;
  8. Device's interrupt property:
  9. interrupts = <P S>;
  10. The first number (P) represents the interrupt pin which is wired to the
  11. IO APIC. The second number (S) represents the sense of interrupt which
  12. should be configured and can be one of:
  13. 0 - Edge Rising
  14. 1 - Level Low
  15. 2 - Level High
  16. 3 - Edge Falling
  17. * Local APIC
  18. Required property:
  19. compatible = "intel,ce4100-lapic";
  20. This node is currently unused by Linux as the address of the local APIC
  21. read from a MSR.