···11+Aspeed Vectored Interrupt Controller22+33+These bindings are for the Aspeed AST2400 interrupt controller register layout.44+The SoC has an legacy register layout, but this driver does not support that55+mode of operation.66+77+Required properties:88+99+- compatible : should be "aspeed,ast2400-vic".1010+1111+- interrupt-controller : Identifies the node as an interrupt controller1212+- #interrupt-cells : Specifies the number of cells needed to encode an1313+ interrupt source. The value shall be 1.1414+1515+Example:1616+1717+ vic: interrupt-controller@1e6c0080 {1818+ compatible = "aspeed,ast2400-vic";1919+ interrupt-controller;2020+ #interrupt-cells = <1>;2121+ reg = <0x1e6c0080 0x80>;2222+ };