diff options
author | Rajan Vaja <rajan.vaja@xilinx.com> | 2019-01-29 23:38:19 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-02-12 15:36:21 +0300 |
commit | d4ff6c9efa2e40fe3afc0eac5cf93086c6db962b (patch) | |
tree | b4fa01d3891751f6a77b3642ad472a71d4f0c34e /Documentation/devicetree/bindings/power/reset | |
parent | 4640fa1833fe8579c07a7b20b11f110803082e9f (diff) | |
download | linux-d4ff6c9efa2e40fe3afc0eac5cf93086c6db962b.tar.xz |
dt-bindings: soc: Add ZynqMP PM bindings
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>
Diffstat (limited to 'Documentation/devicetree/bindings/power/reset')
-rw-r--r-- | Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.txt b/Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.txt new file mode 100644 index 000000000000..d366f1eb623a --- /dev/null +++ b/Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.txt @@ -0,0 +1,25 @@ +-------------------------------------------------------------------- +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>; + }; + }; +}; |