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:
parent
74f6ca71de
commit
5f0f7003cd
|
@ -5,8 +5,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_PHYBOARD_LYRA_AM62X
|
||||
select SOC_AM6234_A53 if BOARD_PHYBOARD_LYRA_AM62X_AM6234_A53
|
||||
select SOC_AM6234_M4 if BOARD_PHYBOARD_LYRA_AM62X_AM6234_M4
|
||||
config BOARD_PHYBOARD_LYRA
|
||||
select SOC_AM6234_A53 if BOARD_PHYBOARD_LYRA_AM6234_A53
|
||||
select SOC_AM6234_M4 if BOARD_PHYBOARD_LYRA_AM6234_M4
|
||||
help
|
||||
PHYTEC phyBOARD-Lyra AM62x M4/A53
|
|
@ -1,5 +1,5 @@
|
|||
board:
|
||||
name: phyboard_lyra_am62x
|
||||
name: phyboard_lyra
|
||||
vendor: phytec
|
||||
socs:
|
||||
- name: am6234
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
|
@ -1,4 +1,4 @@
|
|||
.. _phyboard_lyra_am62x_a53:
|
||||
.. _phyboard_lyra_am62xx_a53:
|
||||
|
||||
phyBOARD-Lyra AM62x A53 Core
|
||||
############################
|
||||
|
@ -31,7 +31,7 @@ See the `PHYTEC AM62x Product Page`_ for details.
|
|||
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:
|
||||
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
@ -83,7 +83,7 @@ You can build an application in the usual way. Refer to
|
|||
:ref:`hello_world`.
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:board: phyboard_lyra_am62x/am6234/a53
|
||||
:board: phyboard_lyra/am6234/a53
|
||||
:zephyr-app: samples/hello_world
|
||||
:goals: build
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
.. _phyboard_lyra_am62x_m4:
|
||||
.. _phyboard_lyra_am62xx_m4:
|
||||
|
||||
phyBOARD-Lyra AM62x M4F Core
|
||||
############################
|
||||
|
@ -43,7 +43,7 @@ specifications are used:
|
|||
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 |
|
||||
|
@ -87,7 +87,7 @@ cores of the SoM. These cores will then load the zephyr binary on the M4 core
|
|||
using remoteproc.
|
||||
|
||||
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
|
||||
********
|
||||
|
@ -101,7 +101,7 @@ To test the M4F core, we build the `hello_world` sample with the following comma
|
|||
.. code-block:: console
|
||||
|
||||
# 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`.
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "PHYTEC phyBOARD-Lyra AM62x A53";
|
||||
compatible = "phytec,am62x-a53-phyboard-lyra", "ti,am625";
|
||||
compatible = "phytec,phyboard-lyra-am62xx-a53", "ti,am625";
|
||||
|
||||
chosen {
|
||||
zephyr,console = &uart0;
|
|
@ -1,4 +1,4 @@
|
|||
identifier: phyboard_lyra_am62x/am6234/a53
|
||||
identifier: phyboard_lyra/am6234/a53
|
||||
name: PHYTEC phyBOARD-Lyra AM62x A53
|
||||
type: mcu
|
||||
arch: arm64
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
/ {
|
||||
model = "PHYTEC phyBOARD-Lyra AM62x M4";
|
||||
compatible = "phytec,am62x-m4-phyboard-lyra", "ti,am625";
|
||||
compatible = "phytec,phyboard-lyra-am62xx-m4", "ti,am625";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
|
@ -1,4 +1,4 @@
|
|||
identifier: phyboard_lyra_am62x/am6234/m4
|
||||
identifier: phyboard_lyra/am6234/m4
|
||||
name: PHYTEC phyBOARD-Lyra AM62x M4
|
||||
type: mcu
|
||||
arch: arm
|
Loading…
Reference in a new issue