Rajan Vaja | d4ff6c9 | 2019-01-29 12:38:19 -0800 | [diff] [blame] | 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 | }; |