Skip to content

Commit 091fa5a

Browse files
JiafeiPankartben
authored andcommitted
boards: imx8mp_evk_a53: update supported features
Added GPIO and I2C. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 8a9763a commit 091fa5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

boards/nxp/imx8mp_evk/doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ features:
6262
+-----------+------------+-------------------------------------+
6363
| ENET | on-chip | ethernet port |
6464
+-----------+------------+-------------------------------------+
65+
| GPIO | on-chip | GPIO ports |
66+
+-----------+------------+-------------------------------------+
67+
| I2C | on-chip | I2C bus |
68+
+-----------+------------+-------------------------------------+
6569

6670
The Zephyr mimx8mp_evk_m7 board configuration supports the following hardware
6771
features:

boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2024 NXP
2+
# Copyright 2024-2025 NXP
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -15,6 +15,8 @@ ram: 1024
1515
supported:
1616
- uart
1717
- net
18+
- gpio
19+
- i2c
1820
testing:
1921
ignore_tags:
2022
- bluetooth

0 commit comments

Comments
 (0)