diff --git a/qcom/cape.dtsi b/qcom/cape.dtsi index 128104de..ab72ded8 100644 --- a/qcom/cape.dtsi +++ b/qcom/cape.dtsi @@ -917,6 +917,24 @@ logbuf: qcom,logbuf-vendor-hooks { compatible = "qcom,logbuf-vendor-hooks"; }; + + cpu_pmu: cpu-pmu { + compatible = "arm,armv8-pmuv3"; + interrupts = ; + }; + + qcom,msm-rtb { + compatible = "qcom,msm-rtb"; + qcom,rtb-size = <0x100000>; + }; + + qcom,mpm2-sleep-counter@c221000 { + compatible = "qcom,mpm2-sleep-counter"; + reg = <0xc221000 0x1000>; + clock-frequency = <32768>; + }; + + }; &clock_gcc {