boards: arm64: rcar_salvator_xs_m3: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-07 15:06:21 +00:00
committed by Carles Cufi
parent b7cc30aaea
commit 3801216b8d
9 changed files with 20 additions and 21 deletions

View File

@@ -1,6 +0,0 @@
# Copyright (c) 2023 EPAM Systems
# SPDX-License-Identifier: Apache-2.0
config BOARD_RCAR_SALVATOR_XS_M3
bool "Renesas Salvator XS M3"
depends on SOC_R8A77961

View File

@@ -1,12 +1,9 @@
# Copyright (c) 2023 EPAM Systems
# SPDX-License-Identifier: Apache-2.0
if BOARD_RCAR_SALVATOR_XS_M3
config BOARD
default "rcar_salvator_xs_m3"
if BOARD_RCAR_SALVATOR_XS
config BUILD_OUTPUT_BIN
default y
endif # BOARD_RCAR_SALVATOR_XS_M3
endif # BOARD_RCAR_SALVATOR_XS

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2023 EPAM Systems
# SPDX-License-Identifier: Apache-2.0
config BOARD_RCAR_SALVATOR_XS
select SOC_R8A77961

View File

@@ -0,0 +1,5 @@
board:
name: rcar_salvator_xs
vendor: Renesas
socs:
- name: r8a77961

View File

@@ -1,4 +1,4 @@
.. _rcar_salvator_xs_m3:
.. _rcar_salvator_xs:
R-CAR Salvator XS M3 ARM CA57 (ARMv8)
#####################################
@@ -31,7 +31,7 @@ The R-Car M3-W includes:
Supported Features
==================
The Renesas rcar_salvator_xs_m3 board configuration supports the following
The Renesas rcar_salvator_xs board configuration supports the following
hardware features:
+-----------+------------------------------+--------------------------------+
@@ -46,9 +46,8 @@ hardware features:
Other hardware features have not been enabled yet for this board.
The default configuration can be found in the defconfig file:
``boards/arm64/rcar_salvator_xs_m3/rcar_salvator_xs_m3_defconfig``
The default configuration can be found in
:zephyr_file:`boards/renesas/rcar_salvator_xs/rcar_salvator_xs_defconfig`
Programming and Debugging
*************************

View File

@@ -8,7 +8,7 @@
/dts-v1/;
#include <mem.h>
#include <arm64/renesas/r8a77961.dtsi>
#include "salvator_xs_m3-pinctrl.dtsi"
#include "rcar_salvator_xs-pinctrl.dtsi"
/ {
model = "Salvator XS M3";

View File

@@ -1,4 +1,4 @@
identifier: rcar_salvator_xs_m3
identifier: rcar_salvator_xs
name: Renesas Salvator XS M3 based on r8a77961
type: mcu
arch: arm64

View File

@@ -1,6 +1,5 @@
CONFIG_SOC_R8A77961=y
CONFIG_SOC_SERIES_RCAR_GEN3=y
CONFIG_BOARD_RCAR_SALVATOR_XS_M3=y
# Copyright (c) 2023 EPAM Systems
# SPDX-License-Identifier: Apache-2.0
# Cache management
CONFIG_CACHE_MANAGEMENT=y