summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rk3576/gpio.h
diff options
context:
space:
mode:
authorXuhui Lin <xuhui.lin@rock-chips.com>2025-04-15 23:51:16 +0200
committerKever Yang <kever.yang@rock-chips.com>2025-04-23 22:12:05 +0800
commite59cd9cb3d6883172f1c635a50008de9f8c6e69e (patch)
tree3f47c5f801fe5edf57f2ca13e42b20eda8da1f60 /arch/arm/include/asm/arch-rk3576/gpio.h
parentec8c6fb0a66180258d1e1a724f774a5334685c02 (diff)
arm: rockchip: Add RK3576 arch core support
The Rockchip RK3576 is a ARM-based SoC with quad-core Cortex-A72 and quad-core Cortex-A53 including 6TOPS NPU, Mali-G52 MC3, HDMI Out, DP, eDP, MIPI DSI, MIPI CSI2, LPDDR4/4X/5, eMMC5.1, SD3.0/MMC4.5, UFS, USB OTG 3.0, Type-C, USB 2.0, PCIe 2.1, SATA 3, Ethernet, SDIO3.0, I2C, UART, SPI, GPIO and PWM. Add arch core support for it. Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com> [adapted for mainline u-boot] Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/include/asm/arch-rk3576/gpio.h')
-rw-r--r--arch/arm/include/asm/arch-rk3576/gpio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rk3576/gpio.h b/arch/arm/include/asm/arch-rk3576/gpio.h
new file mode 100644
index 00000000000..b48c0a5cf84
--- /dev/null
+++ b/arch/arm/include/asm/arch-rk3576/gpio.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2021 Rockchip Electronics Co., Ltd
+ */
+
+#ifndef __ASM_ARCH_GPIO_H__
+#define __ASM_ARCH_GPIO_H__
+
+#include <asm/arch-rockchip/gpio.h>
+
+#endif