allwinner,sun4i-ic.txt 520 B

123456789101112131415161718
  1. Allwinner Sunxi Interrupt Controller
  2. Required properties:
  3. - compatible : should be "allwinner,sun4i-a10-ic"
  4. - reg : Specifies base physical address and size of the registers.
  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. Example:
  9. intc: interrupt-controller {
  10. compatible = "allwinner,sun4i-a10-ic";
  11. reg = <0x01c20400 0x400>;
  12. interrupt-controller;
  13. #interrupt-cells = <1>;
  14. };