Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16-rc6 25 lines 640 B view raw
1/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ 2/* 3 * Copyright (C) 2024 Arm Ltd. 4 */ 5 6#ifndef _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_ 7#define _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_ 8 9#define RST_BUS_R_TIMER 0 10#define RST_BUS_R_TWD 1 11#define RST_BUS_R_PWMCTRL 2 12#define RST_BUS_R_SPI 3 13#define RST_BUS_R_SPINLOCK 4 14#define RST_BUS_R_MSGBOX 5 15#define RST_BUS_R_UART0 6 16#define RST_BUS_R_UART1 7 17#define RST_BUS_R_I2C0 8 18#define RST_BUS_R_I2C1 9 19#define RST_BUS_R_I2C2 10 20#define RST_BUS_R_PPU1 11 21#define RST_BUS_R_IR_RX 12 22#define RST_BUS_R_RTC 13 23#define RST_BUS_R_CPUCFG 14 24 25#endif /* _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_ */