diff options
Diffstat (limited to 'include/dt-bindings/reset/mt7621-reset.h')
-rw-r--r-- | include/dt-bindings/reset/mt7621-reset.h | 65 |
1 files changed, 33 insertions, 32 deletions
diff --git a/include/dt-bindings/reset/mt7621-reset.h b/include/dt-bindings/reset/mt7621-reset.h index 7572c6b4145..8e4341f0407 100644 --- a/include/dt-bindings/reset/mt7621-reset.h +++ b/include/dt-bindings/reset/mt7621-reset.h @@ -1,37 +1,38 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ +/* SPDX-License-Identifier: GPL-2.0 */ /* - * Copyright (c) 2021 Sergio Paracuellos - * Author: Sergio Paracuellos <sergio.paracuellos@gmail.com> + * Copyright (C) 2022 MediaTek Inc. All rights reserved. + * + * Author: Weijie Gao <weijie.gao@mediatek.com> */ -#ifndef DT_BINDING_MT7621_RESET_H -#define DT_BINDING_MT7621_RESET_H +#ifndef _DT_BINDINGS_MT7621_RESET_H_ +#define _DT_BINDINGS_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 +#define RST_PPE 31 +#define RST_SDXC 30 +#define RST_CRYPTO 29 +#define RST_AUX_STCK 28 +#define RST_PCIE2 26 +#define RST_PCIE1 25 +#define RST_PCIE0 24 +#define RST_GMAC 23 +#define RST_UART3 21 +#define RST_UART2 20 +#define RST_UART1 19 +#define RST_SPI 18 +#define RST_I2S 17 +#define RST_I2C 16 +#define RST_NFI 15 +#define RST_GDMA 14 +#define RST_PIO 13 +#define RST_PCM 11 +#define RST_MC 10 +#define RST_INTC 9 +#define RST_TIMER 8 +#define RST_SPDIFTX 7 +#define RST_FE 6 +#define RST_HSDMA 5 +#define RST_MCM 2 +#define RST_SYS 0 -#endif /* DT_BINDING_MT7621_RESET_H */ +#endif /* _DT_BINDINGS_MT7621_RESET_H_ */ |