Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
14 changed files with 17 additions and 23 deletions
@ -1,6 +0,0 @@
@@ -1,6 +0,0 @@
|
||||
# Copyright (c) 2022 BayLibre, SAS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RCAR_H3_SALVATORX_CR7 |
||||
bool "Cortex-R7 for Renesas H3 Salvator-X" |
||||
depends on SOC_R8A77951 |
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
# Copyright (c) 2022 BayLibre, SAS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_RCAR_H3_SALVATORX_CR7 |
||||
config BOARD |
||||
default "rcar_h3_salvatorx_cr7" |
||||
endif # BOARD_RCAR_H3_SALVATORX_CR7 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2022 BayLibre, SAS |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RCAR_SALVATOR_X |
||||
select SOC_R8A77951_R7 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: rcar_salvator_x |
||||
vendor: Renesas |
||||
socs: |
||||
- name: r8a77951 |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: rcar_h3_salvatorx_cr7 |
||||
identifier: rcar_salvator_x/r8a77951/r7 |
||||
name: Cortex r7 for Renesas H3 Salvator-X |
||||
type: mcu |
||||
arch: arm |
@ -1,6 +1,3 @@
@@ -1,6 +1,3 @@
|
||||
CONFIG_SOC_R8A77951=y |
||||
CONFIG_SOC_SERIES_RCAR_GEN3=y |
||||
CONFIG_BOARD_RCAR_H3_SALVATORX_CR7=y |
||||
CONFIG_CLOCK_CONTROL=y |
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32000 |
||||
CONFIG_CONSOLE=y |
Loading…
Reference in new issue