File: sun55i-a523-r-ccu.h

package info (click to toggle)
linux 6.17.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,734,348 kB
  • sloc: ansic: 26,679,111; asm: 271,215; sh: 147,319; python: 75,916; makefile: 57,295; perl: 36,942; xml: 19,562; cpp: 5,899; yacc: 4,909; lex: 2,943; awk: 1,556; sed: 29; ruby: 25
file content (26 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
/*
 * Copyright (C) 2024 Arm Ltd.
 */

#ifndef _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_
#define _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_

#define RST_BUS_R_TIMER		0
#define RST_BUS_R_TWD		1
#define RST_BUS_R_PWMCTRL	2
#define RST_BUS_R_SPI		3
#define RST_BUS_R_SPINLOCK	4
#define RST_BUS_R_MSGBOX	5
#define RST_BUS_R_UART0		6
#define RST_BUS_R_UART1		7
#define RST_BUS_R_I2C0		8
#define RST_BUS_R_I2C1		9
#define RST_BUS_R_I2C2		10
#define RST_BUS_R_PPU1		11
#define RST_BUS_R_IR_RX		12
#define RST_BUS_R_RTC		13
#define RST_BUS_R_CPUCFG	14
#define RST_BUS_R_PPU0		15

#endif /* _DT_BINDINGS_RST_SUN55I_A523_R_CCU_H_ */