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/rockchip/pmu.yaml

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 # SPDX-License-Identifier: GPL-2.0
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/arm/rockchip/pmu.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Rockchip Power Management Unit (PMU)
    8 
    9 maintainers:
   10   - Elaine Zhang <zhangqing@rock-chips.com>
   11   - Heiko Stuebner <heiko@sntech.de>
   12 
   13 description: |
   14   The PMU is used to turn on and off different power domains of the SoCs.
   15   This includes the power to the CPU cores.
   16 
   17 select:
   18   properties:
   19     compatible:
   20       contains:
   21         enum:
   22           - rockchip,px30-pmu
   23           - rockchip,rk3066-pmu
   24           - rockchip,rk3288-pmu
   25           - rockchip,rk3368-pmu
   26           - rockchip,rk3399-pmu
   27           - rockchip,rk3568-pmu
   28 
   29   required:
   30     - compatible
   31 
   32 properties:
   33   compatible:
   34     items:
   35       - enum:
   36           - rockchip,px30-pmu
   37           - rockchip,rk3066-pmu
   38           - rockchip,rk3288-pmu
   39           - rockchip,rk3368-pmu
   40           - rockchip,rk3399-pmu
   41           - rockchip,rk3568-pmu
   42       - const: syscon
   43       - const: simple-mfd
   44 
   45   reg:
   46     maxItems: 1
   47 
   48 required:
   49   - compatible
   50   - reg
   51 
   52 additionalProperties: true
   53 
   54 examples:
   55   - |
   56     pmu@20004000 {
   57       compatible = "rockchip,rk3066-pmu", "syscon", "simple-mfd";
   58       reg = <0x20004000 0x100>;
   59     };

Cache object: 1376cf4534efac71698ece9e91927b4d


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