4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-05 06:44:35 +08:00

19 lines
474 B
C
Raw Normal View History

/* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
/*
* Copyright (C) 2020 huangzhenwei@allwinnertech.com
*/
#ifndef _DT_BINDINGS_RST_SUN8IW20_R_CCU_H_
#define _DT_BINDINGS_RST_SUN8IW20_R_CCU_H_
#define RST_R_APB0_TIMER 0
#define RST_R_APB0_TWD 1
#define RST_R_PPU 2
#define RST_R_APB0_BUS_IRRX 3
#define RST_R_AHB_BUS_RTC 4
#define RST_R_APB0_CPUCFG 5
#define RST_R_BUS_NUMBER (RST_R_APB0_CPUCFG + 1)
#endif /* _DT_BINDINGS_RST_SUN8IW20_R_CCU_H_ */