Merge "ARM: dts: msm: add coresight component DT file for sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
c3ebfa0666
4709
qcom/sun-coresight.dtsi
Normal file
4709
qcom/sun-coresight.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
16
qcom/sun-debug.dtsi
Normal file
16
qcom/sun-debug.dtsi
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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>;
|
||||
};
|
||||
};
|
@@ -1616,6 +1616,8 @@
|
||||
};
|
||||
|
||||
#include "sun-dma-heaps.dtsi"
|
||||
#include "sun-coresight.dtsi"
|
||||
#include "sun-debug.dtsi"
|
||||
#include "msm-arm-smmu-sun.dtsi"
|
||||
#include "sun-pinctrl.dtsi"
|
||||
#include "sun-regulators.dtsi"
|
||||
|
Reference in New Issue
Block a user