| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider |
| - Sibi Sankar <quic_sibis@quicinc.com> |
| L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM. |
| The OSM L3 interconnect provider aggregates the L3 bandwidth requests |
| from CPU/GPU and relays it to the OSM. |
| - description: alternate clock |
| additionalProperties: false |
| osm_l3: interconnect@17d41000 { |
| compatible = "qcom,sdm845-osm-l3", "qcom,osm-l3"; |
| reg = <0x17d41000 0x1400>; |
| clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>; |
| clock-names = "xo", "alternate"; |
| #interconnect-cells = <1>; |