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/arm/omap/prm-inst.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 OMAP PRM instance bindings
    2 
    3 Power and Reset Manager is an IP block on OMAP family of devices which
    4 handle the power domains and their current state, and provide reset
    5 handling for the domains and/or separate IP blocks under the power domain
    6 hierarchy.
    7 
    8 Required properties:
    9 - compatible:   Must contain one of the following:
   10                 "ti,am3-prm-inst"
   11                 "ti,am4-prm-inst"
   12                 "ti,omap4-prm-inst"
   13                 "ti,omap5-prm-inst"
   14                 "ti,dra7-prm-inst"
   15                 and additionally must contain:
   16                 "ti,omap-prm-inst"
   17 - reg:          Contains PRM instance register address range
   18                 (base address and length)
   19 
   20 Optional properties:
   21 - #power-domain-cells:  Should be 0 if the instance is a power domain provider.
   22 - #reset-cells: Should be 1 if the PRM instance in question supports resets.
   23 
   24 Example:
   25 
   26 prm_dsp2: prm@1b00 {
   27         compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst";
   28         reg = <0x1b00 0x40>;
   29         #power-domain-cells = <0>;
   30         #reset-cells = <1>;
   31 };

Cache object: 845e86b4106e301fa528eded683a3f94


[ 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.