Rtwo/kernel/motorola/sm8550-devicetrees/qcom/nfc/nxp/kalama-v2-pinctrl.dtsi
2025-09-30 19:22:48 -05:00

60 lines
1 KiB
Text

&tlmm {
nfc {
nfc_int_active: nfc_int_active {
/* active state */
mux {
/* NFC Read Interrupt */
pins = "gpio55";
function = "gpio";
};
config {
pins = "gpio55";
drive-strength = <2>; /* 2 MA */
bias-pull-down;
};
};
nfc_int_suspend: nfc_int_suspend {
/* sleep state */
mux {
/* NFC Read Interrupt */
pins = "gpio55";
function = "gpio";
};
config {
pins = "gpio55";
drive-strength = <2>; /* 2 MA */
bias-pull-down;
};
};
nfc_enable_active: nfc_enable_active {
mux {
/* Enable, Firmware and Clock request gpios */
pins = "gpio30", "gpio12", "gpio31";
function = "gpio";
};
config {
pins = "gpio30", "gpio12", "gpio31";
drive-strength = <2>; /* 2 MA */
bias-disable;
};
};
nfc_enable_suspend: nfc_enable_suspend {
mux {
pins = "gpio30", "gpio12", "gpio31";
function = "gpio";
};
config {
pins = "gpio30", "gpio12", "gpio31";
drive-strength = <2>; /* 2 MA */
bias-disable;
};
};
}; //nfc
}; //tlmm