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 / ezchip,nps400-ic.txt
1 EZchip NPS Interrupt Controller
2
3 Required properties:
4
5 - compatible : should be "ezchip,nps400-ic"
6 - interrupt-controller : Identifies the node as an interrupt controller
7 - #interrupt-cells : Specifies the number of cells needed to encode an
8   interrupt source. The value shall be 1.
9
10
11 Example:
12
13 intc: interrupt-controller {
14         compatible = "ezchip,nps400-ic";
15         interrupt-controller;
16         #interrupt-cells = <1>;
17 };