Skip to content

Commit dc8bca5

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 <[email protected]>
1 parent c2eb4f8 commit dc8bca5

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
@@ -144,6 +144,12 @@
144144
status = "okay";
145145
};
146146

147+
&i2c1 {
148+
status = "okay";
149+
pinctrl-0 = <&i2c1_scl_p0_16 &i2c1_sda_p0_17>;
150+
pinctrl-names = "default";
151+
};
152+
147153
&i2c2 {
148154
status = "okay";
149155
pinctrl-0 = <&i2c2_scl_p0_30 &i2c2_sda_p0_31>;

0 commit comments

Comments
 (0)