Commit 029d6586 authored by Souradeep Chowdhury's avatar Souradeep Chowdhury Committed by Bjorn Andersson

arm64: dts: qcom: sc7280: 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/88ef6053ee56eb0613040ea1fe33439934810330.1672148732.git.quic_schowdhu@quicinc.com
parent d4b94c82
...@@ -2661,6 +2661,12 @@ gpucc: clock-controller@3d90000 { ...@@ -2661,6 +2661,12 @@ gpucc: clock-controller@3d90000 {
#power-domain-cells = <1>; #power-domain-cells = <1>;
}; };
dma@117f000 {
compatible = "qcom,sc7280-dcc", "qcom,dcc";
reg = <0x0 0x0117f000 0x0 0x1000>,
<0x0 0x01112000 0x0 0x6000>;
};
adreno_smmu: iommu@3da0000 { adreno_smmu: iommu@3da0000 {
compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", "arm,mmu-500"; compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", "arm,mmu-500";
reg = <0 0x03da0000 0 0x20000>; reg = <0 0x03da0000 0 0x20000>;
......
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