Add initial device trees to support Sun QRD sku1 and sku2 SoC and it's platforms. Change-Id: Ibf28cbc9f33f19908c4d8ac1b431d17632c43e6b Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-qrd-sku2.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun QRD SKU2";
|
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <0x2000B 0>;
|
|
};
|