Add dt file and platform support for TunaP SoC. Change-Id: I60a0726920a990127dc2db02ce58d7d0f2e44696 Signed-off-by: Shivendra Pratap <quic_spratap@quicinc.com>
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "tuna.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. TunaP SoC";
|
|
compatible = "qcom,tunap";
|
|
qcom,msm-id = <694 0x10000>;
|
|
};
|