Browse Source
Port Colibri iMX7D board to HWMv2. This port only supports the M4 core of the iMX7D SOC. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>collab-hwm
14 changed files with 35 additions and 28 deletions
@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
|
||||
# Colibri iMX7D M4 board |
||||
|
||||
# Copyright (c) 2017, NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_COLIBRI_IMX7D_M4 |
||||
bool "Toradex Colibri iMX7 Dual" |
||||
depends on SOC_SERIES_IMX7_M4 |
||||
select SOC_PART_NUMBER_MCIMX7D5EVM10SC |
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
# Copyright 2017,2024 NXP |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_COLIBRI_IMX7D |
||||
select SOC_PART_NUMBER_MCIMX7D5EVM10SC |
||||
select SOC_MCIMX7D_M4 if BOARD_COLIBRI_IMX7D_MCIMX7D_M4 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: colibri_imx7d |
||||
vendor: toradex |
||||
socs: |
||||
- name: mcimx7d |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
.. _boards-toradex: |
||||
|
||||
Toradex |
||||
####### |
||||
|
||||
.. toctree:: |
||||
:maxdepth: 1 |
||||
:glob: |
||||
|
||||
**/* |
Loading…
Reference in new issue