ARM: dts: msm: add support for bwprof

Add support for bwprof driver for neo.

Change-Id: I7bfe3424874a574eac01b556dc2e343caf3c900c
This commit is contained in:
Vandana Gupta
2023-10-12 11:01:17 +05:30
parent cb80b866e6
commit 417fcc77cf

View File

@@ -240,6 +240,37 @@
};
};
bwprof: qcom,bwprof-ddr@19090000 {
compatible = "qcom,bwprof";
#address-cells = <1>;
#size-cells = <1>;
qcom,bus-width = <4>;
ranges;
reg = <0x190BA050 0x10>;
reg-names = "mem-freq";
bwprof_0: qcom,bwprof0@19092000 {
compatible = "qcom,bwprof-mon";
reg = <0x19092000 0x1000>;
reg-names = "base";
client = "total";
};
bwprof_1: qcom,bwprof1@19093000 {
compatible = "qcom,bwprof-mon";
reg = <0x19093000 0x1000>;
reg-names = "base";
client = "cpu";
};
bwprof_2: qcom,bwprof2@19094000 {
compatible = "qcom,bwprof-mon";
reg = <0x19094000 0x1000>;
reg-names = "base";
client = "gpu";
};
};
bluetooth: bt_wcn6x5x {
compatible = "qcom,kiwi";
pinctrl-names = "default";