renesas,h8300h-intc.txt 608 B

12345678910111213141516171819202122
  1. * H8/300H Interrupt controller
  2. Required properties:
  3. - compatible: has to be "renesas,h8300h-intc", "renesas,h8300-intc" as fallback.
  4. - #interrupt-cells: has to be <2>: an interrupt index and flags, as defined in
  5. interrupts.txt in this directory
  6. - regs: Base address of interrupt controller registers.
  7. Optional properties:
  8. - any properties, listed in interrupts.txt, and any standard resource allocation
  9. properties
  10. Example:
  11. h8intc: interrupt-controller@fee012 {
  12. compatible = "renesas,h8300h-intc", "renesas,h8300-intc";
  13. #interrupt-cells = <2>;
  14. interrupt-controller;
  15. reg = <0xfee012 7>;
  16. };