xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/grf_rv1106.h (revision 1e890c7070a4327edda488973f9d4e7add3f4de5)
1 /*
2  * (C) Copyright 2022 Rockchip Electronics Co., Ltd.
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 #ifndef _ASM_ARCH_GRF_RV1106_H
7 #define _ASM_ARCH_GRF_RV1106_H
8 
9 #include <common.h>
10 
11 struct rv1106_grf {
12 	unsigned int reserved0[0x060000 / 4];
13 	unsigned int gmac_con0;
14 	unsigned int gmac_clk_con;
15 	unsigned int gmac_st;
16 	unsigned int tsadc_con;
17 	unsigned int otp_con;
18 	unsigned int rga_noc;
19 	unsigned int vo_mem;
20 	unsigned int sdio_con0;
21 	unsigned int sdio_co1;
22 	unsigned int sdio_ram_clhgat_dis;
23 	unsigned int macphy_con0;
24 	unsigned int macphy_con1;
25 	unsigned int vop_qos;
26 	unsigned int vop_pipe_bypass;
27 };
28 
29 check_member(rv1106_grf, vop_pipe_bypass, 0x60034);
30 #endif
31