blob: c78bd6e924067bd60d57f838c4bde956cdaa7e08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// SPDX-License-Identifier: GPL-2.0
/ {
chosen {
stdout-path = "serial0:921600n8";
};
};
&tlmm {
muic-i2c-n {
pins = "gpio33", "gpio34";
drive-strength = <0x2>;
function = "gpio";
bias-disable;
};
};
|