forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* 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>;
};