22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright (C) 2022 MediaTek Inc.
|
|
*/
|
|
|
|
&i2c1 {
|
|
rt5682: audio-codec@1a {
|
|
compatible = "realtek,rt5682i";
|
|
reg = <0x1a>;
|
|
interrupts-extended = <&pio 18 IRQ_TYPE_LEVEL_LOW>;
|
|
realtek,jd-src = <1>;
|
|
realtek,btndet-delay = <16>;
|
|
#sound-dai-cells = <1>;
|
|
|
|
AVDD-supply = <&mt6359_vio18_ldo_reg>;
|
|
DBVDD-supply = <&mt6359_vio18_ldo_reg>;
|
|
LDO1-IN-supply = <&mt6359_vio18_ldo_reg>;
|
|
MICVDD-supply = <&pp3300_g>;
|
|
VBAT-supply = <&pp3300_ldo_z>;
|
|
};
|
|
};
|