mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
79 lines
1.2 KiB
Plaintext
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;
|
|
};
|
|
};
|
|
}; |