Add support for tuna audio device tree entree. Change-Id: Ic85de2ab888e4c4b9874775492e0650fdcc72d8f Signed-off-by: Vangala, Amarnath <quic_avangala@quicinc.com>
22 lines
538 B
Plaintext
22 lines
538 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/qcom,gcc-volcano.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/interconnect/qcom,volcano.h>
|
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
|
|
|
#include "tuna-audio.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. tuna";
|
|
compatible = "qcom,tuna";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
|
qcom,board-id = <0 0>;
|
|
};
|