diff options
Diffstat (limited to 'include/dt-bindings/clock/renesas-cpg-mssr.h')
-rw-r--r-- | include/dt-bindings/clock/renesas-cpg-mssr.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/renesas-cpg-mssr.h b/include/dt-bindings/clock/renesas-cpg-mssr.h new file mode 100644 index 000000000000..569a3cc33ffb --- /dev/null +++ b/include/dt-bindings/clock/renesas-cpg-mssr.h | |||
@@ -0,0 +1,15 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2015 Renesas Electronics Corp. | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | ||
9 | #ifndef __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ | ||
10 | #define __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ | ||
11 | |||
12 | #define CPG_CORE 0 /* Core Clock */ | ||
13 | #define CPG_MOD 1 /* Module Clock */ | ||
14 | |||
15 | #endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */ | ||