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