1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/interconnec 4 $id: http://devicetree.org/schemas/interconnect/qcom,sc8280xp-rpmh.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Qualcomm RPMh Network-On-Chip Interconn 7 title: Qualcomm RPMh Network-On-Chip Interconnect on SC8280XP 8 8 9 maintainers: 9 maintainers: 10 - Bjorn Andersson <andersson@kernel.org> 10 - Bjorn Andersson <andersson@kernel.org> 11 - Konrad Dybcio <konradybcio@kernel.org> !! 11 - Konrad Dybcio <konrad.dybcio@linaro.org> 12 12 13 description: | 13 description: | 14 RPMh interconnect providers support system b 14 RPMh interconnect providers support system bandwidth requirements through 15 RPMh hardware accelerators known as Bus Cloc 15 RPMh hardware accelerators known as Bus Clock Manager (BCM). 16 16 17 See also:: include/dt-bindings/interconnect/ 17 See also:: include/dt-bindings/interconnect/qcom,sc8280xp.h 18 18 19 properties: 19 properties: 20 compatible: 20 compatible: 21 enum: 21 enum: 22 - qcom,sc8280xp-aggre1-noc 22 - qcom,sc8280xp-aggre1-noc 23 - qcom,sc8280xp-aggre2-noc 23 - qcom,sc8280xp-aggre2-noc 24 - qcom,sc8280xp-clk-virt 24 - qcom,sc8280xp-clk-virt 25 - qcom,sc8280xp-config-noc 25 - qcom,sc8280xp-config-noc 26 - qcom,sc8280xp-dc-noc 26 - qcom,sc8280xp-dc-noc 27 - qcom,sc8280xp-gem-noc 27 - qcom,sc8280xp-gem-noc 28 - qcom,sc8280xp-lpass-ag-noc 28 - qcom,sc8280xp-lpass-ag-noc 29 - qcom,sc8280xp-mc-virt 29 - qcom,sc8280xp-mc-virt 30 - qcom,sc8280xp-mmss-noc 30 - qcom,sc8280xp-mmss-noc 31 - qcom,sc8280xp-nspa-noc 31 - qcom,sc8280xp-nspa-noc 32 - qcom,sc8280xp-nspb-noc 32 - qcom,sc8280xp-nspb-noc 33 - qcom,sc8280xp-system-noc 33 - qcom,sc8280xp-system-noc 34 34 35 required: 35 required: 36 - compatible 36 - compatible 37 37 38 allOf: 38 allOf: 39 - $ref: qcom,rpmh-common.yaml# 39 - $ref: qcom,rpmh-common.yaml# 40 40 41 unevaluatedProperties: false 41 unevaluatedProperties: false 42 42 43 examples: 43 examples: 44 - | 44 - | 45 interconnect-0 { 45 interconnect-0 { 46 compatible = "qcom,sc8280xp-aggre1-noc 46 compatible = "qcom,sc8280xp-aggre1-noc"; 47 #interconnect-cells = <2>; 47 #interconnect-cells = <2>; 48 qcom,bcm-voters = <&apps_bcm_voter>; 48 qcom,bcm-voters = <&apps_bcm_voter>; 49 }; 49 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.