xref: /linux/include/dt-bindings/clock/fsl,qoriq-clockgen.h (revision cdd38c5f1ce4398ec58fec95904b75824daab7b5)
1*4cb15934SMichael Walle /* SPDX-License-Identifier: GPL-2.0-only */
2*4cb15934SMichael Walle 
3*4cb15934SMichael Walle #ifndef DT_CLOCK_FSL_QORIQ_CLOCKGEN_H
4*4cb15934SMichael Walle #define DT_CLOCK_FSL_QORIQ_CLOCKGEN_H
5*4cb15934SMichael Walle 
6*4cb15934SMichael Walle #define QORIQ_CLK_SYSCLK	0
7*4cb15934SMichael Walle #define QORIQ_CLK_CMUX		1
8*4cb15934SMichael Walle #define QORIQ_CLK_HWACCEL	2
9*4cb15934SMichael Walle #define QORIQ_CLK_FMAN		3
10*4cb15934SMichael Walle #define QORIQ_CLK_PLATFORM_PLL	4
11*4cb15934SMichael Walle #define QORIQ_CLK_CORECLK	5
12*4cb15934SMichael Walle 
13*4cb15934SMichael Walle #define QORIQ_CLK_PLL_DIV(x)	((x) - 1)
14*4cb15934SMichael Walle 
15*4cb15934SMichael Walle #endif /* DT_CLOCK_FSL_QORIQ_CLOCKGEN_H */
16