1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider
10 - Sibi Sankar <quic_sibis@quicinc.com>
13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
14 The OSM L3 interconnect provider aggregates the L3 bandwidth requests
15 from CPU/GPU and relays it to the OSM.
32 - qcom,sc8280xp-epss-l3
33 - qcom,sm6375-cpucp-l3
43 - description: xo clock
44 - description: alternate clock
51 '#interconnect-cells':
59 - '#interconnect-cells'
61 additionalProperties: false
67 #define RPMH_CXO_CLK 0
69 osm_l3: interconnect@17d41000 {
70 compatible = "qcom,sdm845-osm-l3", "qcom,osm-l3";
71 reg = <0x17d41000 0x1400>;
73 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
74 clock-names = "xo", "alternate";
76 #interconnect-cells = <1>;