Add coresight component devicetree file for sun. Change-Id: I28b8b6a2142fc89ed457553f039eca785064007b Signed-off-by: Yuanfang Zhang <quic_yuanfang@quicinc.com>
16 lines
364 B
Plaintext
16 lines
364 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&soc {
|
|
dcc: dcc@100ff000 {
|
|
compatible = "qcom,dcc-v2";
|
|
reg = <0x100ff000 0x1000>,
|
|
<0x10080000 0x18000>;
|
|
reg-names = "dcc-base", "dcc-ram-base";
|
|
|
|
qcom,transaction_timeout = <0>;
|
|
dcc-ram-offset = <0>;
|
|
};
|
|
}; |