162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2022 Samsung Electronics Co., Ltd. 462306a36Sopenharmony_ci * Author: Chanho Park <chanho61.park@samsung.com> 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Device Tree binding constants for Exynos Auto V9 clock controller. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLOCK_EXYNOSAUTOV9_H 1062306a36Sopenharmony_ci#define _DT_BINDINGS_CLOCK_EXYNOSAUTOV9_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci/* CMU_TOP */ 1362306a36Sopenharmony_ci#define FOUT_SHARED0_PLL 1 1462306a36Sopenharmony_ci#define FOUT_SHARED1_PLL 2 1562306a36Sopenharmony_ci#define FOUT_SHARED2_PLL 3 1662306a36Sopenharmony_ci#define FOUT_SHARED3_PLL 4 1762306a36Sopenharmony_ci#define FOUT_SHARED4_PLL 5 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci/* MUX in CMU_TOP */ 2062306a36Sopenharmony_ci#define MOUT_SHARED0_PLL 6 2162306a36Sopenharmony_ci#define MOUT_SHARED1_PLL 7 2262306a36Sopenharmony_ci#define MOUT_SHARED2_PLL 8 2362306a36Sopenharmony_ci#define MOUT_SHARED3_PLL 9 2462306a36Sopenharmony_ci#define MOUT_SHARED4_PLL 10 2562306a36Sopenharmony_ci#define MOUT_CLKCMU_CMU_BOOST 11 2662306a36Sopenharmony_ci#define MOUT_CLKCMU_CMU_CMUREF 12 2762306a36Sopenharmony_ci#define MOUT_CLKCMU_ACC_BUS 13 2862306a36Sopenharmony_ci#define MOUT_CLKCMU_APM_BUS 14 2962306a36Sopenharmony_ci#define MOUT_CLKCMU_AUD_CPU 15 3062306a36Sopenharmony_ci#define MOUT_CLKCMU_AUD_BUS 16 3162306a36Sopenharmony_ci#define MOUT_CLKCMU_BUSC_BUS 17 3262306a36Sopenharmony_ci#define MOUT_CLKCMU_BUSMC_BUS 19 3362306a36Sopenharmony_ci#define MOUT_CLKCMU_CORE_BUS 20 3462306a36Sopenharmony_ci#define MOUT_CLKCMU_CPUCL0_SWITCH 21 3562306a36Sopenharmony_ci#define MOUT_CLKCMU_CPUCL0_CLUSTER 22 3662306a36Sopenharmony_ci#define MOUT_CLKCMU_CPUCL1_SWITCH 24 3762306a36Sopenharmony_ci#define MOUT_CLKCMU_CPUCL1_CLUSTER 25 3862306a36Sopenharmony_ci#define MOUT_CLKCMU_DPTX_BUS 26 3962306a36Sopenharmony_ci#define MOUT_CLKCMU_DPTX_DPGTC 27 4062306a36Sopenharmony_ci#define MOUT_CLKCMU_DPUM_BUS 28 4162306a36Sopenharmony_ci#define MOUT_CLKCMU_DPUS0_BUS 29 4262306a36Sopenharmony_ci#define MOUT_CLKCMU_DPUS1_BUS 30 4362306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS0_BUS 31 4462306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS0_PCIE 32 4562306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS1_BUS 33 4662306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS1_USBDRD 34 4762306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS1_MMC_CARD 35 4862306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS2_BUS 36 4962306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS2_UFS_EMBD 37 5062306a36Sopenharmony_ci#define MOUT_CLKCMU_FSYS2_ETHERNET 38 5162306a36Sopenharmony_ci#define MOUT_CLKCMU_G2D_G2D 39 5262306a36Sopenharmony_ci#define MOUT_CLKCMU_G2D_MSCL 40 5362306a36Sopenharmony_ci#define MOUT_CLKCMU_G3D00_SWITCH 41 5462306a36Sopenharmony_ci#define MOUT_CLKCMU_G3D01_SWITCH 42 5562306a36Sopenharmony_ci#define MOUT_CLKCMU_G3D1_SWITCH 43 5662306a36Sopenharmony_ci#define MOUT_CLKCMU_ISPB_BUS 44 5762306a36Sopenharmony_ci#define MOUT_CLKCMU_MFC_MFC 45 5862306a36Sopenharmony_ci#define MOUT_CLKCMU_MFC_WFD 46 5962306a36Sopenharmony_ci#define MOUT_CLKCMU_MIF_SWITCH 47 6062306a36Sopenharmony_ci#define MOUT_CLKCMU_MIF_BUSP 48 6162306a36Sopenharmony_ci#define MOUT_CLKCMU_NPU_BUS 49 6262306a36Sopenharmony_ci#define MOUT_CLKCMU_PERIC0_BUS 50 6362306a36Sopenharmony_ci#define MOUT_CLKCMU_PERIC0_IP 51 6462306a36Sopenharmony_ci#define MOUT_CLKCMU_PERIC1_BUS 52 6562306a36Sopenharmony_ci#define MOUT_CLKCMU_PERIC1_IP 53 6662306a36Sopenharmony_ci#define MOUT_CLKCMU_PERIS_BUS 54 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_ci/* DIV in CMU_TOP */ 6962306a36Sopenharmony_ci#define DOUT_SHARED0_DIV3 101 7062306a36Sopenharmony_ci#define DOUT_SHARED0_DIV2 102 7162306a36Sopenharmony_ci#define DOUT_SHARED1_DIV3 103 7262306a36Sopenharmony_ci#define DOUT_SHARED1_DIV2 104 7362306a36Sopenharmony_ci#define DOUT_SHARED1_DIV4 105 7462306a36Sopenharmony_ci#define DOUT_SHARED2_DIV3 106 7562306a36Sopenharmony_ci#define DOUT_SHARED2_DIV2 107 7662306a36Sopenharmony_ci#define DOUT_SHARED2_DIV4 108 7762306a36Sopenharmony_ci#define DOUT_SHARED4_DIV2 109 7862306a36Sopenharmony_ci#define DOUT_SHARED4_DIV4 110 7962306a36Sopenharmony_ci#define DOUT_CLKCMU_CMU_BOOST 111 8062306a36Sopenharmony_ci#define DOUT_CLKCMU_ACC_BUS 112 8162306a36Sopenharmony_ci#define DOUT_CLKCMU_APM_BUS 113 8262306a36Sopenharmony_ci#define DOUT_CLKCMU_AUD_CPU 114 8362306a36Sopenharmony_ci#define DOUT_CLKCMU_AUD_BUS 115 8462306a36Sopenharmony_ci#define DOUT_CLKCMU_BUSC_BUS 116 8562306a36Sopenharmony_ci#define DOUT_CLKCMU_BUSMC_BUS 118 8662306a36Sopenharmony_ci#define DOUT_CLKCMU_CORE_BUS 119 8762306a36Sopenharmony_ci#define DOUT_CLKCMU_CPUCL0_SWITCH 120 8862306a36Sopenharmony_ci#define DOUT_CLKCMU_CPUCL0_CLUSTER 121 8962306a36Sopenharmony_ci#define DOUT_CLKCMU_CPUCL1_SWITCH 123 9062306a36Sopenharmony_ci#define DOUT_CLKCMU_CPUCL1_CLUSTER 124 9162306a36Sopenharmony_ci#define DOUT_CLKCMU_DPTX_BUS 125 9262306a36Sopenharmony_ci#define DOUT_CLKCMU_DPTX_DPGTC 126 9362306a36Sopenharmony_ci#define DOUT_CLKCMU_DPUM_BUS 127 9462306a36Sopenharmony_ci#define DOUT_CLKCMU_DPUS0_BUS 128 9562306a36Sopenharmony_ci#define DOUT_CLKCMU_DPUS1_BUS 129 9662306a36Sopenharmony_ci#define DOUT_CLKCMU_FSYS0_BUS 130 9762306a36Sopenharmony_ci#define DOUT_CLKCMU_FSYS0_PCIE 131 9862306a36Sopenharmony_ci#define DOUT_CLKCMU_FSYS1_BUS 132 9962306a36Sopenharmony_ci#define DOUT_CLKCMU_FSYS1_USBDRD 133 10062306a36Sopenharmony_ci#define DOUT_CLKCMU_FSYS2_BUS 134 10162306a36Sopenharmony_ci#define DOUT_CLKCMU_FSYS2_UFS_EMBD 135 10262306a36Sopenharmony_ci#define DOUT_CLKCMU_FSYS2_ETHERNET 136 10362306a36Sopenharmony_ci#define DOUT_CLKCMU_G2D_G2D 137 10462306a36Sopenharmony_ci#define DOUT_CLKCMU_G2D_MSCL 138 10562306a36Sopenharmony_ci#define DOUT_CLKCMU_G3D00_SWITCH 139 10662306a36Sopenharmony_ci#define DOUT_CLKCMU_G3D01_SWITCH 140 10762306a36Sopenharmony_ci#define DOUT_CLKCMU_G3D1_SWITCH 141 10862306a36Sopenharmony_ci#define DOUT_CLKCMU_ISPB_BUS 142 10962306a36Sopenharmony_ci#define DOUT_CLKCMU_MFC_MFC 143 11062306a36Sopenharmony_ci#define DOUT_CLKCMU_MFC_WFD 144 11162306a36Sopenharmony_ci#define DOUT_CLKCMU_MIF_SWITCH 145 11262306a36Sopenharmony_ci#define DOUT_CLKCMU_MIF_BUSP 146 11362306a36Sopenharmony_ci#define DOUT_CLKCMU_NPU_BUS 147 11462306a36Sopenharmony_ci#define DOUT_CLKCMU_PERIC0_BUS 148 11562306a36Sopenharmony_ci#define DOUT_CLKCMU_PERIC0_IP 149 11662306a36Sopenharmony_ci#define DOUT_CLKCMU_PERIC1_BUS 150 11762306a36Sopenharmony_ci#define DOUT_CLKCMU_PERIC1_IP 151 11862306a36Sopenharmony_ci#define DOUT_CLKCMU_PERIS_BUS 152 11962306a36Sopenharmony_ci 12062306a36Sopenharmony_ci/* GAT in CMU_TOP */ 12162306a36Sopenharmony_ci#define GOUT_CLKCMU_CMU_BOOST 201 12262306a36Sopenharmony_ci#define GOUT_CLKCMU_CPUCL0_BOOST 202 12362306a36Sopenharmony_ci#define GOUT_CLKCMU_CPUCL1_BOOST 203 12462306a36Sopenharmony_ci#define GOUT_CLKCMU_CORE_BOOST 204 12562306a36Sopenharmony_ci#define GOUT_CLKCMU_BUSC_BOOST 205 12662306a36Sopenharmony_ci#define GOUT_CLKCMU_BUSMC_BOOST 206 12762306a36Sopenharmony_ci#define GOUT_CLKCMU_MIF_BOOST 207 12862306a36Sopenharmony_ci#define GOUT_CLKCMU_ACC_BUS 208 12962306a36Sopenharmony_ci#define GOUT_CLKCMU_APM_BUS 209 13062306a36Sopenharmony_ci#define GOUT_CLKCMU_AUD_CPU 210 13162306a36Sopenharmony_ci#define GOUT_CLKCMU_AUD_BUS 211 13262306a36Sopenharmony_ci#define GOUT_CLKCMU_BUSC_BUS 212 13362306a36Sopenharmony_ci#define GOUT_CLKCMU_BUSMC_BUS 214 13462306a36Sopenharmony_ci#define GOUT_CLKCMU_CORE_BUS 215 13562306a36Sopenharmony_ci#define GOUT_CLKCMU_CPUCL0_SWITCH 216 13662306a36Sopenharmony_ci#define GOUT_CLKCMU_CPUCL0_CLUSTER 217 13762306a36Sopenharmony_ci#define GOUT_CLKCMU_CPUCL1_SWITCH 219 13862306a36Sopenharmony_ci#define GOUT_CLKCMU_CPUCL1_CLUSTER 220 13962306a36Sopenharmony_ci#define GOUT_CLKCMU_DPTX_BUS 221 14062306a36Sopenharmony_ci#define GOUT_CLKCMU_DPTX_DPGTC 222 14162306a36Sopenharmony_ci#define GOUT_CLKCMU_DPUM_BUS 223 14262306a36Sopenharmony_ci#define GOUT_CLKCMU_DPUS0_BUS 224 14362306a36Sopenharmony_ci#define GOUT_CLKCMU_DPUS1_BUS 225 14462306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS0_BUS 226 14562306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS0_PCIE 227 14662306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS1_BUS 228 14762306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS1_USBDRD 229 14862306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS1_MMC_CARD 230 14962306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS2_BUS 231 15062306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS2_UFS_EMBD 232 15162306a36Sopenharmony_ci#define GOUT_CLKCMU_FSYS2_ETHERNET 233 15262306a36Sopenharmony_ci#define GOUT_CLKCMU_G2D_G2D 234 15362306a36Sopenharmony_ci#define GOUT_CLKCMU_G2D_MSCL 235 15462306a36Sopenharmony_ci#define GOUT_CLKCMU_G3D00_SWITCH 236 15562306a36Sopenharmony_ci#define GOUT_CLKCMU_G3D01_SWITCH 237 15662306a36Sopenharmony_ci#define GOUT_CLKCMU_G3D1_SWITCH 238 15762306a36Sopenharmony_ci#define GOUT_CLKCMU_ISPB_BUS 239 15862306a36Sopenharmony_ci#define GOUT_CLKCMU_MFC_MFC 240 15962306a36Sopenharmony_ci#define GOUT_CLKCMU_MFC_WFD 241 16062306a36Sopenharmony_ci#define GOUT_CLKCMU_MIF_SWITCH 242 16162306a36Sopenharmony_ci#define GOUT_CLKCMU_MIF_BUSP 243 16262306a36Sopenharmony_ci#define GOUT_CLKCMU_NPU_BUS 244 16362306a36Sopenharmony_ci#define GOUT_CLKCMU_PERIC0_BUS 245 16462306a36Sopenharmony_ci#define GOUT_CLKCMU_PERIC0_IP 246 16562306a36Sopenharmony_ci#define GOUT_CLKCMU_PERIC1_BUS 247 16662306a36Sopenharmony_ci#define GOUT_CLKCMU_PERIC1_IP 248 16762306a36Sopenharmony_ci#define GOUT_CLKCMU_PERIS_BUS 249 16862306a36Sopenharmony_ci 16962306a36Sopenharmony_ci/* CMU_BUSMC */ 17062306a36Sopenharmony_ci#define CLK_MOUT_BUSMC_BUS_USER 1 17162306a36Sopenharmony_ci#define CLK_DOUT_BUSMC_BUSP 2 17262306a36Sopenharmony_ci#define CLK_GOUT_BUSMC_PDMA0_PCLK 3 17362306a36Sopenharmony_ci#define CLK_GOUT_BUSMC_SPDMA_PCLK 4 17462306a36Sopenharmony_ci 17562306a36Sopenharmony_ci/* CMU_CORE */ 17662306a36Sopenharmony_ci#define CLK_MOUT_CORE_BUS_USER 1 17762306a36Sopenharmony_ci#define CLK_DOUT_CORE_BUSP 2 17862306a36Sopenharmony_ci#define CLK_GOUT_CORE_CCI_CLK 3 17962306a36Sopenharmony_ci#define CLK_GOUT_CORE_CCI_PCLK 4 18062306a36Sopenharmony_ci#define CLK_GOUT_CORE_CMU_CORE_PCLK 5 18162306a36Sopenharmony_ci 18262306a36Sopenharmony_ci/* CMU_FSYS0 */ 18362306a36Sopenharmony_ci#define CLK_MOUT_FSYS0_BUS_USER 1 18462306a36Sopenharmony_ci#define CLK_MOUT_FSYS0_PCIE_USER 2 18562306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_BUS_PCLK 3 18662306a36Sopenharmony_ci 18762306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X1_REFCLK 4 18862306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X2_REFCLK 5 18962306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X1_DBI_ACLK 6 19062306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X1_MSTR_ACLK 7 19162306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X1_SLV_ACLK 8 19262306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X2_DBI_ACLK 9 19362306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X2_MSTR_ACLK 10 19462306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X2_SLV_ACLK 11 19562306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L0_X2_PIPE_CLK 12 19662306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3A_2L0_CLK 13 19762306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3B_2L0_CLK 14 19862306a36Sopenharmony_ci 19962306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X1_REFCLK 15 20062306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X2_REFCLK 16 20162306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X1_DBI_ACLK 17 20262306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X1_MSTR_ACLK 18 20362306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X1_SLV_ACLK 19 20462306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X2_DBI_ACLK 20 20562306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X2_MSTR_ACLK 21 20662306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X2_SLV_ACLK 22 20762306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_2L1_X2_PIPE_CLK 23 20862306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3A_2L1_CLK 24 20962306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3B_2L1_CLK 25 21062306a36Sopenharmony_ci 21162306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X2_REFCLK 26 21262306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X4_REFCLK 27 21362306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X2_DBI_ACLK 28 21462306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X2_MSTR_ACLK 29 21562306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X2_SLV_ACLK 30 21662306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X4_DBI_ACLK 31 21762306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X4_MSTR_ACLK 32 21862306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X4_SLV_ACLK 33 21962306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3_4L_X4_PIPE_CLK 34 22062306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3A_4L_CLK 35 22162306a36Sopenharmony_ci#define CLK_GOUT_FSYS0_PCIE_GEN3B_4L_CLK 36 22262306a36Sopenharmony_ci 22362306a36Sopenharmony_ci/* CMU_FSYS1 */ 22462306a36Sopenharmony_ci#define FOUT_MMC_PLL 1 22562306a36Sopenharmony_ci 22662306a36Sopenharmony_ci#define CLK_MOUT_FSYS1_BUS_USER 2 22762306a36Sopenharmony_ci#define CLK_MOUT_FSYS1_MMC_PLL 3 22862306a36Sopenharmony_ci#define CLK_MOUT_FSYS1_MMC_CARD_USER 4 22962306a36Sopenharmony_ci#define CLK_MOUT_FSYS1_USBDRD_USER 5 23062306a36Sopenharmony_ci#define CLK_MOUT_FSYS1_MMC_CARD 6 23162306a36Sopenharmony_ci 23262306a36Sopenharmony_ci#define CLK_DOUT_FSYS1_MMC_CARD 7 23362306a36Sopenharmony_ci 23462306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_PCLK 8 23562306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_MMC_CARD_SDCLKIN 9 23662306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_MMC_CARD_ACLK 10 23762306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB20DRD_0_REFCLK 11 23862306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB20DRD_1_REFCLK 12 23962306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB30DRD_0_REFCLK 13 24062306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB30DRD_1_REFCLK 14 24162306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB20_0_ACLK 15 24262306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB20_1_ACLK 16 24362306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB30_0_ACLK 17 24462306a36Sopenharmony_ci#define CLK_GOUT_FSYS1_USB30_1_ACLK 18 24562306a36Sopenharmony_ci 24662306a36Sopenharmony_ci/* CMU_FSYS2 */ 24762306a36Sopenharmony_ci#define CLK_MOUT_FSYS2_BUS_USER 1 24862306a36Sopenharmony_ci#define CLK_MOUT_FSYS2_UFS_EMBD_USER 2 24962306a36Sopenharmony_ci#define CLK_MOUT_FSYS2_ETHERNET_USER 3 25062306a36Sopenharmony_ci#define CLK_GOUT_FSYS2_UFS_EMBD0_ACLK 4 25162306a36Sopenharmony_ci#define CLK_GOUT_FSYS2_UFS_EMBD0_UNIPRO 5 25262306a36Sopenharmony_ci#define CLK_GOUT_FSYS2_UFS_EMBD1_ACLK 6 25362306a36Sopenharmony_ci#define CLK_GOUT_FSYS2_UFS_EMBD1_UNIPRO 7 25462306a36Sopenharmony_ci 25562306a36Sopenharmony_ci/* CMU_PERIC0 */ 25662306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_BUS_USER 1 25762306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_IP_USER 2 25862306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_USI00_USI 3 25962306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_USI01_USI 4 26062306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_USI02_USI 5 26162306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_USI03_USI 6 26262306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_USI04_USI 7 26362306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_USI05_USI 8 26462306a36Sopenharmony_ci#define CLK_MOUT_PERIC0_USI_I2C 9 26562306a36Sopenharmony_ci 26662306a36Sopenharmony_ci#define CLK_DOUT_PERIC0_USI00_USI 10 26762306a36Sopenharmony_ci#define CLK_DOUT_PERIC0_USI01_USI 11 26862306a36Sopenharmony_ci#define CLK_DOUT_PERIC0_USI02_USI 12 26962306a36Sopenharmony_ci#define CLK_DOUT_PERIC0_USI03_USI 13 27062306a36Sopenharmony_ci#define CLK_DOUT_PERIC0_USI04_USI 14 27162306a36Sopenharmony_ci#define CLK_DOUT_PERIC0_USI05_USI 15 27262306a36Sopenharmony_ci#define CLK_DOUT_PERIC0_USI_I2C 16 27362306a36Sopenharmony_ci 27462306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_0 20 27562306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_1 21 27662306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_2 22 27762306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_3 23 27862306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_4 24 27962306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_5 25 28062306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_6 26 28162306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_7 27 28262306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_8 28 28362306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_9 29 28462306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_10 30 28562306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_IPCLK_11 31 28662306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_0 32 28762306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_1 33 28862306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_2 34 28962306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_3 35 29062306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_4 36 29162306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_5 37 29262306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_6 38 29362306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_7 39 29462306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_8 40 29562306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_9 41 29662306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_10 42 29762306a36Sopenharmony_ci#define CLK_GOUT_PERIC0_PCLK_11 43 29862306a36Sopenharmony_ci 29962306a36Sopenharmony_ci/* CMU_PERIC1 */ 30062306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_BUS_USER 1 30162306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_IP_USER 2 30262306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_USI06_USI 3 30362306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_USI07_USI 4 30462306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_USI08_USI 5 30562306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_USI09_USI 6 30662306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_USI10_USI 7 30762306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_USI11_USI 8 30862306a36Sopenharmony_ci#define CLK_MOUT_PERIC1_USI_I2C 9 30962306a36Sopenharmony_ci 31062306a36Sopenharmony_ci#define CLK_DOUT_PERIC1_USI06_USI 10 31162306a36Sopenharmony_ci#define CLK_DOUT_PERIC1_USI07_USI 11 31262306a36Sopenharmony_ci#define CLK_DOUT_PERIC1_USI08_USI 12 31362306a36Sopenharmony_ci#define CLK_DOUT_PERIC1_USI09_USI 13 31462306a36Sopenharmony_ci#define CLK_DOUT_PERIC1_USI10_USI 14 31562306a36Sopenharmony_ci#define CLK_DOUT_PERIC1_USI11_USI 15 31662306a36Sopenharmony_ci#define CLK_DOUT_PERIC1_USI_I2C 16 31762306a36Sopenharmony_ci 31862306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_0 20 31962306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_1 21 32062306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_2 22 32162306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_3 23 32262306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_4 24 32362306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_5 25 32462306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_6 26 32562306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_7 27 32662306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_8 28 32762306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_9 29 32862306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_10 30 32962306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_IPCLK_11 31 33062306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_0 32 33162306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_1 33 33262306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_2 34 33362306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_3 35 33462306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_4 36 33562306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_5 37 33662306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_6 38 33762306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_7 39 33862306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_8 40 33962306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_9 41 34062306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_10 42 34162306a36Sopenharmony_ci#define CLK_GOUT_PERIC1_PCLK_11 43 34262306a36Sopenharmony_ci 34362306a36Sopenharmony_ci/* CMU_PERIS */ 34462306a36Sopenharmony_ci#define CLK_MOUT_PERIS_BUS_USER 1 34562306a36Sopenharmony_ci#define CLK_GOUT_SYSREG_PERIS_PCLK 2 34662306a36Sopenharmony_ci#define CLK_GOUT_WDT_CLUSTER0 3 34762306a36Sopenharmony_ci#define CLK_GOUT_WDT_CLUSTER1 4 34862306a36Sopenharmony_ci 34962306a36Sopenharmony_ci#endif /* _DT_BINDINGS_CLOCK_EXYNOSAUTOV9_H */ 350