boards: phytec: Remove am62x from phyboard_lyra_am62x

Both phyBOARD-Lyra AM62x boards were called
phyboard_lyra_am62x/am6234/a53 or phyboard_lyra_am62x/am6234/m4.
Since the AM62x SOC part number is now included in the board name
as am6234, there is no need to have am62x in the board name itself.

Moreover, PHYTEC also has an AM62Ax SOM which comes with the same
carrier-board. Integration of this kit would be easier later.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
Daniel Schultz 2024-03-31 08:18:28 -07:00 committed by Alberto Escolar
commit 5f0f7003cd
11 changed files with 15 additions and 15 deletions

View file

@ -5,8 +5,8 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
config BOARD_PHYBOARD_LYRA_AM62X config BOARD_PHYBOARD_LYRA
select SOC_AM6234_A53 if BOARD_PHYBOARD_LYRA_AM62X_AM6234_A53 select SOC_AM6234_A53 if BOARD_PHYBOARD_LYRA_AM6234_A53
select SOC_AM6234_M4 if BOARD_PHYBOARD_LYRA_AM62X_AM6234_M4 select SOC_AM6234_M4 if BOARD_PHYBOARD_LYRA_AM6234_M4
help help
PHYTEC phyBOARD-Lyra AM62x M4/A53 PHYTEC phyBOARD-Lyra AM62x M4/A53

View file

@ -1,5 +1,5 @@
board: board:
name: phyboard_lyra_am62x name: phyboard_lyra
vendor: phytec vendor: phytec
socs: socs:
- name: am6234 - name: am6234

View file

@ -1,4 +1,4 @@
.. _phyboard_lyra_am62x_a53: .. _phyboard_lyra_am62xx_a53:
phyBOARD-Lyra AM62x A53 Core phyBOARD-Lyra AM62x A53 Core
############################ ############################
@ -31,7 +31,7 @@ See the `PHYTEC AM62x Product Page`_ for details.
Supported Features Supported Features
================== ==================
The Zephyr phyboard_lyra_am62x/am6234/a53 board configuration supports the following hardware The Zephyr phyboard_lyra/am6234/a53 board configuration supports the following hardware
features: features:
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
@ -83,7 +83,7 @@ You can build an application in the usual way. Refer to
:ref:`hello_world`. :ref:`hello_world`.
.. zephyr-app-commands:: .. zephyr-app-commands::
:board: phyboard_lyra_am62x/am6234/a53 :board: phyboard_lyra/am6234/a53
:zephyr-app: samples/hello_world :zephyr-app: samples/hello_world
:goals: build :goals: build

View file

@ -1,4 +1,4 @@
.. _phyboard_lyra_am62x_m4: .. _phyboard_lyra_am62xx_m4:
phyBOARD-Lyra AM62x M4F Core phyBOARD-Lyra AM62x M4F Core
############################ ############################
@ -43,7 +43,7 @@ specifications are used:
Supported Features Supported Features
================== ==================
The phyboard_lyra_am62x/am6234/m4 configuration supports the following hardware features: The phyboard_lyra/am6234/m4 configuration supports the following hardware features:
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
@ -87,7 +87,7 @@ cores of the SoM. These cores will then load the zephyr binary on the M4 core
using remoteproc. using remoteproc.
The default configuration can be found in The default configuration can be found in
:zephyr_file:`boards/phytec/phyboard_lyra_am62x/phyboard_lyra_am62x_am6234_m4_defconfig` :zephyr_file:`boards/phytec/phyboard_lyra/phyboard_lyra_am6234_m4_defconfig`
Flashing Flashing
******** ********
@ -101,7 +101,7 @@ To test the M4F core, we build the `hello_world` sample with the following comma
.. code-block:: console .. code-block:: console
# From the root of the Zephyr repository # From the root of the Zephyr repository
west build -p -b phyboard_lyra_am62x/am6234/m4 samples/hello_world west build -p -b phyboard_lyra/am6234/m4 samples/hello_world
This builds the program and the binary is present in the `build/zephyr` directory as `zephyr.elf`. This builds the program and the binary is present in the `build/zephyr` directory as `zephyr.elf`.

View file

@ -10,7 +10,7 @@
/ { / {
model = "PHYTEC phyBOARD-Lyra AM62x A53"; model = "PHYTEC phyBOARD-Lyra AM62x A53";
compatible = "phytec,am62x-a53-phyboard-lyra", "ti,am625"; compatible = "phytec,phyboard-lyra-am62xx-a53", "ti,am625";
chosen { chosen {
zephyr,console = &uart0; zephyr,console = &uart0;

View file

@ -1,4 +1,4 @@
identifier: phyboard_lyra_am62x/am6234/a53 identifier: phyboard_lyra/am6234/a53
name: PHYTEC phyBOARD-Lyra AM62x A53 name: PHYTEC phyBOARD-Lyra AM62x A53
type: mcu type: mcu
arch: arm64 arch: arm64

View file

@ -11,7 +11,7 @@
/ { / {
model = "PHYTEC phyBOARD-Lyra AM62x M4"; model = "PHYTEC phyBOARD-Lyra AM62x M4";
compatible = "phytec,am62x-m4-phyboard-lyra", "ti,am625"; compatible = "phytec,phyboard-lyra-am62xx-m4", "ti,am625";
chosen { chosen {
zephyr,sram = &sram0; zephyr,sram = &sram0;

View file

@ -1,4 +1,4 @@
identifier: phyboard_lyra_am62x/am6234/m4 identifier: phyboard_lyra/am6234/m4
name: PHYTEC phyBOARD-Lyra AM62x M4 name: PHYTEC phyBOARD-Lyra AM62x M4
type: mcu type: mcu
arch: arm arch: arm