1 /* $NetBSD: sun50i-h6-r-ccu.h,v 1.1.1.2 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */ 4 /* 5 * Copyright (C) 2016 Icenowy Zheng <icenowy (at) aosc.xyz> 6 */ 7 8 #ifndef _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ 9 #define _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ 10 11 #define RST_R_APB1_TIMER 0 12 #define RST_R_APB1_TWD 1 13 #define RST_R_APB1_PWM 2 14 #define RST_R_APB2_UART 3 15 #define RST_R_APB2_I2C 4 16 #define RST_R_APB1_IR 5 17 #define RST_R_APB1_W1 6 18 #define RST_R_APB2_RSB 7 19 20 #endif /* _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ */ 21