diff --git a/Kbuild b/Kbuild index ec9f9945..a7a740b9 100644 --- a/Kbuild +++ b/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 \ diff --git a/sun-audio-hdk.dts b/sun-audio-hdk.dts new file mode 100644 index 00000000..49502bef --- /dev/null +++ b/sun-audio-hdk.dts @@ -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>; +};