18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ or MIT) */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com> 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_ 78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define RST_R_APB1_TIMER 0 108c2ecf20Sopenharmony_ci#define RST_R_APB1_BUS_PWM 1 118c2ecf20Sopenharmony_ci#define RST_R_APB1_PPU 2 128c2ecf20Sopenharmony_ci#define RST_R_APB2_UART 3 138c2ecf20Sopenharmony_ci#define RST_R_APB2_I2C0 4 148c2ecf20Sopenharmony_ci#define RST_R_APB2_I2C1 5 158c2ecf20Sopenharmony_ci#define RST_R_APB1_BUS_IR 6 168c2ecf20Sopenharmony_ci#define RST_R_AHB_BUS_RTC 7 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_RST_SUN50I_A100_R_CCU_H_ */ 19