linux/include/dt-bindings/reset/pistachio-resets.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * This header provides constants for the reset controller
 * present in the Pistachio SoC
 */

#ifndef _PISTACHIO_RESETS_H
#define _PISTACHIO_RESETS_H

#define PISTACHIO_RESET_I2C0
#define PISTACHIO_RESET_I2C1
#define PISTACHIO_RESET_I2C2
#define PISTACHIO_RESET_I2C3
#define PISTACHIO_RESET_I2S_IN
#define PISTACHIO_RESET_PRL_OUT
#define PISTACHIO_RESET_SPDIF_OUT
#define PISTACHIO_RESET_SPI
#define PISTACHIO_RESET_PWM_PDM
#define PISTACHIO_RESET_UART0
#define PISTACHIO_RESET_UART1
#define PISTACHIO_RESET_QSPI
#define PISTACHIO_RESET_MDC
#define PISTACHIO_RESET_SDHOST
#define PISTACHIO_RESET_ETHERNET
#define PISTACHIO_RESET_IR
#define PISTACHIO_RESET_HASH
#define PISTACHIO_RESET_TIMER
#define PISTACHIO_RESET_I2S_OUT
#define PISTACHIO_RESET_SPDIF_IN
#define PISTACHIO_RESET_EVT
#define PISTACHIO_RESET_USB_H
#define PISTACHIO_RESET_USB_PR
#define PISTACHIO_RESET_USB_PHY_PR
#define PISTACHIO_RESET_USB_PHY_PON
#define PISTACHIO_RESET_MAX

#endif