Add devicetree support for Tuna7 and TunaP SoC.
Change-Id: I5f94559c66f00bcb746fc05f7c445a8e2501d862
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
(cherry picked from commit b0ed9373e7
)
15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "tunap-vm.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. TunaP SVM SoC";
|
|
compatible = "qcom,tunap";
|
|
qcom,board-id = <0 0>;
|
|
};
|