Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / interrupt-controller / aspeed,ast2400-vic.txt
1 Aspeed Vectored Interrupt Controller
2
3 These bindings are for the Aspeed AST2400 interrupt controller register layout.
4 The SoC has an legacy register layout, but this driver does not support that
5 mode of operation.
6
7 Required properties:
8
9 - compatible : should be "aspeed,ast2400-vic".
10
11 - interrupt-controller : Identifies the node as an interrupt controller
12 - #interrupt-cells : Specifies the number of cells needed to encode an
13   interrupt source. The value shall be 1.
14
15 Example:
16
17  vic: interrupt-controller@1e6c0080 {
18       compatible = "aspeed,ast2400-vic";
19       interrupt-controller;
20       #interrupt-cells = <1>;
21       reg = <0x1e6c0080 0x80>;
22  };