mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 05:31:31 +02:00
Rockchip RK3528 is a ARM-based SoC with quad-core Cortex-A53. Add initial arch support for the RK3528 SoC. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
10 lines
202 B
C
10 lines
202 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/* Copyright Contributors to the U-Boot project. */
|
|
|
|
#ifndef __ASM_ARCH_GPIO_H__
|
|
#define __ASM_ARCH_GPIO_H__
|
|
|
|
#include <asm/arch-rockchip/gpio.h>
|
|
|
|
#endif
|