0001 Aspeed Vectored Interrupt Controller
0002
0003 These bindings are for the Aspeed interrupt controller. The AST2400 and
0004 AST2500 SoC families include a legacy register layout before a re-designed
0005 layout, but the bindings do not prescribe the use of one or the other.
0006
0007 Required properties:
0008
0009 - compatible : "aspeed,ast2400-vic"
0010 "aspeed,ast2500-vic"
0011
0012 - interrupt-controller : Identifies the node as an interrupt controller
0013 - #interrupt-cells : Specifies the number of cells needed to encode an
0014 interrupt source. The value shall be 1.
0015
0016 Example:
0017
0018 vic: interrupt-controller@1e6c0080 {
0019 compatible = "aspeed,ast2400-vic";
0020 interrupt-controller;
0021 #interrupt-cells = <1>;
0022 reg = <0x1e6c0080 0x80>;
0023 };