Skip to content

Commit 2113c1f

Browse files
boards: max32655fthr: enable i2c1
MAX32655 uses I2C1 to control on board PMIC and Audio Codec this commit enable it as per board spec Signed-off-by: Anuj Pathak <anuj@croxel.com>
1 parent 9b77109 commit 2113c1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boards/adi/max32655fthr/max32655fthr_max32655_m4.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@
138138
status = "okay";
139139
};
140140

141+
&i2c1 {
142+
status = "okay";
143+
pinctrl-0 = <&i2c1_scl_p0_16 &i2c1_sda_p0_17>;
144+
pinctrl-names = "default";
145+
};
146+
141147
&i2c2 {
142148
status = "okay";
143149
pinctrl-0 = <&i2c2_scl_p0_30 &i2c2_sda_p0_31>;

0 commit comments

Comments
 (0)