xref: /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/lsi,zevio-intc.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotTI-NSPIRE interrupt controller
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible: Compatible property value should be "lsi,zevio-intc".
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel Vadot- reg: Physical base address of the controller and length of memory mapped
7*c66ec88fSEmmanuel Vadot	region.
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadot- interrupt-controller : Identifies the node as an interrupt controller
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadotinterrupt-controller {
14*c66ec88fSEmmanuel Vadot	compatible = "lsi,zevio-intc";
15*c66ec88fSEmmanuel Vadot	interrupt-controller;
16*c66ec88fSEmmanuel Vadot	reg = <0xDC000000 0x1000>;
17*c66ec88fSEmmanuel Vadot	#interrupt-cells = <1>;
18*c66ec88fSEmmanuel Vadot};
19