Skip to content

Commit 21558df

Browse files
yangbolu1991fabiobaltieri
authored andcommitted
boards: nxp: imx95_evk: enable i2c5/i2c7 for M7
Enabled i2c5/i2c7 for M7. Signed-off-by: Yangbo Lu <[email protected]>
1 parent abb475d commit 21558df

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

boards/nxp/imx95_evk/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ The Zephyr ``imx95_evk/mimx9596/m7`` board target supports the following hardwar
9191
+-----------+------------+-------------------------------------+
9292
| UART | on-chip | serial port |
9393
+-----------+------------+-------------------------------------+
94+
| I2C | on-chip | i2c |
95+
+-----------+------------+-------------------------------------+
9496

9597
The Zephyr ``imx95_evk/mimx9596/a55`` and ``imx95_evk/mimx9596/a55/smp`` board targets support
9698
the following hardware features:

boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
2323
};
2424
};
2525

26+
&lpi2c5 {
27+
pinctrl-0 = <&lpi2c5_default>;
28+
pinctrl-names = "default";
29+
status = "okay";
30+
};
31+
32+
&lpi2c7 {
33+
pinctrl-0 = <&lpi2c7_default>;
34+
pinctrl-names = "default";
35+
status = "okay";
36+
};
37+
2638
&lpuart3 {
2739
status = "okay";
2840
current-speed = <115200>;

boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ toolchain:
1616
- xtools
1717
supported:
1818
- uart
19+
- i2c
1920
vendor: nxp

0 commit comments

Comments
 (0)