blob: c78bd6e924067bd60d57f838c4bde956cdaa7e08 [file] [log] [blame]
Caleb Connolly87682e12024-02-26 17:26:33 +00001// 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};