1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*c66ec88fSEmmanuel Vadot /* 3*c66ec88fSEmmanuel Vadot * Copyright (c) 2019, The Linux Foundation. All rights reserved. 4*c66ec88fSEmmanuel Vadot */ 5*c66ec88fSEmmanuel Vadot 6*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8998_H 7*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_CLK_MSM_MMCC_8998_H 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel Vadot #define MMPLL0 0 10*c66ec88fSEmmanuel Vadot #define MMPLL0_OUT_EVEN 1 11*c66ec88fSEmmanuel Vadot #define MMPLL1 2 12*c66ec88fSEmmanuel Vadot #define MMPLL1_OUT_EVEN 3 13*c66ec88fSEmmanuel Vadot #define MMPLL3 4 14*c66ec88fSEmmanuel Vadot #define MMPLL3_OUT_EVEN 5 15*c66ec88fSEmmanuel Vadot #define MMPLL4 6 16*c66ec88fSEmmanuel Vadot #define MMPLL4_OUT_EVEN 7 17*c66ec88fSEmmanuel Vadot #define MMPLL5 8 18*c66ec88fSEmmanuel Vadot #define MMPLL5_OUT_EVEN 9 19*c66ec88fSEmmanuel Vadot #define MMPLL6 10 20*c66ec88fSEmmanuel Vadot #define MMPLL6_OUT_EVEN 11 21*c66ec88fSEmmanuel Vadot #define MMPLL7 12 22*c66ec88fSEmmanuel Vadot #define MMPLL7_OUT_EVEN 13 23*c66ec88fSEmmanuel Vadot #define MMPLL10 14 24*c66ec88fSEmmanuel Vadot #define MMPLL10_OUT_EVEN 15 25*c66ec88fSEmmanuel Vadot #define BYTE0_CLK_SRC 16 26*c66ec88fSEmmanuel Vadot #define BYTE1_CLK_SRC 17 27*c66ec88fSEmmanuel Vadot #define CCI_CLK_SRC 18 28*c66ec88fSEmmanuel Vadot #define CPP_CLK_SRC 19 29*c66ec88fSEmmanuel Vadot #define CSI0_CLK_SRC 20 30*c66ec88fSEmmanuel Vadot #define CSI1_CLK_SRC 21 31*c66ec88fSEmmanuel Vadot #define CSI2_CLK_SRC 22 32*c66ec88fSEmmanuel Vadot #define CSI3_CLK_SRC 23 33*c66ec88fSEmmanuel Vadot #define CSIPHY_CLK_SRC 24 34*c66ec88fSEmmanuel Vadot #define CSI0PHYTIMER_CLK_SRC 25 35*c66ec88fSEmmanuel Vadot #define CSI1PHYTIMER_CLK_SRC 26 36*c66ec88fSEmmanuel Vadot #define CSI2PHYTIMER_CLK_SRC 27 37*c66ec88fSEmmanuel Vadot #define DP_AUX_CLK_SRC 28 38*c66ec88fSEmmanuel Vadot #define DP_CRYPTO_CLK_SRC 29 39*c66ec88fSEmmanuel Vadot #define DP_LINK_CLK_SRC 30 40*c66ec88fSEmmanuel Vadot #define DP_PIXEL_CLK_SRC 31 41*c66ec88fSEmmanuel Vadot #define ESC0_CLK_SRC 32 42*c66ec88fSEmmanuel Vadot #define ESC1_CLK_SRC 33 43*c66ec88fSEmmanuel Vadot #define EXTPCLK_CLK_SRC 34 44*c66ec88fSEmmanuel Vadot #define FD_CORE_CLK_SRC 35 45*c66ec88fSEmmanuel Vadot #define HDMI_CLK_SRC 36 46*c66ec88fSEmmanuel Vadot #define JPEG0_CLK_SRC 37 47*c66ec88fSEmmanuel Vadot #define MAXI_CLK_SRC 38 48*c66ec88fSEmmanuel Vadot #define MCLK0_CLK_SRC 39 49*c66ec88fSEmmanuel Vadot #define MCLK1_CLK_SRC 40 50*c66ec88fSEmmanuel Vadot #define MCLK2_CLK_SRC 41 51*c66ec88fSEmmanuel Vadot #define MCLK3_CLK_SRC 42 52*c66ec88fSEmmanuel Vadot #define MDP_CLK_SRC 43 53*c66ec88fSEmmanuel Vadot #define VSYNC_CLK_SRC 44 54*c66ec88fSEmmanuel Vadot #define AHB_CLK_SRC 45 55*c66ec88fSEmmanuel Vadot #define AXI_CLK_SRC 46 56*c66ec88fSEmmanuel Vadot #define PCLK0_CLK_SRC 47 57*c66ec88fSEmmanuel Vadot #define PCLK1_CLK_SRC 48 58*c66ec88fSEmmanuel Vadot #define ROT_CLK_SRC 49 59*c66ec88fSEmmanuel Vadot #define VIDEO_CORE_CLK_SRC 50 60*c66ec88fSEmmanuel Vadot #define VIDEO_SUBCORE0_CLK_SRC 51 61*c66ec88fSEmmanuel Vadot #define VIDEO_SUBCORE1_CLK_SRC 52 62*c66ec88fSEmmanuel Vadot #define VFE0_CLK_SRC 53 63*c66ec88fSEmmanuel Vadot #define VFE1_CLK_SRC 54 64*c66ec88fSEmmanuel Vadot #define MISC_AHB_CLK 55 65*c66ec88fSEmmanuel Vadot #define VIDEO_CORE_CLK 56 66*c66ec88fSEmmanuel Vadot #define VIDEO_AHB_CLK 57 67*c66ec88fSEmmanuel Vadot #define VIDEO_AXI_CLK 58 68*c66ec88fSEmmanuel Vadot #define VIDEO_MAXI_CLK 59 69*c66ec88fSEmmanuel Vadot #define VIDEO_SUBCORE0_CLK 60 70*c66ec88fSEmmanuel Vadot #define VIDEO_SUBCORE1_CLK 61 71*c66ec88fSEmmanuel Vadot #define MDSS_AHB_CLK 62 72*c66ec88fSEmmanuel Vadot #define MDSS_HDMI_DP_AHB_CLK 63 73*c66ec88fSEmmanuel Vadot #define MDSS_AXI_CLK 64 74*c66ec88fSEmmanuel Vadot #define MDSS_PCLK0_CLK 65 75*c66ec88fSEmmanuel Vadot #define MDSS_PCLK1_CLK 66 76*c66ec88fSEmmanuel Vadot #define MDSS_MDP_CLK 67 77*c66ec88fSEmmanuel Vadot #define MDSS_MDP_LUT_CLK 68 78*c66ec88fSEmmanuel Vadot #define MDSS_EXTPCLK_CLK 69 79*c66ec88fSEmmanuel Vadot #define MDSS_VSYNC_CLK 70 80*c66ec88fSEmmanuel Vadot #define MDSS_HDMI_CLK 71 81*c66ec88fSEmmanuel Vadot #define MDSS_BYTE0_CLK 72 82*c66ec88fSEmmanuel Vadot #define MDSS_BYTE1_CLK 73 83*c66ec88fSEmmanuel Vadot #define MDSS_ESC0_CLK 74 84*c66ec88fSEmmanuel Vadot #define MDSS_ESC1_CLK 75 85*c66ec88fSEmmanuel Vadot #define MDSS_ROT_CLK 76 86*c66ec88fSEmmanuel Vadot #define MDSS_DP_LINK_CLK 77 87*c66ec88fSEmmanuel Vadot #define MDSS_DP_LINK_INTF_CLK 78 88*c66ec88fSEmmanuel Vadot #define MDSS_DP_CRYPTO_CLK 79 89*c66ec88fSEmmanuel Vadot #define MDSS_DP_PIXEL_CLK 80 90*c66ec88fSEmmanuel Vadot #define MDSS_DP_AUX_CLK 81 91*c66ec88fSEmmanuel Vadot #define MDSS_BYTE0_INTF_CLK 82 92*c66ec88fSEmmanuel Vadot #define MDSS_BYTE1_INTF_CLK 83 93*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0PHYTIMER_CLK 84 94*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1PHYTIMER_CLK 85 95*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2PHYTIMER_CLK 86 96*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0_CLK 87 97*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0_AHB_CLK 88 98*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0RDI_CLK 89 99*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0PIX_CLK 90 100*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1_CLK 91 101*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1_AHB_CLK 92 102*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1RDI_CLK 93 103*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1PIX_CLK 94 104*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2_CLK 95 105*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2_AHB_CLK 96 106*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2RDI_CLK 97 107*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2PIX_CLK 98 108*c66ec88fSEmmanuel Vadot #define CAMSS_CSI3_CLK 99 109*c66ec88fSEmmanuel Vadot #define CAMSS_CSI3_AHB_CLK 100 110*c66ec88fSEmmanuel Vadot #define CAMSS_CSI3RDI_CLK 101 111*c66ec88fSEmmanuel Vadot #define CAMSS_CSI3PIX_CLK 102 112*c66ec88fSEmmanuel Vadot #define CAMSS_ISPIF_AHB_CLK 103 113*c66ec88fSEmmanuel Vadot #define CAMSS_CCI_CLK 104 114*c66ec88fSEmmanuel Vadot #define CAMSS_CCI_AHB_CLK 105 115*c66ec88fSEmmanuel Vadot #define CAMSS_MCLK0_CLK 106 116*c66ec88fSEmmanuel Vadot #define CAMSS_MCLK1_CLK 107 117*c66ec88fSEmmanuel Vadot #define CAMSS_MCLK2_CLK 108 118*c66ec88fSEmmanuel Vadot #define CAMSS_MCLK3_CLK 109 119*c66ec88fSEmmanuel Vadot #define CAMSS_TOP_AHB_CLK 110 120*c66ec88fSEmmanuel Vadot #define CAMSS_AHB_CLK 111 121*c66ec88fSEmmanuel Vadot #define CAMSS_MICRO_AHB_CLK 112 122*c66ec88fSEmmanuel Vadot #define CAMSS_JPEG0_CLK 113 123*c66ec88fSEmmanuel Vadot #define CAMSS_JPEG_AHB_CLK 114 124*c66ec88fSEmmanuel Vadot #define CAMSS_JPEG_AXI_CLK 115 125*c66ec88fSEmmanuel Vadot #define CAMSS_VFE0_AHB_CLK 116 126*c66ec88fSEmmanuel Vadot #define CAMSS_VFE1_AHB_CLK 117 127*c66ec88fSEmmanuel Vadot #define CAMSS_VFE0_CLK 118 128*c66ec88fSEmmanuel Vadot #define CAMSS_VFE1_CLK 119 129*c66ec88fSEmmanuel Vadot #define CAMSS_CPP_CLK 120 130*c66ec88fSEmmanuel Vadot #define CAMSS_CPP_AHB_CLK 121 131*c66ec88fSEmmanuel Vadot #define CAMSS_VFE_VBIF_AHB_CLK 122 132*c66ec88fSEmmanuel Vadot #define CAMSS_VFE_VBIF_AXI_CLK 123 133*c66ec88fSEmmanuel Vadot #define CAMSS_CPP_AXI_CLK 124 134*c66ec88fSEmmanuel Vadot #define CAMSS_CPP_VBIF_AHB_CLK 125 135*c66ec88fSEmmanuel Vadot #define CAMSS_CSI_VFE0_CLK 126 136*c66ec88fSEmmanuel Vadot #define CAMSS_CSI_VFE1_CLK 127 137*c66ec88fSEmmanuel Vadot #define CAMSS_VFE0_STREAM_CLK 128 138*c66ec88fSEmmanuel Vadot #define CAMSS_VFE1_STREAM_CLK 129 139*c66ec88fSEmmanuel Vadot #define CAMSS_CPHY_CSID0_CLK 130 140*c66ec88fSEmmanuel Vadot #define CAMSS_CPHY_CSID1_CLK 131 141*c66ec88fSEmmanuel Vadot #define CAMSS_CPHY_CSID2_CLK 132 142*c66ec88fSEmmanuel Vadot #define CAMSS_CPHY_CSID3_CLK 133 143*c66ec88fSEmmanuel Vadot #define CAMSS_CSIPHY0_CLK 134 144*c66ec88fSEmmanuel Vadot #define CAMSS_CSIPHY1_CLK 135 145*c66ec88fSEmmanuel Vadot #define CAMSS_CSIPHY2_CLK 136 146*c66ec88fSEmmanuel Vadot #define FD_CORE_CLK 137 147*c66ec88fSEmmanuel Vadot #define FD_CORE_UAR_CLK 138 148*c66ec88fSEmmanuel Vadot #define FD_AHB_CLK 139 149*c66ec88fSEmmanuel Vadot #define MNOC_AHB_CLK 140 150*c66ec88fSEmmanuel Vadot #define BIMC_SMMU_AHB_CLK 141 151*c66ec88fSEmmanuel Vadot #define BIMC_SMMU_AXI_CLK 142 152*c66ec88fSEmmanuel Vadot #define MNOC_MAXI_CLK 143 153*c66ec88fSEmmanuel Vadot #define VMEM_MAXI_CLK 144 154*c66ec88fSEmmanuel Vadot #define VMEM_AHB_CLK 145 155*c66ec88fSEmmanuel Vadot 156*c66ec88fSEmmanuel Vadot #define SPDM_BCR 0 157*c66ec88fSEmmanuel Vadot #define SPDM_RM_BCR 1 158*c66ec88fSEmmanuel Vadot #define MISC_BCR 2 159*c66ec88fSEmmanuel Vadot #define VIDEO_TOP_BCR 3 160*c66ec88fSEmmanuel Vadot #define THROTTLE_VIDEO_BCR 4 161*c66ec88fSEmmanuel Vadot #define MDSS_BCR 5 162*c66ec88fSEmmanuel Vadot #define THROTTLE_MDSS_BCR 6 163*c66ec88fSEmmanuel Vadot #define CAMSS_PHY0_BCR 7 164*c66ec88fSEmmanuel Vadot #define CAMSS_PHY1_BCR 8 165*c66ec88fSEmmanuel Vadot #define CAMSS_PHY2_BCR 9 166*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0_BCR 10 167*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0RDI_BCR 11 168*c66ec88fSEmmanuel Vadot #define CAMSS_CSI0PIX_BCR 12 169*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1_BCR 13 170*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1RDI_BCR 14 171*c66ec88fSEmmanuel Vadot #define CAMSS_CSI1PIX_BCR 15 172*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2_BCR 16 173*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2RDI_BCR 17 174*c66ec88fSEmmanuel Vadot #define CAMSS_CSI2PIX_BCR 18 175*c66ec88fSEmmanuel Vadot #define CAMSS_CSI3_BCR 19 176*c66ec88fSEmmanuel Vadot #define CAMSS_CSI3RDI_BCR 20 177*c66ec88fSEmmanuel Vadot #define CAMSS_CSI3PIX_BCR 21 178*c66ec88fSEmmanuel Vadot #define CAMSS_ISPIF_BCR 22 179*c66ec88fSEmmanuel Vadot #define CAMSS_CCI_BCR 23 180*c66ec88fSEmmanuel Vadot #define CAMSS_TOP_BCR 24 181*c66ec88fSEmmanuel Vadot #define CAMSS_AHB_BCR 25 182*c66ec88fSEmmanuel Vadot #define CAMSS_MICRO_BCR 26 183*c66ec88fSEmmanuel Vadot #define CAMSS_JPEG_BCR 27 184*c66ec88fSEmmanuel Vadot #define CAMSS_VFE0_BCR 28 185*c66ec88fSEmmanuel Vadot #define CAMSS_VFE1_BCR 29 186*c66ec88fSEmmanuel Vadot #define CAMSS_VFE_VBIF_BCR 30 187*c66ec88fSEmmanuel Vadot #define CAMSS_CPP_TOP_BCR 31 188*c66ec88fSEmmanuel Vadot #define CAMSS_CPP_BCR 32 189*c66ec88fSEmmanuel Vadot #define CAMSS_CSI_VFE0_BCR 33 190*c66ec88fSEmmanuel Vadot #define CAMSS_CSI_VFE1_BCR 34 191*c66ec88fSEmmanuel Vadot #define CAMSS_FD_BCR 35 192*c66ec88fSEmmanuel Vadot #define THROTTLE_CAMSS_BCR 36 193*c66ec88fSEmmanuel Vadot #define MNOCAHB_BCR 37 194*c66ec88fSEmmanuel Vadot #define MNOCAXI_BCR 38 195*c66ec88fSEmmanuel Vadot #define BMIC_SMMU_BCR 39 196*c66ec88fSEmmanuel Vadot #define MNOC_MAXI_BCR 40 197*c66ec88fSEmmanuel Vadot #define VMEM_BCR 41 198*c66ec88fSEmmanuel Vadot #define BTO_BCR 42 199*c66ec88fSEmmanuel Vadot 200*c66ec88fSEmmanuel Vadot #define VIDEO_TOP_GDSC 1 201*c66ec88fSEmmanuel Vadot #define VIDEO_SUBCORE0_GDSC 2 202*c66ec88fSEmmanuel Vadot #define VIDEO_SUBCORE1_GDSC 3 203*c66ec88fSEmmanuel Vadot #define MDSS_GDSC 4 204*c66ec88fSEmmanuel Vadot #define CAMSS_TOP_GDSC 5 205*c66ec88fSEmmanuel Vadot #define CAMSS_VFE0_GDSC 6 206*c66ec88fSEmmanuel Vadot #define CAMSS_VFE1_GDSC 7 207*c66ec88fSEmmanuel Vadot #define CAMSS_CPP_GDSC 8 208*c66ec88fSEmmanuel Vadot #define BIMC_SMMU_GDSC 9 209*c66ec88fSEmmanuel Vadot 210*c66ec88fSEmmanuel Vadot #endif 211