File: mt7621-reset.h

package info (click to toggle)
linux 6.12.43-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,676,260 kB
  • sloc: ansic: 25,921,022; asm: 269,579; sh: 136,424; python: 65,440; makefile: 55,721; perl: 37,752; xml: 19,284; cpp: 5,895; yacc: 4,927; lex: 2,939; awk: 1,594; sed: 28; ruby: 25
file content (37 lines) | stat: -rw-r--r-- 993 bytes parent folder | download | duplicates (13)
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
27
28
29
30
31
32
33
34
35
36
37
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/*
 * Copyright (c) 2021 Sergio Paracuellos
 * Author: Sergio Paracuellos <sergio.paracuellos@gmail.com>
 */

#ifndef DT_BINDING_MT7621_RESET_H
#define DT_BINDING_MT7621_RESET_H

#define MT7621_RST_SYS		0
#define MT7621_RST_MCM		2
#define MT7621_RST_HSDMA	5
#define MT7621_RST_FE		6
#define MT7621_RST_SPDIFTX	7
#define MT7621_RST_TIMER	8
#define MT7621_RST_INT		9
#define MT7621_RST_MC		10
#define MT7621_RST_PCM		11
#define MT7621_RST_PIO		13
#define MT7621_RST_GDMA		14
#define MT7621_RST_NFI		15
#define MT7621_RST_I2C		16
#define MT7621_RST_I2S		17
#define MT7621_RST_SPI		18
#define MT7621_RST_UART1	19
#define MT7621_RST_UART2	20
#define MT7621_RST_UART3	21
#define MT7621_RST_ETH		23
#define MT7621_RST_PCIE0	24
#define MT7621_RST_PCIE1	25
#define MT7621_RST_PCIE2	26
#define MT7621_RST_AUX_STCK	28
#define MT7621_RST_CRYPTO	29
#define MT7621_RST_SDXC		30
#define MT7621_RST_PPE		31

#endif /* DT_BINDING_MT7621_RESET_H */