38 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * This header provides constants for the reset controller4 * present in the Pistachio SoC5 */6 7#ifndef _PISTACHIO_RESETS_H8#define _PISTACHIO_RESETS_H9 10#define PISTACHIO_RESET_I2C0 011#define PISTACHIO_RESET_I2C1 112#define PISTACHIO_RESET_I2C2 213#define PISTACHIO_RESET_I2C3 314#define PISTACHIO_RESET_I2S_IN 415#define PISTACHIO_RESET_PRL_OUT 516#define PISTACHIO_RESET_SPDIF_OUT 617#define PISTACHIO_RESET_SPI 718#define PISTACHIO_RESET_PWM_PDM 819#define PISTACHIO_RESET_UART0 920#define PISTACHIO_RESET_UART1 1021#define PISTACHIO_RESET_QSPI 1122#define PISTACHIO_RESET_MDC 1223#define PISTACHIO_RESET_SDHOST 1324#define PISTACHIO_RESET_ETHERNET 1425#define PISTACHIO_RESET_IR 1526#define PISTACHIO_RESET_HASH 1627#define PISTACHIO_RESET_TIMER 1728#define PISTACHIO_RESET_I2S_OUT 1829#define PISTACHIO_RESET_SPDIF_IN 1930#define PISTACHIO_RESET_EVT 2031#define PISTACHIO_RESET_USB_H 2132#define PISTACHIO_RESET_USB_PR 2233#define PISTACHIO_RESET_USB_PHY_PR 2334#define PISTACHIO_RESET_USB_PHY_PON 2435#define PISTACHIO_RESET_MAX 2436 37#endif38