Add initial device trees to support sdxkova SoC. Change-Id: I6423d06ff47ad79b2601a24d65a41cb40b3a4a9a Signed-off-by: Khaja Hussain Shaik Khaji <quic_kshaikkh@quicinc.com>
17 lines
339 B
Plaintext
17 lines
339 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sdx75.dtsi"
|
|
|
|
/ {
|
|
qcom_tzlog: tz-log@14680720 {
|
|
compatible = "qcom,tz-log";
|
|
reg = <0x14680720 0x3000>;
|
|
qcom,hyplog-enabled;
|
|
hyplog-address-offset = <0x410>;
|
|
hyplog-size-offset = <0x414>;
|
|
};
|
|
};
|