Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
17 changed files with 44 additions and 90 deletions
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
# Texas Instruments Sitara AM62x-SK-M4 EVM |
||||
# |
||||
# Copyright (c) 2023 Texas Instruments Incorporated |
||||
# Copyright (c) 2023 L Lakshmanan |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_AM62X_M4_SK |
||||
bool "TI AM62x M4 Starter Kit (SK) Evaluation Module (EVM)" |
||||
depends on SOC_SERIES_AM62X_M4 |
||||
|
||||
config BOARD_AM62X_M4_PHYBOARD_LYRA |
||||
bool "PHYTEC AM62x M4 phyBOARD-Lyra" |
||||
depends on SOC_SERIES_AM62X_M4 |
@ -1,20 +0,0 @@
@@ -1,20 +0,0 @@
|
||||
# Texas Instruments Sitara AM62x-SK-M4 EVM |
||||
# |
||||
# Copyright (c) 2023 Texas Instruments Incorporated |
||||
# Copyright (c) 2023 L Lakshmanan |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_AM62X_M4_SK |
||||
|
||||
config BOARD |
||||
default "am62x_m4_sk" |
||||
|
||||
endif # BOARD_AM62X_M4_SK |
||||
|
||||
if BOARD_AM62X_M4_PHYBOARD_LYRA |
||||
|
||||
config BOARD |
||||
default "am62x_m4_phyboard_lyra" |
||||
|
||||
endif # BOARD_AM62X_M4_PHYBOARD_LYRA |
@ -1,38 +0,0 @@
@@ -1,38 +0,0 @@
|
||||
.. _am62x_m4: |
||||
|
||||
AM62x M4F Core |
||||
############## |
||||
|
||||
Overview |
||||
******** |
||||
|
||||
The Texas Instrument AM62x SoC contains a quad Cortex-A53 cluster and a single |
||||
Cortex-M4F core in the MCU domain. This chapter describes all boards with support |
||||
for the M4F subsystem. |
||||
|
||||
Currently the following hardware platforms are supported: |
||||
|
||||
.. toctree:: |
||||
:maxdepth: 1 |
||||
|
||||
am62x_m4_sk.rst |
||||
am62x_m4_phyboard_lyra.rst |
||||
|
||||
Supported Features |
||||
================== |
||||
|
||||
The AM62x M4F platform supports the following hardware features: |
||||
|
||||
+-----------+------------+-------------------------------------+ |
||||
| Interface | Controller | Driver/Component | |
||||
+===========+============+=====================================+ |
||||
| NVIC | on-chip | nested vector interrupt controller | |
||||
+-----------+------------+-------------------------------------+ |
||||
| SYSTICK | on-chip | systick | |
||||
+-----------+------------+-------------------------------------+ |
||||
| PINCTRL | on-chip | pinctrl | |
||||
+-----------+------------+-------------------------------------+ |
||||
| UART | on-chip | serial | |
||||
+-----------+------------+-------------------------------------+ |
||||
|
||||
Other hardware features are not currently supported by the port. |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
# Texas Instruments Sitara AM62x-SK-M4 EVM |
||||
# |
||||
# Copyright (c) 2023 Texas Instruments Incorporated |
||||
# Copyright (c) 2023 L Lakshmanan |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_PHYBOARD_LYRA_AM62X |
||||
select SOC_AM6234_M4 if BOARD_PHYBOARD_LYRA_AM62X_AM6234_M4 |
||||
help |
||||
PHYTEC AM62x M4 phyBOARD-Lyra |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: phyboard_lyra_am62x |
||||
vendor: Phytec |
||||
socs: |
||||
- name: am6234 |
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: am62x_m4_phyboard_lyra |
||||
identifier: phyboard_lyra_am62x/am6234/m4 |
||||
name: PHYTEC AM62x M4 phyBOARD-Lyra |
||||
type: mcu |
||||
arch: arm |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
# Texas Instruments Sitara AM62x-SK-M4 EVM |
||||
# |
||||
# Copyright (c) 2023 Texas Instruments Incorporated |
||||
# Copyright (c) 2023 L Lakshmanan |
||||
# |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_SK_AM62_AM6234_M4 |
||||
select SOC_AM6234_M4 |
||||
help |
||||
TI AM62x M4 Starter Kit (SK) Evaluation Module (EVM) |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: sk_am62 |
||||
vendor: Texas Instruments |
||||
socs: |
||||
- name: am6234 |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: am62x_m4_sk |
||||
identifier: sk_am62/am6234/m4 |
||||
name: TI AM62X M4 Starter Kit (SK) |
||||
type: mcu |
||||
arch: arm |
Loading…
Reference in new issue