Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
28 lines
710 B
Plaintext
28 lines
710 B
Plaintext
Marvell GICP Controller
|
|
-----------------------
|
|
|
|
GICP is a Marvell extension of the GIC that allows to trigger GIC SPI
|
|
interrupts by doing a memory transaction. It is used by the ICU
|
|
located in the Marvell CP110 to turn wired interrupts inside the CP
|
|
into GIC SPI interrupts.
|
|
|
|
Required properties:
|
|
|
|
- compatible: Must be "marvell,ap806-gicp"
|
|
|
|
- reg: Must be the address and size of the GICP SPI registers
|
|
|
|
- marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
|
for this GICP
|
|
|
|
- msi-controller: indicates that this is an MSI controller
|
|
|
|
Example:
|
|
|
|
gicp_spi: gicp-spi@3f0040 {
|
|
compatible = "marvell,ap806-gicp";
|
|
reg = <0x3f0040 0x10>;
|
|
marvell,spi-ranges = <64 64>, <288 64>;
|
|
msi-controller;
|
|
};
|