Files
android_kernel_samsung_sm87…/qcom/kera-walt.dtsi
Atul Pant 91ac0fb4e5 ARM: dts: qcom: Add cpufreq cycle counter for kera
Add cpufreq cycle counter register information to devicetree in a
separate node.

Change-Id: Ib9c21300cda585d4f25be12cb9527d719eb630ea
Signed-off-by: Atul Pant <quic_atulpant@quicinc.com>
2024-11-26 11:23:23 +05:30

23 lines
412 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
walt {
#address-cells = <1>;
#size-cells = <1>;
ranges;
cycle-cntr@17d91000 {
compatible = "qcom,epss";
reg = <0x17D91000 0x1000>,
<0x17D92000 0x1000>,
<0x17D93000 0x1000>;
reg-names = "freq-domain0",
"freq-domain1",
"freq-domain2";
};
};
};