Add support for SunP HDK Change-Id: I4ddbe8caf7c710debc57aec713aa255a2f226a3c Signed-off-by: Suqun Peng <quic_suqupeng@quicinc.com>
18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sunp-hdk-peach-bt-v8.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun SoCs HDK";
|
|
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
|
|
qcom,msm-id = <639 0x10000>, <639 0x20000>, <618 0x10000>, <618 0x20000>;
|
|
qcom,board-id = <0x1001f 0>;
|
|
};
|