ARM: dts: msm: add DCC device on msmcobalt

Add node to add support for Data Capture and Compare (DCC) device on
msmcobalt.
DCC block can be used to capture user programmed memory mapped registers
or to run CRC on user programmed memory region.

Change-Id: I1d302e51693315998d915ca44f739fb58ef9e4a5
Signed-off-by: Shashank Mittal <mittals@codeaurora.org>
This commit is contained in:
Shashank Mittal 2016-03-10 14:31:29 -08:00 committed by Jeevan Shriram
parent 2493fd83fa
commit 273d5bfab1

View file

@ -2393,6 +2393,16 @@
status = "ok"; status = "ok";
}; };
dcc: dcc@10b3000 {
compatible = "qcom,dcc";
reg = <0x10b3000 0x1000>,
<0x10b4000 0x2000>;
reg-names = "dcc-base", "dcc-ram-base";
clocks = <&clock_gcc clk_gcc_dcc_ahb_clk>;
clock-names = "dcc_clk";
};
qcom,msm-core@780000 { qcom,msm-core@780000 {
compatible = "qcom,apss-core-ea"; compatible = "qcom,apss-core-ea";
reg = <0x780000 0x1000>; reg = <0x780000 0x1000>;