1*f126890aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*f126890aSEmmanuel Vadot /* 3*f126890aSEmmanuel Vadot * Copyright (C) 2023 Nuvoton Technologies. 4*f126890aSEmmanuel Vadot * Author: Chi-Fen Li <cfli0@nuvoton.com> 5*f126890aSEmmanuel Vadot * 6*f126890aSEmmanuel Vadot * Device Tree binding constants for MA35D1 reset controller. 7*f126890aSEmmanuel Vadot */ 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot #ifndef __DT_BINDINGS_RESET_MA35D1_H 10*f126890aSEmmanuel Vadot #define __DT_BINDINGS_RESET_MA35D1_H 11*f126890aSEmmanuel Vadot 12*f126890aSEmmanuel Vadot #define MA35D1_RESET_CHIP 0 13*f126890aSEmmanuel Vadot #define MA35D1_RESET_CA35CR0 1 14*f126890aSEmmanuel Vadot #define MA35D1_RESET_CA35CR1 2 15*f126890aSEmmanuel Vadot #define MA35D1_RESET_CM4 3 16*f126890aSEmmanuel Vadot #define MA35D1_RESET_PDMA0 4 17*f126890aSEmmanuel Vadot #define MA35D1_RESET_PDMA1 5 18*f126890aSEmmanuel Vadot #define MA35D1_RESET_PDMA2 6 19*f126890aSEmmanuel Vadot #define MA35D1_RESET_PDMA3 7 20*f126890aSEmmanuel Vadot #define MA35D1_RESET_DISP 8 21*f126890aSEmmanuel Vadot #define MA35D1_RESET_VCAP0 9 22*f126890aSEmmanuel Vadot #define MA35D1_RESET_VCAP1 10 23*f126890aSEmmanuel Vadot #define MA35D1_RESET_GFX 11 24*f126890aSEmmanuel Vadot #define MA35D1_RESET_VDEC 12 25*f126890aSEmmanuel Vadot #define MA35D1_RESET_WHC0 13 26*f126890aSEmmanuel Vadot #define MA35D1_RESET_WHC1 14 27*f126890aSEmmanuel Vadot #define MA35D1_RESET_GMAC0 15 28*f126890aSEmmanuel Vadot #define MA35D1_RESET_GMAC1 16 29*f126890aSEmmanuel Vadot #define MA35D1_RESET_HWSEM 17 30*f126890aSEmmanuel Vadot #define MA35D1_RESET_EBI 18 31*f126890aSEmmanuel Vadot #define MA35D1_RESET_HSUSBH0 19 32*f126890aSEmmanuel Vadot #define MA35D1_RESET_HSUSBH1 20 33*f126890aSEmmanuel Vadot #define MA35D1_RESET_HSUSBD 21 34*f126890aSEmmanuel Vadot #define MA35D1_RESET_USBHL 22 35*f126890aSEmmanuel Vadot #define MA35D1_RESET_SDH0 23 36*f126890aSEmmanuel Vadot #define MA35D1_RESET_SDH1 24 37*f126890aSEmmanuel Vadot #define MA35D1_RESET_NAND 25 38*f126890aSEmmanuel Vadot #define MA35D1_RESET_GPIO 26 39*f126890aSEmmanuel Vadot #define MA35D1_RESET_MCTLP 27 40*f126890aSEmmanuel Vadot #define MA35D1_RESET_MCTLC 28 41*f126890aSEmmanuel Vadot #define MA35D1_RESET_DDRPUB 29 42*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR0 30 43*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR1 31 44*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR2 32 45*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR3 33 46*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2C0 34 47*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2C1 35 48*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2C2 36 49*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2C3 37 50*f126890aSEmmanuel Vadot #define MA35D1_RESET_QSPI0 38 51*f126890aSEmmanuel Vadot #define MA35D1_RESET_SPI0 39 52*f126890aSEmmanuel Vadot #define MA35D1_RESET_SPI1 40 53*f126890aSEmmanuel Vadot #define MA35D1_RESET_SPI2 41 54*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART0 42 55*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART1 43 56*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART2 44 57*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART3 45 58*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART4 46 59*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART5 47 60*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART6 48 61*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART7 49 62*f126890aSEmmanuel Vadot #define MA35D1_RESET_CANFD0 50 63*f126890aSEmmanuel Vadot #define MA35D1_RESET_CANFD1 51 64*f126890aSEmmanuel Vadot #define MA35D1_RESET_EADC0 52 65*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2S0 53 66*f126890aSEmmanuel Vadot #define MA35D1_RESET_SC0 54 67*f126890aSEmmanuel Vadot #define MA35D1_RESET_SC1 55 68*f126890aSEmmanuel Vadot #define MA35D1_RESET_QSPI1 56 69*f126890aSEmmanuel Vadot #define MA35D1_RESET_SPI3 57 70*f126890aSEmmanuel Vadot #define MA35D1_RESET_EPWM0 58 71*f126890aSEmmanuel Vadot #define MA35D1_RESET_EPWM1 59 72*f126890aSEmmanuel Vadot #define MA35D1_RESET_QEI0 60 73*f126890aSEmmanuel Vadot #define MA35D1_RESET_QEI1 61 74*f126890aSEmmanuel Vadot #define MA35D1_RESET_ECAP0 62 75*f126890aSEmmanuel Vadot #define MA35D1_RESET_ECAP1 63 76*f126890aSEmmanuel Vadot #define MA35D1_RESET_CANFD2 64 77*f126890aSEmmanuel Vadot #define MA35D1_RESET_ADC0 65 78*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR4 66 79*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR5 67 80*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR6 68 81*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR7 69 82*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR8 70 83*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR9 71 84*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR10 72 85*f126890aSEmmanuel Vadot #define MA35D1_RESET_TMR11 73 86*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART8 74 87*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART9 75 88*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART10 76 89*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART11 77 90*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART12 78 91*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART13 79 92*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART14 80 93*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART15 81 94*f126890aSEmmanuel Vadot #define MA35D1_RESET_UART16 82 95*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2S1 83 96*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2C4 84 97*f126890aSEmmanuel Vadot #define MA35D1_RESET_I2C5 85 98*f126890aSEmmanuel Vadot #define MA35D1_RESET_EPWM2 86 99*f126890aSEmmanuel Vadot #define MA35D1_RESET_ECAP2 87 100*f126890aSEmmanuel Vadot #define MA35D1_RESET_QEI2 88 101*f126890aSEmmanuel Vadot #define MA35D1_RESET_CANFD3 89 102*f126890aSEmmanuel Vadot #define MA35D1_RESET_KPI 90 103*f126890aSEmmanuel Vadot #define MA35D1_RESET_GIC 91 104*f126890aSEmmanuel Vadot #define MA35D1_RESET_SSMCC 92 105*f126890aSEmmanuel Vadot #define MA35D1_RESET_SSPCC 93 106*f126890aSEmmanuel Vadot #define MA35D1_RESET_COUNT 94 107*f126890aSEmmanuel Vadot 108*f126890aSEmmanuel Vadot #endif 109