xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/sdram_rk3562.h (revision 56f7d184f8d48bed25d50c0c4aa829cf44814248)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2022 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef _ASM_ARCH_SDRAM_RK3562_H
7 #define _ASM_ARCH_SDRAM_RK3562_H
8 
9 #include <asm/arch-rockchip/sdram.h>
10 #include <asm/arch-rockchip/sdram_common.h>
11 
12 #endif /* _ASM_ARCH_SDRAM_RK3562_H */
13