162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2014 LSI Corporation
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_AXM5516_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_AXM5516_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#define AXXIA_CLK_FAB_PLL	0
1062306a36Sopenharmony_ci#define AXXIA_CLK_CPU_PLL	1
1162306a36Sopenharmony_ci#define AXXIA_CLK_SYS_PLL	2
1262306a36Sopenharmony_ci#define AXXIA_CLK_SM0_PLL	3
1362306a36Sopenharmony_ci#define AXXIA_CLK_SM1_PLL	4
1462306a36Sopenharmony_ci#define AXXIA_CLK_FAB_DIV	5
1562306a36Sopenharmony_ci#define AXXIA_CLK_SYS_DIV	6
1662306a36Sopenharmony_ci#define AXXIA_CLK_NRCP_DIV	7
1762306a36Sopenharmony_ci#define AXXIA_CLK_CPU0_DIV	8
1862306a36Sopenharmony_ci#define AXXIA_CLK_CPU1_DIV	9
1962306a36Sopenharmony_ci#define AXXIA_CLK_CPU2_DIV	10
2062306a36Sopenharmony_ci#define AXXIA_CLK_CPU3_DIV	11
2162306a36Sopenharmony_ci#define AXXIA_CLK_PER_DIV	12
2262306a36Sopenharmony_ci#define AXXIA_CLK_MMC_DIV	13
2362306a36Sopenharmony_ci#define AXXIA_CLK_FAB		14
2462306a36Sopenharmony_ci#define AXXIA_CLK_SYS		15
2562306a36Sopenharmony_ci#define AXXIA_CLK_NRCP		16
2662306a36Sopenharmony_ci#define AXXIA_CLK_CPU0		17
2762306a36Sopenharmony_ci#define AXXIA_CLK_CPU1		18
2862306a36Sopenharmony_ci#define AXXIA_CLK_CPU2		19
2962306a36Sopenharmony_ci#define AXXIA_CLK_CPU3		20
3062306a36Sopenharmony_ci#define AXXIA_CLK_PER		21
3162306a36Sopenharmony_ci#define AXXIA_CLK_MMC		22
3262306a36Sopenharmony_ci
3362306a36Sopenharmony_ci#endif
34