19 lines · c
1/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */2/*3 * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com>4 */5 6#ifndef _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_7#define _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_8 9#define RST_R_APB1_TIMER 010#define RST_R_APB1_BUS_PWM 111#define RST_R_APB1_PPU 212#define RST_R_APB2_UART 313#define RST_R_APB2_I2C0 414#define RST_R_APB2_I2C1 515#define RST_R_APB1_BUS_IR 616#define RST_R_AHB_BUS_RTC 717 18#endif /* _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_ */19