162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Unisoc SC9863A platform clocks
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2019, Unisoc Communications Inc.
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_SC9863A_H_
962306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_SC9863A_H_
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#define CLK_MPLL0_GATE		0
1262306a36Sopenharmony_ci#define CLK_DPLL0_GATE		1
1362306a36Sopenharmony_ci#define CLK_LPLL_GATE		2
1462306a36Sopenharmony_ci#define CLK_GPLL_GATE		3
1562306a36Sopenharmony_ci#define CLK_DPLL1_GATE		4
1662306a36Sopenharmony_ci#define CLK_MPLL1_GATE		5
1762306a36Sopenharmony_ci#define CLK_MPLL2_GATE		6
1862306a36Sopenharmony_ci#define CLK_ISPPLL_GATE		7
1962306a36Sopenharmony_ci#define CLK_PMU_APB_NUM		(CLK_ISPPLL_GATE + 1)
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#define CLK_AUDIO_GATE		0
2262306a36Sopenharmony_ci#define CLK_RPLL		1
2362306a36Sopenharmony_ci#define CLK_RPLL_390M		2
2462306a36Sopenharmony_ci#define CLK_RPLL_260M		3
2562306a36Sopenharmony_ci#define CLK_RPLL_195M		4
2662306a36Sopenharmony_ci#define CLK_RPLL_26M		5
2762306a36Sopenharmony_ci#define CLK_ANLG_PHY_G5_NUM	(CLK_RPLL_26M + 1)
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci#define CLK_TWPLL		0
3062306a36Sopenharmony_ci#define CLK_TWPLL_768M		1
3162306a36Sopenharmony_ci#define CLK_TWPLL_384M		2
3262306a36Sopenharmony_ci#define CLK_TWPLL_192M		3
3362306a36Sopenharmony_ci#define CLK_TWPLL_96M		4
3462306a36Sopenharmony_ci#define CLK_TWPLL_48M		5
3562306a36Sopenharmony_ci#define CLK_TWPLL_24M		6
3662306a36Sopenharmony_ci#define CLK_TWPLL_12M		7
3762306a36Sopenharmony_ci#define CLK_TWPLL_512M		8
3862306a36Sopenharmony_ci#define CLK_TWPLL_256M		9
3962306a36Sopenharmony_ci#define CLK_TWPLL_128M		10
4062306a36Sopenharmony_ci#define CLK_TWPLL_64M		11
4162306a36Sopenharmony_ci#define CLK_TWPLL_307M2		12
4262306a36Sopenharmony_ci#define CLK_TWPLL_219M4		13
4362306a36Sopenharmony_ci#define CLK_TWPLL_170M6		14
4462306a36Sopenharmony_ci#define CLK_TWPLL_153M6		15
4562306a36Sopenharmony_ci#define CLK_TWPLL_76M8		16
4662306a36Sopenharmony_ci#define CLK_TWPLL_51M2		17
4762306a36Sopenharmony_ci#define CLK_TWPLL_38M4		18
4862306a36Sopenharmony_ci#define CLK_TWPLL_19M2		19
4962306a36Sopenharmony_ci#define CLK_LPLL		20
5062306a36Sopenharmony_ci#define CLK_LPLL_409M6		21
5162306a36Sopenharmony_ci#define CLK_LPLL_245M76		22
5262306a36Sopenharmony_ci#define CLK_GPLL		23
5362306a36Sopenharmony_ci#define CLK_ISPPLL		24
5462306a36Sopenharmony_ci#define CLK_ISPPLL_468M		25
5562306a36Sopenharmony_ci#define CLK_ANLG_PHY_G1_NUM	(CLK_ISPPLL_468M + 1)
5662306a36Sopenharmony_ci
5762306a36Sopenharmony_ci#define CLK_DPLL0		0
5862306a36Sopenharmony_ci#define CLK_DPLL1		1
5962306a36Sopenharmony_ci#define CLK_DPLL0_933M		2
6062306a36Sopenharmony_ci#define CLK_DPLL0_622M3		3
6162306a36Sopenharmony_ci#define CLK_DPLL0_400M		4
6262306a36Sopenharmony_ci#define CLK_DPLL0_266M7		5
6362306a36Sopenharmony_ci#define CLK_DPLL0_123M1		6
6462306a36Sopenharmony_ci#define CLK_DPLL0_50M		7
6562306a36Sopenharmony_ci#define CLK_ANLG_PHY_G7_NUM	(CLK_DPLL0_50M + 1)
6662306a36Sopenharmony_ci
6762306a36Sopenharmony_ci#define CLK_MPLL0		0
6862306a36Sopenharmony_ci#define CLK_MPLL1		1
6962306a36Sopenharmony_ci#define CLK_MPLL2		2
7062306a36Sopenharmony_ci#define CLK_MPLL2_675M		3
7162306a36Sopenharmony_ci#define CLK_ANLG_PHY_G4_NUM	(CLK_MPLL2_675M + 1)
7262306a36Sopenharmony_ci
7362306a36Sopenharmony_ci#define CLK_AP_APB		0
7462306a36Sopenharmony_ci#define CLK_AP_CE		1
7562306a36Sopenharmony_ci#define CLK_NANDC_ECC		2
7662306a36Sopenharmony_ci#define CLK_NANDC_26M		3
7762306a36Sopenharmony_ci#define CLK_EMMC_32K		4
7862306a36Sopenharmony_ci#define CLK_SDIO0_32K		5
7962306a36Sopenharmony_ci#define CLK_SDIO1_32K		6
8062306a36Sopenharmony_ci#define CLK_SDIO2_32K		7
8162306a36Sopenharmony_ci#define CLK_OTG_UTMI		8
8262306a36Sopenharmony_ci#define CLK_AP_UART0		9
8362306a36Sopenharmony_ci#define CLK_AP_UART1		10
8462306a36Sopenharmony_ci#define CLK_AP_UART2		11
8562306a36Sopenharmony_ci#define CLK_AP_UART3		12
8662306a36Sopenharmony_ci#define CLK_AP_UART4		13
8762306a36Sopenharmony_ci#define CLK_AP_I2C0		14
8862306a36Sopenharmony_ci#define CLK_AP_I2C1		15
8962306a36Sopenharmony_ci#define CLK_AP_I2C2		16
9062306a36Sopenharmony_ci#define CLK_AP_I2C3		17
9162306a36Sopenharmony_ci#define CLK_AP_I2C4		18
9262306a36Sopenharmony_ci#define CLK_AP_I2C5		19
9362306a36Sopenharmony_ci#define CLK_AP_I2C6		20
9462306a36Sopenharmony_ci#define CLK_AP_SPI0		21
9562306a36Sopenharmony_ci#define CLK_AP_SPI1		22
9662306a36Sopenharmony_ci#define CLK_AP_SPI2		23
9762306a36Sopenharmony_ci#define CLK_AP_SPI3		24
9862306a36Sopenharmony_ci#define CLK_AP_IIS0		25
9962306a36Sopenharmony_ci#define CLK_AP_IIS1		26
10062306a36Sopenharmony_ci#define CLK_AP_IIS2		27
10162306a36Sopenharmony_ci#define CLK_SIM0		28
10262306a36Sopenharmony_ci#define CLK_SIM0_32K		29
10362306a36Sopenharmony_ci#define CLK_AP_CLK_NUM		(CLK_SIM0_32K + 1)
10462306a36Sopenharmony_ci
10562306a36Sopenharmony_ci#define CLK_13M			0
10662306a36Sopenharmony_ci#define CLK_6M5			1
10762306a36Sopenharmony_ci#define CLK_4M3			2
10862306a36Sopenharmony_ci#define CLK_2M			3
10962306a36Sopenharmony_ci#define CLK_250K		4
11062306a36Sopenharmony_ci#define CLK_RCO_25M		5
11162306a36Sopenharmony_ci#define CLK_RCO_4M		6
11262306a36Sopenharmony_ci#define CLK_RCO_2M		7
11362306a36Sopenharmony_ci#define CLK_EMC			8
11462306a36Sopenharmony_ci#define CLK_AON_APB		9
11562306a36Sopenharmony_ci#define CLK_ADI			10
11662306a36Sopenharmony_ci#define CLK_AUX0		11
11762306a36Sopenharmony_ci#define CLK_AUX1		12
11862306a36Sopenharmony_ci#define CLK_AUX2		13
11962306a36Sopenharmony_ci#define CLK_PROBE		14
12062306a36Sopenharmony_ci#define CLK_PWM0		15
12162306a36Sopenharmony_ci#define CLK_PWM1		16
12262306a36Sopenharmony_ci#define CLK_PWM2		17
12362306a36Sopenharmony_ci#define CLK_AON_THM		18
12462306a36Sopenharmony_ci#define CLK_AUDIF		19
12562306a36Sopenharmony_ci#define CLK_CPU_DAP		20
12662306a36Sopenharmony_ci#define CLK_CPU_TS		21
12762306a36Sopenharmony_ci#define CLK_DJTAG_TCK		22
12862306a36Sopenharmony_ci#define CLK_EMC_REF		23
12962306a36Sopenharmony_ci#define CLK_CSSYS		24
13062306a36Sopenharmony_ci#define CLK_AON_PMU		25
13162306a36Sopenharmony_ci#define CLK_PMU_26M		26
13262306a36Sopenharmony_ci#define CLK_AON_TMR		27
13362306a36Sopenharmony_ci#define CLK_POWER_CPU		28
13462306a36Sopenharmony_ci#define CLK_AP_AXI		29
13562306a36Sopenharmony_ci#define CLK_SDIO0_2X		30
13662306a36Sopenharmony_ci#define CLK_SDIO1_2X		31
13762306a36Sopenharmony_ci#define CLK_SDIO2_2X		32
13862306a36Sopenharmony_ci#define CLK_EMMC_2X		33
13962306a36Sopenharmony_ci#define CLK_DPU			34
14062306a36Sopenharmony_ci#define CLK_DPU_DPI		35
14162306a36Sopenharmony_ci#define CLK_OTG_REF		36
14262306a36Sopenharmony_ci#define CLK_SDPHY_APB		37
14362306a36Sopenharmony_ci#define CLK_ALG_IO_APB		38
14462306a36Sopenharmony_ci#define CLK_GPU_CORE		39
14562306a36Sopenharmony_ci#define CLK_GPU_SOC		40
14662306a36Sopenharmony_ci#define CLK_MM_EMC		41
14762306a36Sopenharmony_ci#define CLK_MM_AHB		42
14862306a36Sopenharmony_ci#define CLK_BPC			43
14962306a36Sopenharmony_ci#define CLK_DCAM_IF		44
15062306a36Sopenharmony_ci#define CLK_ISP			45
15162306a36Sopenharmony_ci#define CLK_JPG			46
15262306a36Sopenharmony_ci#define CLK_CPP			47
15362306a36Sopenharmony_ci#define CLK_SENSOR0		48
15462306a36Sopenharmony_ci#define CLK_SENSOR1		49
15562306a36Sopenharmony_ci#define CLK_SENSOR2		50
15662306a36Sopenharmony_ci#define CLK_MM_VEMC		51
15762306a36Sopenharmony_ci#define CLK_MM_VAHB		52
15862306a36Sopenharmony_ci#define CLK_VSP			53
15962306a36Sopenharmony_ci#define CLK_CORE0		54
16062306a36Sopenharmony_ci#define CLK_CORE1		55
16162306a36Sopenharmony_ci#define CLK_CORE2		56
16262306a36Sopenharmony_ci#define CLK_CORE3		57
16362306a36Sopenharmony_ci#define CLK_CORE4		58
16462306a36Sopenharmony_ci#define CLK_CORE5		59
16562306a36Sopenharmony_ci#define CLK_CORE6		60
16662306a36Sopenharmony_ci#define CLK_CORE7		61
16762306a36Sopenharmony_ci#define CLK_SCU			62
16862306a36Sopenharmony_ci#define CLK_ACE			63
16962306a36Sopenharmony_ci#define CLK_AXI_PERIPH		64
17062306a36Sopenharmony_ci#define CLK_AXI_ACP		65
17162306a36Sopenharmony_ci#define CLK_ATB			66
17262306a36Sopenharmony_ci#define CLK_DEBUG_APB		67
17362306a36Sopenharmony_ci#define CLK_GIC			68
17462306a36Sopenharmony_ci#define CLK_PERIPH		69
17562306a36Sopenharmony_ci#define CLK_AON_CLK_NUM		(CLK_VSP + 1)
17662306a36Sopenharmony_ci
17762306a36Sopenharmony_ci#define CLK_OTG_EB		0
17862306a36Sopenharmony_ci#define CLK_DMA_EB		1
17962306a36Sopenharmony_ci#define CLK_CE_EB		2
18062306a36Sopenharmony_ci#define CLK_NANDC_EB		3
18162306a36Sopenharmony_ci#define CLK_SDIO0_EB		4
18262306a36Sopenharmony_ci#define CLK_SDIO1_EB		5
18362306a36Sopenharmony_ci#define CLK_SDIO2_EB		6
18462306a36Sopenharmony_ci#define CLK_EMMC_EB		7
18562306a36Sopenharmony_ci#define CLK_EMMC_32K_EB		8
18662306a36Sopenharmony_ci#define CLK_SDIO0_32K_EB	9
18762306a36Sopenharmony_ci#define CLK_SDIO1_32K_EB	10
18862306a36Sopenharmony_ci#define CLK_SDIO2_32K_EB	11
18962306a36Sopenharmony_ci#define CLK_NANDC_26M_EB	12
19062306a36Sopenharmony_ci#define CLK_DMA_EB2		13
19162306a36Sopenharmony_ci#define CLK_CE_EB2		14
19262306a36Sopenharmony_ci#define CLK_AP_AHB_GATE_NUM	(CLK_CE_EB2 + 1)
19362306a36Sopenharmony_ci
19462306a36Sopenharmony_ci#define CLK_GPIO_EB		0
19562306a36Sopenharmony_ci#define CLK_PWM0_EB		1
19662306a36Sopenharmony_ci#define CLK_PWM1_EB		2
19762306a36Sopenharmony_ci#define CLK_PWM2_EB		3
19862306a36Sopenharmony_ci#define CLK_PWM3_EB		4
19962306a36Sopenharmony_ci#define CLK_KPD_EB		5
20062306a36Sopenharmony_ci#define CLK_AON_SYST_EB		6
20162306a36Sopenharmony_ci#define CLK_AP_SYST_EB		7
20262306a36Sopenharmony_ci#define CLK_AON_TMR_EB		8
20362306a36Sopenharmony_ci#define CLK_EFUSE_EB		9
20462306a36Sopenharmony_ci#define CLK_EIC_EB		10
20562306a36Sopenharmony_ci#define CLK_INTC_EB		11
20662306a36Sopenharmony_ci#define CLK_ADI_EB		12
20762306a36Sopenharmony_ci#define CLK_AUDIF_EB		13
20862306a36Sopenharmony_ci#define CLK_AUD_EB		14
20962306a36Sopenharmony_ci#define CLK_VBC_EB		15
21062306a36Sopenharmony_ci#define CLK_PIN_EB		16
21162306a36Sopenharmony_ci#define CLK_AP_WDG_EB		17
21262306a36Sopenharmony_ci#define CLK_MM_EB		18
21362306a36Sopenharmony_ci#define CLK_AON_APB_CKG_EB	19
21462306a36Sopenharmony_ci#define CLK_CA53_TS0_EB		20
21562306a36Sopenharmony_ci#define CLK_CA53_TS1_EB		21
21662306a36Sopenharmony_ci#define CLK_CS53_DAP_EB		22
21762306a36Sopenharmony_ci#define CLK_PMU_EB		23
21862306a36Sopenharmony_ci#define CLK_THM_EB		24
21962306a36Sopenharmony_ci#define CLK_AUX0_EB		25
22062306a36Sopenharmony_ci#define CLK_AUX1_EB		26
22162306a36Sopenharmony_ci#define CLK_AUX2_EB		27
22262306a36Sopenharmony_ci#define CLK_PROBE_EB		28
22362306a36Sopenharmony_ci#define CLK_EMC_REF_EB		29
22462306a36Sopenharmony_ci#define CLK_CA53_WDG_EB		30
22562306a36Sopenharmony_ci#define CLK_AP_TMR1_EB		31
22662306a36Sopenharmony_ci#define CLK_AP_TMR2_EB		32
22762306a36Sopenharmony_ci#define CLK_DISP_EMC_EB		33
22862306a36Sopenharmony_ci#define CLK_ZIP_EMC_EB		34
22962306a36Sopenharmony_ci#define CLK_GSP_EMC_EB		35
23062306a36Sopenharmony_ci#define CLK_MM_VSP_EB		36
23162306a36Sopenharmony_ci#define CLK_MDAR_EB		37
23262306a36Sopenharmony_ci#define CLK_RTC4M0_CAL_EB	38
23362306a36Sopenharmony_ci#define CLK_RTC4M1_CAL_EB	39
23462306a36Sopenharmony_ci#define CLK_DJTAG_EB		40
23562306a36Sopenharmony_ci#define CLK_MBOX_EB		41
23662306a36Sopenharmony_ci#define CLK_AON_DMA_EB		42
23762306a36Sopenharmony_ci#define CLK_AON_APB_DEF_EB	43
23862306a36Sopenharmony_ci#define CLK_CA5_TS0_EB		44
23962306a36Sopenharmony_ci#define CLK_DBG_EB		45
24062306a36Sopenharmony_ci#define CLK_DBG_EMC_EB		46
24162306a36Sopenharmony_ci#define CLK_CROSS_TRIG_EB	47
24262306a36Sopenharmony_ci#define CLK_SERDES_DPHY_EB	48
24362306a36Sopenharmony_ci#define CLK_ARCH_RTC_EB		49
24462306a36Sopenharmony_ci#define CLK_KPD_RTC_EB		50
24562306a36Sopenharmony_ci#define CLK_AON_SYST_RTC_EB	51
24662306a36Sopenharmony_ci#define CLK_AP_SYST_RTC_EB	52
24762306a36Sopenharmony_ci#define CLK_AON_TMR_RTC_EB	53
24862306a36Sopenharmony_ci#define CLK_AP_TMR0_RTC_EB	54
24962306a36Sopenharmony_ci#define CLK_EIC_RTC_EB		55
25062306a36Sopenharmony_ci#define CLK_EIC_RTCDV5_EB	56
25162306a36Sopenharmony_ci#define CLK_AP_WDG_RTC_EB	57
25262306a36Sopenharmony_ci#define CLK_CA53_WDG_RTC_EB	58
25362306a36Sopenharmony_ci#define CLK_THM_RTC_EB		59
25462306a36Sopenharmony_ci#define CLK_ATHMA_RTC_EB	60
25562306a36Sopenharmony_ci#define CLK_GTHMA_RTC_EB	61
25662306a36Sopenharmony_ci#define CLK_ATHMA_RTC_A_EB	62
25762306a36Sopenharmony_ci#define CLK_GTHMA_RTC_A_EB	63
25862306a36Sopenharmony_ci#define CLK_AP_TMR1_RTC_EB	64
25962306a36Sopenharmony_ci#define CLK_AP_TMR2_RTC_EB	65
26062306a36Sopenharmony_ci#define CLK_DXCO_LC_RTC_EB	66
26162306a36Sopenharmony_ci#define CLK_BB_CAL_RTC_EB	67
26262306a36Sopenharmony_ci#define CLK_GNU_EB		68
26362306a36Sopenharmony_ci#define CLK_DISP_EB		69
26462306a36Sopenharmony_ci#define CLK_MM_EMC_EB		70
26562306a36Sopenharmony_ci#define CLK_POWER_CPU_EB	71
26662306a36Sopenharmony_ci#define CLK_HW_I2C_EB		72
26762306a36Sopenharmony_ci#define CLK_MM_VSP_EMC_EB	73
26862306a36Sopenharmony_ci#define CLK_VSP_EB		74
26962306a36Sopenharmony_ci#define CLK_CSSYS_EB		75
27062306a36Sopenharmony_ci#define CLK_DMC_EB		76
27162306a36Sopenharmony_ci#define CLK_ROSC_EB		77
27262306a36Sopenharmony_ci#define CLK_S_D_CFG_EB		78
27362306a36Sopenharmony_ci#define CLK_S_D_REF_EB		79
27462306a36Sopenharmony_ci#define CLK_B_DMA_EB		80
27562306a36Sopenharmony_ci#define CLK_ANLG_EB		81
27662306a36Sopenharmony_ci#define CLK_ANLG_APB_EB		82
27762306a36Sopenharmony_ci#define CLK_BSMTMR_EB		83
27862306a36Sopenharmony_ci#define CLK_AP_AXI_EB		84
27962306a36Sopenharmony_ci#define CLK_AP_INTC0_EB		85
28062306a36Sopenharmony_ci#define CLK_AP_INTC1_EB		86
28162306a36Sopenharmony_ci#define CLK_AP_INTC2_EB		87
28262306a36Sopenharmony_ci#define CLK_AP_INTC3_EB		88
28362306a36Sopenharmony_ci#define CLK_AP_INTC4_EB		89
28462306a36Sopenharmony_ci#define CLK_AP_INTC5_EB		90
28562306a36Sopenharmony_ci#define CLK_SCC_EB		91
28662306a36Sopenharmony_ci#define CLK_DPHY_CFG_EB		92
28762306a36Sopenharmony_ci#define CLK_DPHY_REF_EB		93
28862306a36Sopenharmony_ci#define CLK_CPHY_CFG_EB		94
28962306a36Sopenharmony_ci#define CLK_OTG_REF_EB		95
29062306a36Sopenharmony_ci#define CLK_SERDES_EB		96
29162306a36Sopenharmony_ci#define CLK_AON_AP_EMC_EB	97
29262306a36Sopenharmony_ci#define CLK_AON_APB_GATE_NUM	(CLK_AON_AP_EMC_EB + 1)
29362306a36Sopenharmony_ci
29462306a36Sopenharmony_ci#define CLK_MAHB_CKG_EB		0
29562306a36Sopenharmony_ci#define CLK_MDCAM_EB		1
29662306a36Sopenharmony_ci#define CLK_MISP_EB		2
29762306a36Sopenharmony_ci#define CLK_MAHBCSI_EB		3
29862306a36Sopenharmony_ci#define CLK_MCSI_S_EB		4
29962306a36Sopenharmony_ci#define CLK_MCSI_T_EB		5
30062306a36Sopenharmony_ci#define CLK_DCAM_AXI_EB		6
30162306a36Sopenharmony_ci#define CLK_ISP_AXI_EB		7
30262306a36Sopenharmony_ci#define CLK_MCSI_EB		8
30362306a36Sopenharmony_ci#define CLK_MCSI_S_CKG_EB	9
30462306a36Sopenharmony_ci#define CLK_MCSI_T_CKG_EB	10
30562306a36Sopenharmony_ci#define CLK_SENSOR0_EB		11
30662306a36Sopenharmony_ci#define CLK_SENSOR1_EB		12
30762306a36Sopenharmony_ci#define CLK_SENSOR2_EB		13
30862306a36Sopenharmony_ci#define CLK_MCPHY_CFG_EB	14
30962306a36Sopenharmony_ci#define CLK_MM_GATE_NUM		(CLK_MCPHY_CFG_EB + 1)
31062306a36Sopenharmony_ci
31162306a36Sopenharmony_ci#define CLK_MIPI_CSI		0
31262306a36Sopenharmony_ci#define CLK_MIPI_CSI_S		1
31362306a36Sopenharmony_ci#define CLK_MIPI_CSI_M		2
31462306a36Sopenharmony_ci#define CLK_MM_CLK_NUM		(CLK_MIPI_CSI_M + 1)
31562306a36Sopenharmony_ci
31662306a36Sopenharmony_ci#define CLK_SIM0_EB		0
31762306a36Sopenharmony_ci#define CLK_IIS0_EB		1
31862306a36Sopenharmony_ci#define CLK_IIS1_EB		2
31962306a36Sopenharmony_ci#define CLK_IIS2_EB		3
32062306a36Sopenharmony_ci#define CLK_SPI0_EB		4
32162306a36Sopenharmony_ci#define CLK_SPI1_EB		5
32262306a36Sopenharmony_ci#define CLK_SPI2_EB		6
32362306a36Sopenharmony_ci#define CLK_I2C0_EB		7
32462306a36Sopenharmony_ci#define CLK_I2C1_EB		8
32562306a36Sopenharmony_ci#define CLK_I2C2_EB		9
32662306a36Sopenharmony_ci#define CLK_I2C3_EB		10
32762306a36Sopenharmony_ci#define CLK_I2C4_EB		11
32862306a36Sopenharmony_ci#define CLK_UART0_EB		12
32962306a36Sopenharmony_ci#define CLK_UART1_EB		13
33062306a36Sopenharmony_ci#define CLK_UART2_EB		14
33162306a36Sopenharmony_ci#define CLK_UART3_EB		15
33262306a36Sopenharmony_ci#define CLK_UART4_EB		16
33362306a36Sopenharmony_ci#define CLK_SIM0_32K_EB		17
33462306a36Sopenharmony_ci#define CLK_SPI3_EB		18
33562306a36Sopenharmony_ci#define CLK_I2C5_EB		19
33662306a36Sopenharmony_ci#define CLK_I2C6_EB		20
33762306a36Sopenharmony_ci#define CLK_AP_APB_GATE_NUM	(CLK_I2C6_EB + 1)
33862306a36Sopenharmony_ci
33962306a36Sopenharmony_ci#endif /* _DT_BINDINGS_CLK_SC9863A_H_ */
340