Caleb Connolly | 87682e1 | 2024-02-26 17:26:33 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | / { | ||||
4 | chosen { | ||||
5 | stdout-path = "serial0:921600n8"; | ||||
6 | }; | ||||
7 | }; | ||||
8 | |||||
9 | &tlmm { | ||||
10 | muic-i2c-n { | ||||
11 | pins = "gpio33", "gpio34"; | ||||
12 | drive-strength = <0x2>; | ||||
13 | function = "gpio"; | ||||
14 | bias-disable; | ||||
15 | }; | ||||
16 | }; |