Rtwo/kernel/motorola/sm8550-devicetrees/bindings/interconnect/qcom,epss-l3.txt
2025-09-30 19:22:48 -05:00

26 lines
881 B
Text

Qualcomm Technologies, Inc. EPSS L3 interconnect driver binding
-----------------------------------------------------------
The EPSS L3 Interconnect provider supports the scaling of L3 cache
performance states of the CPU subsystem.
Required properties :
- compatible : shall contain only one of the following:
"qcom,cinder-epss-l3-cpu",
"qcom,lahaina-epss-l3-cpu";
- reg : Address and length of the register set for the device
- clock-names: should contain "xo", "alternate"
- clocks: list of phandle and clock specifier pairs corresponding to
entries in the clock-names property.
- #interconnect-cells : should contain 1
Examples:
epss_l3_cpu: l3_cpu@18590000{
reg = <0x18590000 0x4000>;
compatible = "qcom,lahaina-epss-l3-cpu";
#interconnect-cells = <1>;
clock-names = "xo", "alternate";
clocks = <&clock_rpmh RPMH_CXO_CLK>,
<&clock_gcc GCC_GPLL0>;
};