18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com> 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_ 78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define CLK_R_APB1 2 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define CLK_R_APB1_TIMER 4 128c2ecf20Sopenharmony_ci#define CLK_R_APB1_TWD 5 138c2ecf20Sopenharmony_ci#define CLK_R_APB1_PWM 6 148c2ecf20Sopenharmony_ci#define CLK_R_APB1_BUS_PWM 7 158c2ecf20Sopenharmony_ci#define CLK_R_APB1_PPU 8 168c2ecf20Sopenharmony_ci#define CLK_R_APB2_UART 9 178c2ecf20Sopenharmony_ci#define CLK_R_APB2_I2C0 10 188c2ecf20Sopenharmony_ci#define CLK_R_APB2_I2C1 11 198c2ecf20Sopenharmony_ci#define CLK_R_APB1_IR 12 208c2ecf20Sopenharmony_ci#define CLK_R_APB1_BUS_IR 13 218c2ecf20Sopenharmony_ci#define CLK_R_AHB_BUS_RTC 14 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_ */ 24