Files
kernel_oneplus_sm8550-devic…/qcom/sdxpinn-debug.dtsi
Yuanfang Zhang fdcf839c7a ARM: dts: msm: add qdss component for sdxpinn
Add qdss component DT file for sdxpinn.

Change-Id: I8e6d7b37d96184a882a4a430961de62f8f082feb
2022-08-10 17:06:51 +08:00

16 lines
294 B
Plaintext

#include <dt-bindings/soc/qcom,dcc_v2.h>
&soc {
dcc: dcc_v2@100ff000 {
compatible = "qcom,dcc-v2";
reg = <0x240ff000 0x1000>,
<0x24080000 0x18000>;
qcom,transaction_timeout = <0>;
status = "disabled";
reg-names = "dcc-base", "dcc-ram-base";
dcc-ram-offset = <0>;
};
};