Added initial Sun v2 device tree support. Added v2 support in MTP, CDP, QRD overlays. Change-Id: I47f7bb69bac837dc9f6c646130240b562ce7c827 Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
#include "sun.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun v2 SoC";
|
|
compatible = "qcom,sun";
|
|
qcom,msm-id = <618 0x20000>;
|
|
};
|