Skip to content

Commit 8a63b53

Browse files
MaureenHelmkartben
authored andcommitted
boards: adi: max78000fthr: Enable feather i2c instance
Enables the i2c instance connected to the feather header. Signed-off-by: Maureen Helm <[email protected]>
1 parent 1e34d47 commit 8a63b53

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

boards/adi/max78000fthr/max78000fthr_max78000_m4.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
pinctrl-names = "default";
111111
};
112112

113+
feather_i2c: &i2c1 {
114+
status = "okay";
115+
pinctrl-0 = <&i2c1_scl_p0_16 &i2c1_sda_p0_17>;
116+
pinctrl-names = "default";
117+
};
118+
113119
&spi0 {
114120
status = "okay";
115121
pinctrl-0 = <&spi0_mosi_p0_5 &spi0_miso_p0_6 &spi0_sck_p0_7 &spi0_ss0_p0_4>;

boards/adi/max78000fthr/max78000fthr_max78000_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ supported:
1010
- adc
1111
- counter
1212
- dma
13+
- feather_i2c
1314
- flash
1415
- gpio
1516
- i2c

0 commit comments

Comments
 (0)