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>
18 lines
531 B
Plaintext
18 lines
531 B
Plaintext
* Device-Tree bindings for Cortina Systems Gemini Poweroff
|
|
|
|
This is a special IP block in the Cortina Gemini SoC that only
|
|
deals with different ways to power the system down.
|
|
|
|
Required properties:
|
|
- compatible: should be "cortina,gemini-power-controller"
|
|
- reg: should contain the physical memory base and size
|
|
- interrupts: should contain the power management interrupt
|
|
|
|
Example:
|
|
|
|
power-controller@4b000000 {
|
|
compatible = "cortina,gemini-power-controller";
|
|
reg = <0x4b000000 0x100>;
|
|
interrupts = <26 IRQ_TYPE_EDGE_FALLING>;
|
|
};
|