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>
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-qrd.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun QRD";
|
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <11 0>;
|
|
};
|