1 1.1 jmcneill /* $NetBSD: rk3066a-cru.h,v 1.1.1.2 2020/01/03 14:33:04 skrll Exp $ */ 2 1.1 jmcneill 3 1.1.1.2 skrll /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 1.1 jmcneill /* 5 1.1 jmcneill * Copyright (c) 2014 MundoReader S.L. 6 1.1 jmcneill * Author: Heiko Stuebner <heiko (at) sntech.de> 7 1.1 jmcneill */ 8 1.1 jmcneill 9 1.1 jmcneill #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3066A_H 10 1.1 jmcneill #define _DT_BINDINGS_CLK_ROCKCHIP_RK3066A_H 11 1.1 jmcneill 12 1.1 jmcneill #include <dt-bindings/clock/rk3188-cru-common.h> 13 1.1 jmcneill 14 1.1 jmcneill /* soft-reset indices */ 15 1.1 jmcneill #define SRST_SRST1 0 16 1.1 jmcneill #define SRST_SRST2 1 17 1.1 jmcneill 18 1.1 jmcneill #define SRST_L2MEM 18 19 1.1 jmcneill #define SRST_I2S0 23 20 1.1 jmcneill #define SRST_I2S1 24 21 1.1 jmcneill #define SRST_I2S2 25 22 1.1 jmcneill #define SRST_TIMER2 29 23 1.1 jmcneill 24 1.1 jmcneill #define SRST_GPIO4 36 25 1.1 jmcneill #define SRST_GPIO6 38 26 1.1 jmcneill 27 1.1 jmcneill #define SRST_TSADC 92 28 1.1 jmcneill 29 1.1 jmcneill #define SRST_HDMI 96 30 1.1 jmcneill #define SRST_HDMI_APB 97 31 1.1 jmcneill #define SRST_CIF1 111 32 1.1 jmcneill 33 1.1 jmcneill #endif 34