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/tegra/nvidia,tegra-ccplex-cluster.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-only OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: "http://devicetree.org/schemas/arm/tegra/nvidia,tegra-ccplex-cluster.yaml#"
    5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
    6 
    7 title: NVIDIA Tegra CPU COMPLEX CLUSTER area device tree bindings
    8 
    9 maintainers:
   10   - Sumit Gupta <sumitg@nvidia.com>
   11   - Mikko Perttunen <mperttunen@nvidia.com>
   12   - Jon Hunter <jonathanh@nvidia.com>
   13   - Thierry Reding <thierry.reding@gmail.com>
   14 
   15 description: |+
   16   The Tegra CPU COMPLEX CLUSTER area contains memory-mapped
   17   registers that initiate CPU frequency/voltage transitions.
   18 
   19 properties:
   20   $nodename:
   21     pattern: "ccplex@([0-9a-f]+)$"
   22 
   23   compatible:
   24     enum:
   25       - nvidia,tegra186-ccplex-cluster
   26       - nvidia,tegra234-ccplex-cluster
   27 
   28   reg:
   29     maxItems: 1
   30 
   31   nvidia,bpmp:
   32     $ref: '/schemas/types.yaml#/definitions/phandle'
   33     description: |
   34       Specifies the BPMP node that needs to be queried to get
   35       operating point data for all CPUs.
   36 
   37 additionalProperties: false
   38 
   39 required:
   40   - compatible
   41   - reg
   42   - nvidia,bpmp
   43 
   44 examples:
   45   - |
   46     ccplex@e000000 {
   47       compatible = "nvidia,tegra234-ccplex-cluster";
   48       reg = <0x0e000000 0x5ffff>;
   49       nvidia,bpmp = <&bpmp>;
   50       status = "okay";
   51     };

Cache object: 5fdd4e08962b063b35d7ab4b2511ca29


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