Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.3-rc7 18 lines 424 B view raw
1TI-NSPIRE interrupt controller 2 3Required properties: 4- compatible: Compatible property value should be "lsi,zevio-intc". 5 6- reg: Physical base address of the controller and length of memory mapped 7 region. 8 9- interrupt-controller : Identifies the node as an interrupt controller 10 11Example: 12 13interrupt-controller { 14 compatible = "lsi,zevio-intc"; 15 interrupt-controller; 16 reg = <0xDC000000 0x1000>; 17 #interrupt-cells = <1>; 18};