cape-pinctrl: Add thor uart pins

Change-Id: Ia2444c43381ff9ec29e656dad21dac7bebc6ce5f
This commit is contained in:
Arian
2024-03-12 18:27:00 +01:00
committed by Jens Reidel
parent 581a228895
commit 7f1d028e46

View File

@@ -2786,4 +2786,31 @@
};
};
sbu_uart_en_ctrl {
sbu_uart_en_idle_th: uart_audio_en_idle_th {
mux {
pins = "gpio42";
function = "gpio";
};
config {
pins = "gpio42";
drive-strength = <2>;
bias-pull-down;
output-low;
};
};
sbu_uart_en_active_th: uart_audio_en_active_th {
mux {
pins = "gpio42";
function = "gpio";
};
config {
pins = "gpio42";
drive-strength = <2>;
bias-disable;
output-high;
};
};
};
};