andestech,ativic32.txt 623 B

12345678910111213141516171819
  1. * Andestech Internal Vector Interrupt Controller
  2. The Internal Vector Interrupt Controller (IVIC) is a basic interrupt controller
  3. suitable for a simpler SoC platform not requiring a more sophisticated and
  4. bigger External Vector Interrupt Controller.
  5. Main node required properties:
  6. - compatible : should at least contain "andestech,ativic32".
  7. - interrupt-controller : Identifies the node as an interrupt controller
  8. - #interrupt-cells: 1 cells and refer to interrupt-controller/interrupts
  9. Examples:
  10. intc: interrupt-controller {
  11. compatible = "andestech,ativic32";
  12. #interrupt-cells = <1>;
  13. interrupt-controller;
  14. };