sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / interrupt-controller / lsi,zevio-intc.txt
blobaee38e7c13e7d15174822e6d70d2416c3242858b
1 TI-NSPIRE interrupt controller
3 Required properties:
4 - compatible: Compatible property value should be "lsi,zevio-intc".
6 - reg: Physical base address of the controller and length of memory mapped
7         region.
9 - interrupt-controller : Identifies the node as an interrupt controller
11 Example:
13 interrupt-controller {
14         compatible = "lsi,zevio-intc";
15         interrupt-controller;
16         reg = <0xDC000000 0x1000>;
17         #interrupt-cells = <1>;