Path: blob/master/include/dt-bindings/reset/cix,sky1-system-control.h
170891 views
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */1/* Author: Jerry Zhu <[email protected]> */2#ifndef DT_BINDING_RESET_CIX_SKY1_SYSTEM_CONTROL_H3#define DT_BINDING_RESET_CIX_SKY1_SYSTEM_CONTROL_H45/* func reset for sky1 fch */6#define SW_I3C0_RST_FUNC_G_N 07#define SW_I3C0_RST_FUNC_I_N 18#define SW_I3C1_RST_FUNC_G_N 29#define SW_I3C1_RST_FUNC_I_N 310#define SW_UART0_RST_FUNC_N 411#define SW_UART1_RST_FUNC_N 512#define SW_UART2_RST_FUNC_N 613#define SW_UART3_RST_FUNC_N 714#define SW_TIMER_RST_FUNC_N 81516/* apb reset for sky1 fch */17#define SW_I3C0_RST_APB_N 918#define SW_I3C1_RST_APB_N 1019#define SW_DMA_RST_AXI_N 1120#define SW_UART0_RST_APB_N 1221#define SW_UART1_RST_APB_N 1322#define SW_UART2_RST_APB_N 1423#define SW_UART3_RST_APB_N 1524#define SW_SPI0_RST_APB_N 1625#define SW_SPI1_RST_APB_N 1726#define SW_I2C0_RST_APB_N 1827#define SW_I2C1_RST_APB_N 1928#define SW_I2C2_RST_APB_N 2029#define SW_I2C3_RST_APB_N 2130#define SW_I2C4_RST_APB_N 2231#define SW_I2C5_RST_APB_N 2332#define SW_I2C6_RST_APB_N 2433#define SW_I2C7_RST_APB_N 2534#define SW_GPIO_RST_APB_N 263536/* fch rst for xspi */37#define SW_XSPI_REG_RST_N 2738#define SW_XSPI_SYS_RST_N 283940#endif414243