18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2014 LSI Corporation
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_AXM5516_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_AXM5516_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define AXXIA_CLK_FAB_PLL	0
108c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU_PLL	1
118c2ecf20Sopenharmony_ci#define AXXIA_CLK_SYS_PLL	2
128c2ecf20Sopenharmony_ci#define AXXIA_CLK_SM0_PLL	3
138c2ecf20Sopenharmony_ci#define AXXIA_CLK_SM1_PLL	4
148c2ecf20Sopenharmony_ci#define AXXIA_CLK_FAB_DIV	5
158c2ecf20Sopenharmony_ci#define AXXIA_CLK_SYS_DIV	6
168c2ecf20Sopenharmony_ci#define AXXIA_CLK_NRCP_DIV	7
178c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU0_DIV	8
188c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU1_DIV	9
198c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU2_DIV	10
208c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU3_DIV	11
218c2ecf20Sopenharmony_ci#define AXXIA_CLK_PER_DIV	12
228c2ecf20Sopenharmony_ci#define AXXIA_CLK_MMC_DIV	13
238c2ecf20Sopenharmony_ci#define AXXIA_CLK_FAB		14
248c2ecf20Sopenharmony_ci#define AXXIA_CLK_SYS		15
258c2ecf20Sopenharmony_ci#define AXXIA_CLK_NRCP		16
268c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU0		17
278c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU1		18
288c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU2		19
298c2ecf20Sopenharmony_ci#define AXXIA_CLK_CPU3		20
308c2ecf20Sopenharmony_ci#define AXXIA_CLK_PER		21
318c2ecf20Sopenharmony_ci#define AXXIA_CLK_MMC		22
328c2ecf20Sopenharmony_ci
338c2ecf20Sopenharmony_ci#endif
34