File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ features:
62
62
+-----------+------------+-------------------------------------+
63
63
| ENET | on-chip | ethernet port |
64
64
+-----------+------------+-------------------------------------+
65
+ | GPIO | on-chip | GPIO ports |
66
+ +-----------+------------+-------------------------------------+
67
+ | I2C | on-chip | I2C bus |
68
+ +-----------+------------+-------------------------------------+
65
69
66
70
The Zephyr mimx8mp_evk_m7 board configuration supports the following hardware
67
71
features:
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2024 NXP
2
+ # Copyright 2024-2025 NXP
3
3
#
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
@@ -15,6 +15,8 @@ ram: 1024
15
15
supported :
16
16
- uart
17
17
- net
18
+ - gpio
19
+ - i2c
18
20
testing :
19
21
ignore_tags :
20
22
- bluetooth
You can’t perform that action at this time.
0 commit comments