xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/lsi,zevio-intc.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunTI-NSPIRE interrupt controller
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: Compatible property value should be "lsi,zevio-intc".
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun- reg: Physical base address of the controller and length of memory mapped
7*4882a593Smuzhiyun	region.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun- interrupt-controller : Identifies the node as an interrupt controller
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunExample:
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuninterrupt-controller {
14*4882a593Smuzhiyun	compatible = "lsi,zevio-intc";
15*4882a593Smuzhiyun	interrupt-controller;
16*4882a593Smuzhiyun	reg = <0xDC000000 0x1000>;
17*4882a593Smuzhiyun	#interrupt-cells = <1>;
18*4882a593Smuzhiyun};
19