18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides constants for the reset controller
48c2ecf20Sopenharmony_ci * based peripheral powerdown requests on the STMicroelectronics
58c2ecf20Sopenharmony_ci * STiH416 SoC.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH416
88c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_CONTROLLER_STIH416
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define STIH416_EMISS_POWERDOWN		0
118c2ecf20Sopenharmony_ci#define STIH416_NAND_POWERDOWN		1
128c2ecf20Sopenharmony_ci#define STIH416_KEYSCAN_POWERDOWN	2
138c2ecf20Sopenharmony_ci#define STIH416_USB0_POWERDOWN		3
148c2ecf20Sopenharmony_ci#define STIH416_USB1_POWERDOWN		4
158c2ecf20Sopenharmony_ci#define STIH416_USB2_POWERDOWN		5
168c2ecf20Sopenharmony_ci#define STIH416_USB3_POWERDOWN		6
178c2ecf20Sopenharmony_ci#define STIH416_SATA0_POWERDOWN		7
188c2ecf20Sopenharmony_ci#define STIH416_SATA1_POWERDOWN		8
198c2ecf20Sopenharmony_ci#define STIH416_PCIE0_POWERDOWN		9
208c2ecf20Sopenharmony_ci#define STIH416_PCIE1_POWERDOWN		10
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#define STIH416_ETH0_SOFTRESET		0
238c2ecf20Sopenharmony_ci#define STIH416_ETH1_SOFTRESET		1
248c2ecf20Sopenharmony_ci#define STIH416_IRB_SOFTRESET		2
258c2ecf20Sopenharmony_ci#define STIH416_USB0_SOFTRESET		3
268c2ecf20Sopenharmony_ci#define STIH416_USB1_SOFTRESET		4
278c2ecf20Sopenharmony_ci#define STIH416_USB2_SOFTRESET		5
288c2ecf20Sopenharmony_ci#define STIH416_USB3_SOFTRESET		6
298c2ecf20Sopenharmony_ci#define STIH416_SATA0_SOFTRESET		7
308c2ecf20Sopenharmony_ci#define STIH416_SATA1_SOFTRESET		8
318c2ecf20Sopenharmony_ci#define STIH416_PCIE0_SOFTRESET		9
328c2ecf20Sopenharmony_ci#define STIH416_PCIE1_SOFTRESET		10
338c2ecf20Sopenharmony_ci#define STIH416_AUD_DAC_SOFTRESET	11
348c2ecf20Sopenharmony_ci#define STIH416_HDTVOUT_SOFTRESET	12
358c2ecf20Sopenharmony_ci#define STIH416_VTAC_M_RX_SOFTRESET	13
368c2ecf20Sopenharmony_ci#define STIH416_VTAC_A_RX_SOFTRESET	14
378c2ecf20Sopenharmony_ci#define STIH416_SYNC_HD_SOFTRESET	15
388c2ecf20Sopenharmony_ci#define STIH416_SYNC_SD_SOFTRESET	16
398c2ecf20Sopenharmony_ci#define STIH416_BLITTER_SOFTRESET	17
408c2ecf20Sopenharmony_ci#define STIH416_GPU_SOFTRESET		18
418c2ecf20Sopenharmony_ci#define STIH416_VTAC_M_TX_SOFTRESET	19
428c2ecf20Sopenharmony_ci#define STIH416_VTAC_A_TX_SOFTRESET	20
438c2ecf20Sopenharmony_ci#define STIH416_VTG_AUX_SOFTRESET	21
448c2ecf20Sopenharmony_ci#define STIH416_JPEG_DEC_SOFTRESET	22
458c2ecf20Sopenharmony_ci#define STIH416_HVA_SOFTRESET		23
468c2ecf20Sopenharmony_ci#define STIH416_COMPO_M_SOFTRESET	24
478c2ecf20Sopenharmony_ci#define STIH416_COMPO_A_SOFTRESET	25
488c2ecf20Sopenharmony_ci#define STIH416_VP8_DEC_SOFTRESET	26
498c2ecf20Sopenharmony_ci#define STIH416_VTG_MAIN_SOFTRESET	27
508c2ecf20Sopenharmony_ci#define STIH416_KEYSCAN_SOFTRESET	28
518c2ecf20Sopenharmony_ci
528c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH416 */
53