Files
android_kernel_samsung_sm87…/qcom/opensource/audio-devicetree/sun-sec-q7-audio-pinctrl-common.dtsi
2025-08-12 23:12:57 +02:00

115 lines
1.8 KiB
Plaintext
Executable File

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&tlmm {
tas25xx_gpio_default: tas25xx_gpio_default {
mux {
pins = "gpio7" , "gpio83";
function = "gpio";
};
config {
pins = "gpio7" , "gpio83";
drive-strength = <2>; /* 2 MA */
bias-disable; /* No PULL */
};
};
/delete-node/ tdm0_clk_active;
tdm0_clk_active: tdm0_clk_active {
mux {
pins = "gpio126";
function = "i2s0_sck";
};
config {
pins = "gpio126";
drive-strength = <4>; /* 4 mA */
bias-disable; /* NO PULL */
output-high;
};
};
/delete-node/ tdm0_ws_active;
tdm0_ws_active: tdm0_ws_active {
mux {
pins = "gpio129";
function = "i2s0_ws";
};
config {
pins = "gpio129";
drive-strength = <4>; /* 4 mA */
bias-disable; /* NO PULL */
output-high;
};
};
/delete-node/ tdm0_sd0_active;
tdm0_sd0_active: tdm0_sd0_active {
mux {
pins = "gpio127";
function = "i2s0_data0";
};
config {
pins = "gpio127";
drive-strength = <4>; /* 4 mA */
bias-disable; /* NO PULL */
output-high;
};
};
/delete-node/ tdm0_sd1_active;
tdm0_sd1_active: tdm0_sd1_active {
mux {
pins = "gpio128";
function = "i2s0_data1";
};
config {
pins = "gpio128";
drive-strength = <4>; /* 4 mA */
bias-disable; /* NO PULL */
output-high;
};
};
};
&cdc_dmic01_clk_active {
config {
drive-strength = <2>;
};
};
&cdc_dmic01_data_active {
config {
drive-strength = <2>;
};
};
&cdc_dmic23_clk_active {
config {
drive-strength = <2>;
};
};
&cdc_dmic23_data_active {
config {
drive-strength = <2>;
};
};
&cdc_dmic45_clk_active {
config {
drive-strength = <2>;
};
};
&cdc_dmic45_data_active {
config {
drive-strength = <2>;
};
};