Files
kernel_xiaomi_sm8450-device…/qcom/marble-pinctrl.dtsi
Arian 191fdbc156 Add support for POCO F5/Redmi Note 12 Turbo (marble|M16T)
Change-Id: I9d0538eeb420eab36f8f1c36d30c9dd312ef7dad
2025-04-28 15:06:47 +02:00

79 lines
1.2 KiB
Plaintext

/*for marble pinctrl */
&tlmm {
/* TOP Smart PA */
aw882xx_reset_active_top:aw882xx_reset_active_top {
/* active state */
mux {
pins = "gpio1";
function = "gpio";
};
config {
pins = "gpio1";
drive-strength = <2>;
bias-pull-down;
output-high;
};
};
aw882xx_reset_suspend_top:aw882xx_reset_suspend_top {
/* sleep state */
mux {
pins = "gpio1";
function = "gpio";
};
config {
pins = "gpio1";
drive-strength = <2>;
bias-pull-down;
output-low;
};
};
/* TOP Smart PA INT*/
aw882xx_irq_active_top:aw882xx_irq_active_top {
mux {
pins = "gpio88";
function = "gpio";
};
config {
pins = "gpio88";
drive-strength = <2>;
bias-disable;
input-enable;
};
};
/* BOT Smart PA */
aw882xx_reset_active_bot:aw882xx_reset_active_bot {
/* active state */
mux {
pins = "gpio120";
function = "gpio";
};
config {
pins = "gpio120";
drive-strength = <2>;
bias-pull-down;
output-high;
};
};
aw882xx_reset_suspend_bot:aw882xx_reset_suspend_bot {
/* sleep state */
mux {
pins = "gpio120";
function = "gpio";
};
config {
pins = "gpio120";
drive-strength = <2>;
bias-pull-down;
output-low;
};
};
};