Browse Source
Convert pico_pi board to HWMv2. This board port only supports the M4 core on the SOC Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>collab-hwm
11 changed files with 30 additions and 22 deletions
@ -1,8 +0,0 @@ |
|||||||
# Pico-Pi iMX7D M4 board |
|
||||||
|
|
||||||
# Copyright (c) 2019, Joris Offouga |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_PICO_PI_M4 |
|
||||||
bool "Pico-PI iMX7D Dual" |
|
||||||
depends on SOC_SERIES_IMX7_M4 |
|
@ -0,0 +1,10 @@ |
|||||||
|
.. _boards-technexion: |
||||||
|
|
||||||
|
TECHNEXION |
||||||
|
########## |
||||||
|
|
||||||
|
.. toctree:: |
||||||
|
:maxdepth: 1 |
||||||
|
:glob: |
||||||
|
|
||||||
|
**/* |
@ -0,0 +1,7 @@ |
|||||||
|
# Copyright (c) 2019, Joris Offouga |
||||||
|
# Copyright 2024 NXP |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_PICO_PI |
||||||
|
select SOC_PART_NUMBER_MCIMX7D7DVM10SC |
||||||
|
select SOC_MCIMX7D_M4 if BOARD_PICO_PI_MCIMX7D_M4 |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: pico_pi |
||||||
|
vendor: technexion |
||||||
|
socs: |
||||||
|
- name: mcimx7d |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Reference in new issue