19 lines · c
1/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */2/*3 * Copyright (C) 2016 Icenowy Zheng <icenowy@aosc.xyz>4 */5 6#ifndef _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_7#define _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_8 9#define RST_R_APB1_TIMER 010#define RST_R_APB1_TWD 111#define RST_R_APB1_PWM 212#define RST_R_APB2_UART 313#define RST_R_APB2_I2C 414#define RST_R_APB1_IR 515#define RST_R_APB1_W1 616#define RST_R_APB2_RSB 717 18#endif /* _DT_BINDINGS_RST_SUN50I_H6_R_CCU_H_ */19