aspeed,ast2400-vic.txt 720 B

1234567891011121314151617181920212223
  1. Aspeed Vectored Interrupt Controller
  2. These bindings are for the Aspeed interrupt controller. The AST2400 and
  3. AST2500 SoC families include a legacy register layout before a re-designed
  4. layout, but the bindings do not prescribe the use of one or the other.
  5. Required properties:
  6. - compatible : "aspeed,ast2400-vic"
  7. "aspeed,ast2500-vic"
  8. - interrupt-controller : Identifies the node as an interrupt controller
  9. - #interrupt-cells : Specifies the number of cells needed to encode an
  10. interrupt source. The value shall be 1.
  11. Example:
  12. vic: interrupt-controller@1e6c0080 {
  13. compatible = "aspeed,ast2400-vic";
  14. interrupt-controller;
  15. #interrupt-cells = <1>;
  16. reg = <0x1e6c0080 0x80>;
  17. };