You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.3 KiB
64 lines
1.3 KiB
2 years ago
|
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 and
|
||
|
* only version 2 as published by the Free Software Foundation.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*/
|
||
|
|
||
|
&tlmm {
|
||
|
tas25xx_gpio_default: tas25xx_gpio_default {
|
||
|
mux {
|
||
|
pins = "gpio88", "gpio89", "gpio90", "gpio94";
|
||
|
function = "gpio";
|
||
|
};
|
||
|
config {
|
||
|
pins = "gpio88", "gpio89", "gpio90", "gpio94";
|
||
|
bias-disable; /* No PULL */
|
||
|
};
|
||
|
};
|
||
|
|
||
|
fm_lna_default: fm_lna_default {
|
||
|
mux {
|
||
|
pins = "gpio84";
|
||
|
function = "gpio";
|
||
|
};
|
||
|
config {
|
||
|
pins = "gpio84";
|
||
|
bias-disable; /* No PULL */
|
||
|
output-low;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&lpi_tlmm {
|
||
|
lpi_i2s1_sck_active: lpi_i2s1_sck_active {
|
||
|
config {
|
||
|
drive-strength = <4>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
lpi_i2s1_ws_active: lpi_i2s1_ws_active {
|
||
|
config {
|
||
|
drive-strength = <4>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
lpi_i2s1_sd0_active: lpi_i2s1_sd0_active {
|
||
|
config {
|
||
|
drive-strength = <4>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
lpi_i2s1_sd1_active: lpi_i2s1_sd1_active {
|
||
|
config {
|
||
|
drive-strength = <4>;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|