mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
d4ff6c9efa
Add documentation to describe Xilinx ZynqMP power management bindings. Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com> Signed-off-by: Jolly Shah <jolly.shah@xilinx.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
26 lines
668 B
Plaintext
26 lines
668 B
Plaintext
--------------------------------------------------------------------
|
|
Device Tree Bindings for the Xilinx Zynq MPSoC Power Management
|
|
--------------------------------------------------------------------
|
|
The zynqmp-power node describes the power management configurations.
|
|
It will control remote suspend/shutdown interfaces.
|
|
|
|
Required properties:
|
|
- compatible: Must contain: "xlnx,zynqmp-power"
|
|
- interrupts: Interrupt specifier
|
|
|
|
-------
|
|
Example
|
|
-------
|
|
|
|
firmware {
|
|
zynqmp_firmware: zynqmp-firmware {
|
|
compatible = "xlnx,zynqmp-firmware";
|
|
method = "smc";
|
|
|
|
zynqmp_power: zynqmp-power {
|
|
compatible = "xlnx,zynqmp-power";
|
|
interrupts = <0 35 4>;
|
|
};
|
|
};
|
|
};
|