1*6be33864SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*6be33864SEmmanuel Vadot /* 3*6be33864SEmmanuel Vadot * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com> 4*6be33864SEmmanuel Vadot */ 5*6be33864SEmmanuel Vadot 6*6be33864SEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_ 7*6be33864SEmmanuel Vadot #define _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_ 8*6be33864SEmmanuel Vadot 9*6be33864SEmmanuel Vadot #define CLK_R_APB1 2 10*6be33864SEmmanuel Vadot 11*6be33864SEmmanuel Vadot #define CLK_R_APB1_TIMER 4 12*6be33864SEmmanuel Vadot #define CLK_R_APB1_TWD 5 13*6be33864SEmmanuel Vadot #define CLK_R_APB1_PWM 6 14*6be33864SEmmanuel Vadot #define CLK_R_APB1_BUS_PWM 7 15*6be33864SEmmanuel Vadot #define CLK_R_APB1_PPU 8 16*6be33864SEmmanuel Vadot #define CLK_R_APB2_UART 9 17*6be33864SEmmanuel Vadot #define CLK_R_APB2_I2C0 10 18*6be33864SEmmanuel Vadot #define CLK_R_APB2_I2C1 11 19*6be33864SEmmanuel Vadot #define CLK_R_APB1_IR 12 20*6be33864SEmmanuel Vadot #define CLK_R_APB1_BUS_IR 13 21*6be33864SEmmanuel Vadot #define CLK_R_AHB_BUS_RTC 14 22*6be33864SEmmanuel Vadot 23*6be33864SEmmanuel Vadot #endif /* _DT_BINDINGS_CLK_SUN50I_A100_R_CCU_H_ */ 24