Add support for 3.5mm Jack for sun target Change-Id: I4bda49109e543cfacd32b15235b6f58ce803bb8a Signed-off-by: Hemant Gupta <quic_hemantg@quicinc.com>
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "sun-peach-bt.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun SoCs";
|
|
compatible = "qcom,sun", "qcom,sunp";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>,
|
|
<639 0x10000>, <639 0x20000>;
|
|
qcom,board-id = <1 0>, <8 0>, <0x1000B 0>, <0x15 0>, <0x60008 0>;
|
|
};
|