| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/interconnect/qcom,msm8974.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Qualcomm MSM8974 Network-On-Chip Interconnect |
| - Brian Masney <masneyb@onstation.org> |
| The Qualcomm MSM8974 interconnect providers support setting system |
| bandwidth requirements between various network-on-chip fabrics. |
| - description: Bus A Clock |
| additionalProperties: false |
| #include <dt-bindings/clock/qcom,rpmcc.h> |
| bimc: interconnect@fc380000 { |
| reg = <0xfc380000 0x6a000>; |
| compatible = "qcom,msm8974-bimc"; |
| #interconnect-cells = <1>; |
| clock-names = "bus", "bus_a"; |
| clocks = <&rpmcc RPM_SMD_BIMC_CLK>, |
| <&rpmcc RPM_SMD_BIMC_A_CLK>; |