mirror of https://gitee.com/openkylin/linux.git
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
|
&tlmm_pinmux {
|
||
|
card_detect: card-detect {
|
||
|
mux {
|
||
|
pins = "gpio26";
|
||
|
function = "gpio";
|
||
|
bias-disable;
|
||
|
};
|
||
|
};
|
||
|
};
|