xref: /linux/include/dt-bindings/clock/renesas,r8a78000-cpg.h (revision 502d45774af09f1c681c754c4b7cdfb5d7f72fd9)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (C) 2026 Glider bv
4  */
5 #ifndef __DT_BINDINGS_CLOCK_RENESAS_R8A78000_CPG_H__
6 #define __DT_BINDINGS_CLOCK_RENESAS_R8A78000_CPG_H__
7 
8 /* R-Car X5H Clock Pulse Generator Clocks */
9 
10 #define R8A78000_CPG_SGASYNCD4_PERW_BUS		0
11 #define R8A78000_CPG_SGASYNCD8_PERW_BUS		1
12 #define R8A78000_CPG_SGASYNCD16_PERW_BUS	2
13 
14 #endif /* __DT_BINDINGS_CLOCK_RENESAS_R8A78000_CPG_H__ */
15