11.1Sskrll/*	$NetBSD: imx8ulp-pcc-reset.h,v 1.1.1.1 2026/01/18 05:21:54 skrll Exp $	*/
21.1Sskrll
31.1Sskrll/* SPDX-License-Identifier: GPL-2.0-only */
41.1Sskrll/*
51.1Sskrll * Copyright 2021 NXP
61.1Sskrll */
71.1Sskrll
81.1Sskrll#ifndef DT_BINDING_PCC_RESET_IMX8ULP_H
91.1Sskrll#define DT_BINDING_PCC_RESET_IMX8ULP_H
101.1Sskrll
111.1Sskrll/* PCC3 */
121.1Sskrll#define PCC3_WDOG3_SWRST	0
131.1Sskrll#define PCC3_WDOG4_SWRST	1
141.1Sskrll#define PCC3_LPIT1_SWRST	2
151.1Sskrll#define PCC3_TPM4_SWRST		3
161.1Sskrll#define PCC3_TPM5_SWRST		4
171.1Sskrll#define PCC3_FLEXIO1_SWRST	5
181.1Sskrll#define PCC3_I3C2_SWRST		6
191.1Sskrll#define PCC3_LPI2C4_SWRST	7
201.1Sskrll#define PCC3_LPI2C5_SWRST	8
211.1Sskrll#define PCC3_LPUART4_SWRST	9
221.1Sskrll#define PCC3_LPUART5_SWRST	10
231.1Sskrll#define PCC3_LPSPI4_SWRST	11
241.1Sskrll#define PCC3_LPSPI5_SWRST	12
251.1Sskrll
261.1Sskrll/* PCC4 */
271.1Sskrll#define PCC4_FLEXSPI2_SWRST	0
281.1Sskrll#define PCC4_TPM6_SWRST		1
291.1Sskrll#define PCC4_TPM7_SWRST		2
301.1Sskrll#define PCC4_LPI2C6_SWRST	3
311.1Sskrll#define PCC4_LPI2C7_SWRST	4
321.1Sskrll#define PCC4_LPUART6_SWRST	5
331.1Sskrll#define PCC4_LPUART7_SWRST	6
341.1Sskrll#define PCC4_SAI4_SWRST		7
351.1Sskrll#define PCC4_SAI5_SWRST		8
361.1Sskrll#define PCC4_USDHC0_SWRST	9
371.1Sskrll#define PCC4_USDHC1_SWRST	10
381.1Sskrll#define PCC4_USDHC2_SWRST	11
391.1Sskrll#define PCC4_USB0_SWRST		12
401.1Sskrll#define PCC4_USB0_PHY_SWRST	13
411.1Sskrll#define PCC4_USB1_SWRST		14
421.1Sskrll#define PCC4_USB1_PHY_SWRST	15
431.1Sskrll#define PCC4_ENET_SWRST		16
441.1Sskrll
451.1Sskrll/* PCC5 */
461.1Sskrll#define PCC5_TPM8_SWRST		0
471.1Sskrll#define PCC5_SAI6_SWRST		1
481.1Sskrll#define PCC5_SAI7_SWRST		2
491.1Sskrll#define PCC5_SPDIF_SWRST	3
501.1Sskrll#define PCC5_ISI_SWRST		4
511.1Sskrll#define PCC5_CSI_REGS_SWRST	5
521.1Sskrll#define PCC5_CSI_SWRST		6
531.1Sskrll#define PCC5_DSI_SWRST		7
541.1Sskrll#define PCC5_WDOG5_SWRST	8
551.1Sskrll#define PCC5_EPDC_SWRST		9
561.1Sskrll#define PCC5_PXP_SWRST		10
571.1Sskrll#define PCC5_GPU2D_SWRST	11
581.1Sskrll#define PCC5_GPU3D_SWRST	12
591.1Sskrll#define PCC5_DC_NANO_SWRST	13
601.1Sskrll
611.1Sskrll#endif /*DT_BINDING_RESET_IMX8ULP_H */
62