xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/renesas,r9a08g045-vbattb.h (revision 5f62a964e9f8abc6a05d8338273fadd154f0a206)
1*5f62a964SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*5f62a964SEmmanuel Vadot  *
3*5f62a964SEmmanuel Vadot  * Copyright (C) 2024 Renesas Electronics Corp.
4*5f62a964SEmmanuel Vadot  */
5*5f62a964SEmmanuel Vadot #ifndef __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__
6*5f62a964SEmmanuel Vadot #define __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__
7*5f62a964SEmmanuel Vadot 
8*5f62a964SEmmanuel Vadot #define VBATTB_XC		0
9*5f62a964SEmmanuel Vadot #define VBATTB_XBYP		1
10*5f62a964SEmmanuel Vadot #define VBATTB_MUX		2
11*5f62a964SEmmanuel Vadot #define VBATTB_VBATTCLK		3
12*5f62a964SEmmanuel Vadot 
13*5f62a964SEmmanuel Vadot #endif /* __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__ */
14