Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / power / reset / xlnx,zynqmp-power.txt
1 --------------------------------------------------------------------
2 Device Tree Bindings for the Xilinx Zynq MPSoC Power Management
3 --------------------------------------------------------------------
4 The zynqmp-power node describes the power management configurations.
5 It will control remote suspend/shutdown interfaces.
6
7 Required properties:
8  - compatible:          Must contain:   "xlnx,zynqmp-power"
9  - interrupts:          Interrupt specifier
10
11 -------
12 Example
13 -------
14
15 firmware {
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 };