aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rk3568
diff options
context:
space:
mode:
authorJoseph Chen <chenjh@rock-chips.com>2021-06-02 15:58:25 +0800
committerKever Yang <kever.yang@rock-chips.com>2021-06-18 14:36:24 +0800
commit2a950e3ba5063a6c23bdcde2d5224ffb9abb5a93 (patch)
treeb4002647ce28ff8b227568125dc69b913fc00d2c /arch/arm/include/asm/arch-rk3568
parent2d46775287e3e421e5c1369ddc04626ccf52c23d (diff)
downloadu-boot-2a950e3ba5063a6c23bdcde2d5224ffb9abb5a93.zip
u-boot-2a950e3ba5063a6c23bdcde2d5224ffb9abb5a93.tar.gz
u-boot-2a950e3ba5063a6c23bdcde2d5224ffb9abb5a93.tar.bz2
rockchip: Add rk3568 architecture core
RK3568 is a high-performance and low power quad-core application processor designed for personal mobile internet device and AIoT equipments. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/include/asm/arch-rk3568')
-rw-r--r--arch/arm/include/asm/arch-rk3568/boot0.h11
-rw-r--r--arch/arm/include/asm/arch-rk3568/gpio.h11
2 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rk3568/boot0.h b/arch/arm/include/asm/arch-rk3568/boot0.h
new file mode 100644
index 0000000..dea2b20
--- /dev/null
+++ b/arch/arm/include/asm/arch-rk3568/boot0.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2021 Rockchip Electronics Co., Ltd
+ */
+
+#ifndef __ASM_ARCH_BOOT0_H__
+#define __ASM_ARCH_BOOT0_H__
+
+#include <asm/arch-rockchip/boot0.h>
+
+#endif
diff --git a/arch/arm/include/asm/arch-rk3568/gpio.h b/arch/arm/include/asm/arch-rk3568/gpio.h
new file mode 100644
index 0000000..b48c0a5
--- /dev/null
+++ b/arch/arm/include/asm/arch-rk3568/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