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>
27 lines
905 B
Plaintext
27 lines
905 B
Plaintext
Aeroflex Gaisler GRGPIO General Purpose I/O cores.
|
|
|
|
The GRGPIO GPIO core is available in the GRLIB VHDL IP core library.
|
|
|
|
Note: In the ordinary environment for the GRGPIO core, a Leon SPARC system,
|
|
these properties are built from information in the AMBA plug&play.
|
|
|
|
Required properties:
|
|
|
|
- name : Should be "GAISLER_GPIO" or "01_01a"
|
|
|
|
- reg : Address and length of the register set for the device
|
|
|
|
- interrupts : Interrupt numbers for this device
|
|
|
|
Optional properties:
|
|
|
|
- nbits : The number of gpio lines. If not present driver assumes 32 lines.
|
|
|
|
- irqmap : An array with an index for each gpio line. An index is either a valid
|
|
index into the interrupts property array, or 0xffffffff that indicates
|
|
no irq for that line. Driver provides no interrupt support if not
|
|
present.
|
|
|
|
For further information look in the documentation for the GLIB IP core library:
|
|
http://www.gaisler.com/products/grlib/grip.pdf
|