1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 /* 3 * Copyright 2026 Cix Technology Group Co., Ltd. 4 */ 5 #ifndef DT_BINDINGS_RESET_CIX_SKY1_AUDSS_CRU_H 6 #define DT_BINDINGS_RESET_CIX_SKY1_AUDSS_CRU_H 7 8 #define AUDSS_I2S0_SW_RST 0 9 #define AUDSS_I2S1_SW_RST 1 10 #define AUDSS_I2S2_SW_RST 2 11 #define AUDSS_I2S3_SW_RST 3 12 #define AUDSS_I2S4_SW_RST 4 13 #define AUDSS_I2S5_SW_RST 5 14 #define AUDSS_I2S6_SW_RST 6 15 #define AUDSS_I2S7_SW_RST 7 16 #define AUDSS_I2S8_SW_RST 8 17 #define AUDSS_I2S9_SW_RST 9 18 #define AUDSS_WDT_SW_RST 10 19 #define AUDSS_TIMER_SW_RST 11 20 #define AUDSS_MB0_SW_RST 12 21 #define AUDSS_MB1_SW_RST 13 22 #define AUDSS_HDA_SW_RST 14 23 #define AUDSS_DMAC_SW_RST 15 24 25 #endif 26