~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/interconnect/qcom,msm8996.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 %YAML 1.2
  3 ---
  4 $id: http://devicetree.org/schemas/interconnect/qcom,msm8996.yaml#
  5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6 
  7 title: Qualcomm MSM8996 Network-On-Chip interconnect
  8 
  9 maintainers:
 10   - Konrad Dybcio <konradybcio@kernel.org>
 11 
 12 description: |
 13   The Qualcomm MSM8996 interconnect providers support adjusting the
 14   bandwidth requirements between the various NoC fabrics.
 15 
 16 properties:
 17   compatible:
 18     enum:
 19       - qcom,msm8996-a0noc
 20       - qcom,msm8996-a1noc
 21       - qcom,msm8996-a2noc
 22       - qcom,msm8996-bimc
 23       - qcom,msm8996-cnoc
 24       - qcom,msm8996-mnoc
 25       - qcom,msm8996-pnoc
 26       - qcom,msm8996-snoc
 27 
 28   reg:
 29     maxItems: 1
 30 
 31   clock-names:
 32     minItems: 1
 33     maxItems: 3
 34 
 35   clocks:
 36     minItems: 1
 37     maxItems: 3
 38 
 39   power-domains:
 40     maxItems: 1
 41 
 42 required:
 43   - compatible
 44   - reg
 45 
 46 unevaluatedProperties: false
 47 
 48 allOf:
 49   - $ref: qcom,rpm-common.yaml#
 50   - if:
 51       properties:
 52         compatible:
 53           const: qcom,msm8996-a0noc
 54 
 55     then:
 56       properties:
 57         clocks:
 58           items:
 59             - description: Aggregate0 System NoC AXI Clock.
 60             - description: Aggregate0 Config NoC AHB Clock.
 61             - description: Aggregate0 NoC MPU Clock.
 62 
 63         clock-names:
 64           items:
 65             - const: aggre0_snoc_axi
 66             - const: aggre0_cnoc_ahb
 67             - const: aggre0_noc_mpu_cfg
 68 
 69       required:
 70         - power-domains
 71 
 72   - if:
 73       properties:
 74         compatible:
 75           const: qcom,msm8996-mnoc
 76 
 77     then:
 78       properties:
 79         clocks:
 80           items:
 81             - description: CPU-NoC High-performance Bus Clock.
 82 
 83         clock-names:
 84           const: iface
 85 
 86   - if:
 87       properties:
 88         compatible:
 89           const: qcom,msm8996-a2noc
 90 
 91     then:
 92       properties:
 93         clocks:
 94           items:
 95             - description: Aggregate2 NoC UFS AXI Clock
 96             - description: UFS AXI Clock
 97 
 98         clock-names:
 99           items:
100             - const: aggre2_ufs_axi
101             - const: ufs_axi
102 
103 examples:
104   - |
105     #include <dt-bindings/clock/qcom,gcc-msm8996.h>
106     #include <dt-bindings/clock/qcom,mmcc-msm8996.h>
107     #include <dt-bindings/clock/qcom,rpmcc.h>
108 
109     bimc: interconnect@408000 {
110         compatible = "qcom,msm8996-bimc";
111         reg = <0x00408000 0x5a000>;
112         #interconnect-cells = <1>;
113     };
114 
115     a0noc: interconnect@543000 {
116         compatible = "qcom,msm8996-a0noc";
117         reg = <0x00543000 0x6000>;
118         #interconnect-cells = <1>;
119         clocks = <&gcc GCC_AGGRE0_SNOC_AXI_CLK>,
120                  <&gcc GCC_AGGRE0_CNOC_AHB_CLK>,
121                  <&gcc GCC_AGGRE0_NOC_MPU_CFG_AHB_CLK>;
122         clock-names = "aggre0_snoc_axi",
123                       "aggre0_cnoc_ahb",
124                       "aggre0_noc_mpu_cfg";
125         power-domains = <&gcc AGGRE0_NOC_GDSC>;
126     };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php