mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Add qdss component DT file for sdxpinn. Change-Id: I8e6d7b37d96184a882a4a430961de62f8f082feb
16 lines
294 B
Plaintext
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>;
|
|
};
|
|
};
|
|
|