Browse Source

boards: arm64: rpi_4b: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago
parent
commit
34412f7fe2
  1. 0
      boards/v2/raspberrypi/rpi_4b/CMakeLists.txt
  2. 4
      boards/v2/raspberrypi/rpi_4b/Kconfig.defconfig
  3. 3
      boards/v2/raspberrypi/rpi_4b/Kconfig.rpi_4b
  4. 0
      boards/v2/raspberrypi/rpi_4b/board.cmake
  5. 5
      boards/v2/raspberrypi/rpi_4b/board.yml
  6. 0
      boards/v2/raspberrypi/rpi_4b/doc/index.rst
  7. 0
      boards/v2/raspberrypi/rpi_4b/rpi_4b.dts
  8. 0
      boards/v2/raspberrypi/rpi_4b/rpi_4b.yaml
  9. 2
      boards/v2/raspberrypi/rpi_4b/rpi_4b_defconfig

0
boards/arm64/rpi_4b/CMakeLists.txt → boards/v2/raspberrypi/rpi_4b/CMakeLists.txt

4
boards/arm64/rpi_4b/Kconfig.defconfig → boards/v2/raspberrypi/rpi_4b/Kconfig.defconfig

@ -1,6 +1,2 @@ @@ -1,6 +1,2 @@
# Copyright 2023 honglin leng <a909204013@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config BOARD
default "Raspberry Pi 4 Model B"
depends on BOARD_RPI_4B

3
boards/arm64/rpi_4b/Kconfig.board → boards/v2/raspberrypi/rpi_4b/Kconfig.rpi_4b

@ -2,5 +2,4 @@ @@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_RPI_4B
bool "Broadcom BCM2711"
depends on SOC_BCM2711
select SOC_BCM2711

0
boards/arm64/rpi_4b/board.cmake → boards/v2/raspberrypi/rpi_4b/board.cmake

5
boards/v2/raspberrypi/rpi_4b/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: rpi_4b
vendor: Raspberry Pi
socs:
- name: bcm2711

0
boards/arm64/rpi_4b/doc/index.rst → boards/v2/raspberrypi/rpi_4b/doc/index.rst

0
boards/arm64/rpi_4b/rpi_4b.dts → boards/v2/raspberrypi/rpi_4b/rpi_4b.dts

0
boards/arm64/rpi_4b/rpi_4b.yaml → boards/v2/raspberrypi/rpi_4b/rpi_4b.yaml

2
boards/arm64/rpi_4b/rpi_4b_defconfig → boards/v2/raspberrypi/rpi_4b/rpi_4b_defconfig

@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Platform Configuration
CONFIG_SOC_BCM2711=y
CONFIG_BOARD_RPI_4B=y
CONFIG_ARM64_VA_BITS_36=y
CONFIG_ARM64_PA_BITS_36=y
Loading…
Cancel
Save