Files
cubelinux-kernel/include/dt-bindings/reset/mt7621-reset.h
T
Greg Kroah-Hartman 598cf27219 Linux 6.19.3
Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Brett A C Sheffield <bacs@librecast.net>
Tested-by: Mark Brown <broonie@kernel.org>
Tested-by: Luna Jernberg <droidbittin@gmail.com>
Tested-by: Ronald Warsow <rwarsow@gmx.de>
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-02-19 16:33:27 +01:00

38 lines
993 B
C

/* 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 */