sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / interrupt-controller / ezchip,nps400-ic.txt
blob888b2b9f706483af864ef3ab6d556419ade3026b
1 EZchip NPS Interrupt Controller
3 Required properties:
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.
11 Example:
13 intc: interrupt-controller {
14         compatible = "ezchip,nps400-ic";
15         interrupt-controller;
16         #interrupt-cells = <1>;