1*8cc087a1SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0+ OR MIT */ 2*8cc087a1SEmmanuel Vadot /* 3*8cc087a1SEmmanuel Vadot * Copyright 2021 NXP 4*8cc087a1SEmmanuel Vadot */ 5*8cc087a1SEmmanuel Vadot 6*8cc087a1SEmmanuel Vadot #ifndef __DT_BINDINGS_CLOCK_IMX8ULP_H 7*8cc087a1SEmmanuel Vadot #define __DT_BINDINGS_CLOCK_IMX8ULP_H 8*8cc087a1SEmmanuel Vadot 9*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DUMMY 0 10*8cc087a1SEmmanuel Vadot 11*8cc087a1SEmmanuel Vadot /* CGC1 */ 12*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL2 5 13*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3 6 14*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_A35_SEL 7 15*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_A35_DIV 8 16*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL2_PRE_SEL 9 17*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PRE_SEL 10 18*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD0 11 19*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD1 12 20*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD2 13 21*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD3 14 22*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD0_DIV1 15 23*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD0_DIV2 16 24*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD1_DIV1 17 25*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD1_DIV2 18 26*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD2_DIV1 19 27*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD2_DIV2 20 28*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD3_DIV1 21 29*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD3_DIV2 22 30*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_NIC_SEL 23 31*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_NIC_AD_DIVPLAT 24 32*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_NIC_PER_DIVPLAT 25 33*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_XBAR_SEL 26 34*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_XBAR_AD_DIVPLAT 27 35*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_XBAR_DIVBUS 28 36*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_XBAR_AD_SLOW 29 37*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SOSC_DIV1 30 38*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SOSC_DIV2 31 39*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SOSC_DIV3 32 40*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FROSC_DIV1 33 41*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FROSC_DIV2 34 42*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FROSC_DIV3 35 43*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_VCODIV 36 44*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD0_DIV1_GATE 37 45*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD0_DIV2_GATE 38 46*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD1_DIV1_GATE 39 47*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD1_DIV2_GATE 40 48*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD2_DIV1_GATE 41 49*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD2_DIV2_GATE 42 50*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD3_DIV1_GATE 43 51*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPLL3_PFD3_DIV2_GATE 44 52*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SOSC_DIV1_GATE 45 53*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SOSC_DIV2_GATE 46 54*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SOSC_DIV3_GATE 47 55*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FROSC_DIV1_GATE 48 56*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FROSC_DIV2_GATE 49 57*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FROSC_DIV3_GATE 50 58*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI4_SEL 51 59*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI5_SEL 52 60*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_AUD_CLK1 53 61*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_ARM 54 62*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_ENET_TS_SEL 55 63*8cc087a1SEmmanuel Vadot 64*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC1_END 56 65*8cc087a1SEmmanuel Vadot 66*8cc087a1SEmmanuel Vadot /* CGC2 */ 67*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PRE_SEL 0 68*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4 1 69*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_VCODIV 2 70*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DDR_SEL 3 71*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DDR_DIV 4 72*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPAV_AXI_SEL 5 73*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPAV_AXI_DIV 6 74*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPAV_AHB_DIV 7 75*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPAV_BUS_DIV 8 76*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD0 9 77*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD1 10 78*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD2 11 79*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD3 12 80*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD0_DIV1_GATE 13 81*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD0_DIV2_GATE 14 82*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD1_DIV1_GATE 15 83*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD1_DIV2_GATE 16 84*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD2_DIV1_GATE 17 85*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD2_DIV2_GATE 18 86*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD3_DIV1_GATE 19 87*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD3_DIV2_GATE 20 88*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD0_DIV1 21 89*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD0_DIV2 22 90*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD1_DIV1 23 91*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD1_DIV2 24 92*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD2_DIV1 25 93*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD2_DIV2 26 94*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD3_DIV1 27 95*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PLL4_PFD3_DIV2 28 96*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_SOSC_DIV1_GATE 29 97*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_SOSC_DIV2_GATE 30 98*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_SOSC_DIV3_GATE 31 99*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_SOSC_DIV1 32 100*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_SOSC_DIV2 33 101*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_SOSC_DIV3 34 102*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_FROSC_DIV1_GATE 35 103*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_FROSC_DIV2_GATE 36 104*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_FROSC_DIV3_GATE 37 105*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_FROSC_DIV1 38 106*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_FROSC_DIV2 39 107*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_FROSC_DIV3 40 108*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_AUD_CLK2 41 109*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI6_SEL 42 110*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI7_SEL 43 111*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPDIF_SEL 44 112*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_HIFI_SEL 45 113*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_HIFI_DIVCORE 46 114*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_HIFI_DIVPLAT 47 115*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DSI_PHY_REF 48 116*8cc087a1SEmmanuel Vadot 117*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CGC2_END 49 118*8cc087a1SEmmanuel Vadot 119*8cc087a1SEmmanuel Vadot /* PCC3 */ 120*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_WDOG3 0 121*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_WDOG4 1 122*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPIT1 2 123*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_TPM4 3 124*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_TPM5 4 125*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FLEXIO1 5 126*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_I3C2 6 127*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPI2C4 7 128*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPI2C5 8 129*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPUART4 9 130*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPUART5 10 131*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPSPI4 11 132*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPSPI5 12 133*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_MP 13 134*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH0 14 135*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH1 15 136*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH2 16 137*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH3 17 138*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH4 18 139*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH5 19 140*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH6 20 141*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH7 21 142*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH8 22 143*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH9 23 144*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH10 24 145*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH11 25 146*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH12 26 147*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH13 27 148*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH14 28 149*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH15 29 150*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH16 30 151*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH17 31 152*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH18 32 153*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH19 33 154*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH20 34 155*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH21 35 156*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH22 36 157*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH23 37 158*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH24 38 159*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH25 39 160*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH26 40 161*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH27 41 162*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH28 42 163*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH29 43 164*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH30 44 165*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA1_CH31 45 166*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_MU3_A 46 167*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_MU0_B 47 168*8cc087a1SEmmanuel Vadot 169*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PCC3_END 48 170*8cc087a1SEmmanuel Vadot 171*8cc087a1SEmmanuel Vadot /* PCC4 */ 172*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_FLEXSPI2 0 173*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_TPM6 1 174*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_TPM7 2 175*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPI2C6 3 176*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPI2C7 4 177*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPUART6 5 178*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_LPUART7 6 179*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI4 7 180*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI5 8 181*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PCTLE 9 182*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PCTLF 10 183*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USDHC0 11 184*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USDHC1 12 185*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USDHC2 13 186*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USB0 14 187*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USB0_PHY 15 188*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USB1 16 189*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USB1_PHY 17 190*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_USB_XBAR 18 191*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_ENET 19 192*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SFA1 20 193*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_RGPIOE 21 194*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_RGPIOF 22 195*8cc087a1SEmmanuel Vadot 196*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PCC4_END 23 197*8cc087a1SEmmanuel Vadot 198*8cc087a1SEmmanuel Vadot /* PCC5 */ 199*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_TPM8 0 200*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI6 1 201*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SAI7 2 202*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SPDIF 3 203*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_ISI 4 204*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CSI_REGS 5 205*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PCTLD 6 206*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CSI 7 207*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DSI 8 208*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_WDOG5 9 209*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_EPDC 10 210*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PXP 11 211*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_SFA2 12 212*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_GPU2D 13 213*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_GPU3D 14 214*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DC_NANO 15 215*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CSI_CLK_UI 16 216*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_CSI_CLK_ESC 17 217*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_RGPIOD 18 218*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_MP 19 219*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH0 20 220*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH1 21 221*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH2 22 222*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH3 23 223*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH4 24 224*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH5 25 225*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH6 26 226*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH7 27 227*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH8 28 228*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH9 29 229*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH10 30 230*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH11 31 231*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH12 32 232*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH13 33 233*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH14 34 234*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH15 35 235*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH16 36 236*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH17 37 237*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH18 38 238*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH19 39 239*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH20 40 240*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH21 41 241*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH22 42 242*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH23 43 243*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH24 44 244*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH25 45 245*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH26 46 246*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH27 47 247*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH28 48 248*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH29 49 249*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH30 50 250*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DMA2_CH31 51 251*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_MU2_B 52 252*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_MU3_B 53 253*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_AVD_SIM 54 254*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_DSI_TX_ESC 55 255*8cc087a1SEmmanuel Vadot 256*8cc087a1SEmmanuel Vadot #define IMX8ULP_CLK_PCC5_END 56 257*8cc087a1SEmmanuel Vadot 258*8cc087a1SEmmanuel Vadot #endif 259