blob: d366f1eb623ad23770e5fb7509df8272358310aa [file] [log] [blame]
Rajan Vajad4ff6c92019-01-29 12:38:19 -08001--------------------------------------------------------------------
2Device Tree Bindings for the Xilinx Zynq MPSoC Power Management
3--------------------------------------------------------------------
4The zynqmp-power node describes the power management configurations.
5It will control remote suspend/shutdown interfaces.
6
7Required properties:
8 - compatible: Must contain: "xlnx,zynqmp-power"
9 - interrupts: Interrupt specifier
10
11-------
12Example
13-------
14
15firmware {
16 zynqmp_firmware: zynqmp-firmware {
17 compatible = "xlnx,zynqmp-firmware";
18 method = "smc";
19
20 zynqmp_power: zynqmp-power {
21 compatible = "xlnx,zynqmp-power";
22 interrupts = <0 35 4>;
23 };
24 };
25};