audio dts: add device tree for sun HDK
Add device tree for Sun HDK. Change-Id: Idc87879371447a5e11c10d7a9b52aaf7d651e707
This commit is contained in:
1
Kbuild
1
Kbuild
@@ -22,6 +22,7 @@ dtbo-y += sun-audio.dtbo \
|
||||
sun-audio-mtp-3.5mm.dtbo \
|
||||
sun-audio-mtp-nfc.dtbo \
|
||||
sun-audio-qrd.dtbo \
|
||||
sun-audio-hdk.dtbo \
|
||||
sun-audio-qrd-sku2.dtbo \
|
||||
sun-audio-atp.dtbo \
|
||||
sun-audio-rcm.dtbo \
|
||||
|
15
sun-audio-hdk.dts
Normal file
15
sun-audio-hdk.dts
Normal file
@@ -0,0 +1,15 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sun-audio-qrd.dtsi"
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SunP QRD HDK";
|
||||
compatible = "qcom,sunp-hdk", "qcom,sunp", "qcom,hdk";
|
||||
qcom,msm-id = <639 0x10000>, <639 0x20000>;
|
||||
qcom,board-id = <0x1001f 0>;
|
||||
};
|
Reference in New Issue
Block a user