mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
cape-pinctrl: Add thor uart pins
Change-Id: Ia2444c43381ff9ec29e656dad21dac7bebc6ce5f
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user