xref: /OK3568_Linux_fs/u-boot/arch/arm/dts/include/dt-bindings/clock/renesas-cpg-mssr.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /*
2*4882a593Smuzhiyun  * Copyright (C) 2015 Renesas Electronics Corp.
3*4882a593Smuzhiyun  *
4*4882a593Smuzhiyun  * This program is free software; you can redistribute it and/or modify
5*4882a593Smuzhiyun  * it under the terms of the GNU General Public License as published by
6*4882a593Smuzhiyun  * the Free Software Foundation; either version 2 of the License, or
7*4882a593Smuzhiyun  * (at your option) any later version.
8*4882a593Smuzhiyun  */
9*4882a593Smuzhiyun #ifndef __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
10*4882a593Smuzhiyun #define __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__
11*4882a593Smuzhiyun 
12*4882a593Smuzhiyun #define CPG_CORE			0	/* Core Clock */
13*4882a593Smuzhiyun #define CPG_MOD				1	/* Module Clock */
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun #endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */
16