lsi,zevio-intc.txt 424 B

123456789101112131415161718
  1. TI-NSPIRE interrupt controller
  2. Required properties:
  3. - compatible: Compatible property value should be "lsi,zevio-intc".
  4. - reg: Physical base address of the controller and length of memory mapped
  5. region.
  6. - interrupt-controller : Identifies the node as an interrupt controller
  7. Example:
  8. interrupt-controller {
  9. compatible = "lsi,zevio-intc";
  10. interrupt-controller;
  11. reg = <0xDC000000 0x1000>;
  12. #interrupt-cells = <1>;
  13. };