162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2021 Sergio Paracuellos 462306a36Sopenharmony_ci * Author: Sergio Paracuellos <sergio.paracuellos@gmail.com> 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef DT_BINDING_MT7621_RESET_H 862306a36Sopenharmony_ci#define DT_BINDING_MT7621_RESET_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#define MT7621_RST_SYS 0 1162306a36Sopenharmony_ci#define MT7621_RST_MCM 2 1262306a36Sopenharmony_ci#define MT7621_RST_HSDMA 5 1362306a36Sopenharmony_ci#define MT7621_RST_FE 6 1462306a36Sopenharmony_ci#define MT7621_RST_SPDIFTX 7 1562306a36Sopenharmony_ci#define MT7621_RST_TIMER 8 1662306a36Sopenharmony_ci#define MT7621_RST_INT 9 1762306a36Sopenharmony_ci#define MT7621_RST_MC 10 1862306a36Sopenharmony_ci#define MT7621_RST_PCM 11 1962306a36Sopenharmony_ci#define MT7621_RST_PIO 13 2062306a36Sopenharmony_ci#define MT7621_RST_GDMA 14 2162306a36Sopenharmony_ci#define MT7621_RST_NFI 15 2262306a36Sopenharmony_ci#define MT7621_RST_I2C 16 2362306a36Sopenharmony_ci#define MT7621_RST_I2S 17 2462306a36Sopenharmony_ci#define MT7621_RST_SPI 18 2562306a36Sopenharmony_ci#define MT7621_RST_UART1 19 2662306a36Sopenharmony_ci#define MT7621_RST_UART2 20 2762306a36Sopenharmony_ci#define MT7621_RST_UART3 21 2862306a36Sopenharmony_ci#define MT7621_RST_ETH 23 2962306a36Sopenharmony_ci#define MT7621_RST_PCIE0 24 3062306a36Sopenharmony_ci#define MT7621_RST_PCIE1 25 3162306a36Sopenharmony_ci#define MT7621_RST_PCIE2 26 3262306a36Sopenharmony_ci#define MT7621_RST_AUX_STCK 28 3362306a36Sopenharmony_ci#define MT7621_RST_CRYPTO 29 3462306a36Sopenharmony_ci#define MT7621_RST_SDXC 30 3562306a36Sopenharmony_ci#define MT7621_RST_PPE 31 3662306a36Sopenharmony_ci 3762306a36Sopenharmony_ci#endif /* DT_BINDING_MT7621_RESET_H */ 38