Commit 91269c42 authored by Souradeep Chowdhury's avatar Souradeep Chowdhury Committed by Bjorn Andersson

arm64: dts: qcom: sdm845: Add Data Capture and Compare(DCC) support node

Add the DCC(Data Capture and Compare) device tree node entry along with
the address of the register region.
Signed-off-by: default avatarSouradeep Chowdhury <quic_schowdhu@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/4b4289063e1b3baf98b653274060f35a5c888609.1672148732.git.quic_schowdhu@quicinc.com
parent add74cad
...@@ -2190,6 +2190,12 @@ llcc: system-cache-controller@1100000 { ...@@ -2190,6 +2190,12 @@ llcc: system-cache-controller@1100000 {
interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
}; };
dma@10a2000 {
compatible = "qcom,sdm845-dcc", "qcom,dcc";
reg = <0x0 0x010a2000 0x0 0x1000>,
<0x0 0x010ae000 0x0 0x2000>;
};
pmu@114a000 { pmu@114a000 {
compatible = "qcom,sdm845-llcc-bwmon"; compatible = "qcom,sdm845-llcc-bwmon";
reg = <0 0x0114a000 0 0x1000>; reg = <0 0x0114a000 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment