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:
parent
2493fd83fa
commit
273d5bfab1
1 changed files with 10 additions and 0 deletions
|
@ -2393,6 +2393,16 @@
|
|||
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 {
|
||||
compatible = "qcom,apss-core-ea";
|
||||
reg = <0x780000 0x1000>;
|
||||
|
|
Loading…
Add table
Reference in a new issue