The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/power/xlnx,zynqmp-genpd.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 -----------------------------------------------------------
    2 Device Tree Bindings for the Xilinx Zynq MPSoC PM domains
    3 -----------------------------------------------------------
    4 The binding for zynqmp-power-controller follow the common
    5 generic PM domain binding[1].
    6 
    7 [1] Documentation/devicetree/bindings/power/power-domain.yaml
    8 
    9 == Zynq MPSoC Generic PM Domain Node ==
   10 
   11 Required property:
   12  - Below property should be in zynqmp-firmware node.
   13  - #power-domain-cells: Number of cells in a PM domain specifier. Must be 1.
   14 
   15 Power domain ID indexes are mentioned in
   16 include/dt-bindings/power/xlnx-zynqmp-power.h.
   17 
   18 -------
   19 Example
   20 -------
   21 
   22 firmware {
   23         zynqmp_firmware: zynqmp-firmware {
   24                 ...
   25                 #power-domain-cells = <1>;
   26                 ...
   27         };
   28 };
   29 
   30 sata {
   31         ...
   32         power-domains = <&zynqmp_firmware 28>;
   33         ...
   34 };

Cache object: bbb6ef9d70941c923f755cf6661be3d4


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.