Add support for Raspberry Pi 5. Currently only internal GPIO(gio_aon) is supported. 'Blinky' is the only sample that is working for now. Signed-off-by: Junho Lee <junho@tsnlab.com>
5 lines
124 B
Text
5 lines
124 B
Text
# Copyright 2024 Junho Lee <junho@tsnlab.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_RPI_5
|
|
select SOC_BCM2712
|