brintos

brintos / linux-shallow public Read only

0
0
Text · 710 B · 64a00ce Raw
28 lines · plain
1Marvell GICP Controller2-----------------------3 4GICP is a Marvell extension of the GIC that allows to trigger GIC SPI5interrupts by doing a memory transaction. It is used by the ICU6located in the Marvell CP110 to turn wired interrupts inside the CP7into GIC SPI interrupts.8 9Required properties:10 11- compatible: Must be "marvell,ap806-gicp"12 13- reg: Must be the address and size of the GICP SPI registers14 15- marvell,spi-ranges: tuples of GIC SPI interrupts ranges available16  for this GICP17 18- msi-controller: indicates that this is an MSI controller19 20Example:21 22gicp_spi: gicp-spi@3f0040 {23	compatible = "marvell,ap806-gicp";24	reg = <0x3f0040 0x10>;25	marvell,spi-ranges = <64 64>, <288 64>;26	msi-controller;27};28