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/interconnect/qcom,rpmh-common.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 OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/interconnect/qcom,rpmh-common.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Qualcomm RPMh Network-On-Chip Interconnect
    8 
    9 maintainers:
   10   - Georgi Djakov <djakov@kernel.org>
   11   - Bjorn Andersson <bjorn.andersson@linaro.org>
   12 
   13 description:
   14   RPMh interconnect providers support system bandwidth requirements through
   15   RPMh hardware accelerators known as Bus Clock Manager (BCM). The provider is
   16   able to communicate with the BCM through the Resource State Coordinator (RSC)
   17   associated with each execution environment. Provider nodes must point to at
   18   least one RPMh device child node pertaining to their RSC and each provider
   19   can map to multiple RPMh resources.
   20 
   21 properties:
   22   '#interconnect-cells':
   23     enum: [ 1, 2 ]
   24 
   25   qcom,bcm-voters:
   26     $ref: /schemas/types.yaml#/definitions/phandle-array
   27     items:
   28       maxItems: 1
   29     maxItems: 2
   30     description:
   31       List of phandles to qcom,bcm-voter nodes that are required by
   32       this interconnect to send RPMh commands.
   33 
   34   qcom,bcm-voter-names:
   35     maxItems: 2
   36     description:
   37       Names for each of the qcom,bcm-voters specified.
   38 
   39 required:
   40   - '#interconnect-cells'
   41   - qcom,bcm-voters
   42 
   43 additionalProperties: true

Cache object: 8791106cbeb02e4bb5c641be9fffd145


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