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:
committed by
Carles Cufi
parent
b7cc30aaea
commit
3801216b8d
@@ -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
|
||||
@@ -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
|
||||
5
boards/renesas/rcar_salvator_xs/Kconfig.rcar_salvator_xs
Normal file
5
boards/renesas/rcar_salvator_xs/Kconfig.rcar_salvator_xs
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2023 EPAM Systems
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_RCAR_SALVATOR_XS
|
||||
select SOC_R8A77961
|
||||
5
boards/renesas/rcar_salvator_xs/board.yml
Normal file
5
boards/renesas/rcar_salvator_xs/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: rcar_salvator_xs
|
||||
vendor: Renesas
|
||||
socs:
|
||||
- name: r8a77961
|
||||
@@ -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
|
||||
*************************
|
||||
@@ -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";
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user