1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 * 3 * Copyright (C) 2024 Renesas Electronics Corp. 4 */ 5 #ifndef __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__ 6 #define __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__ 7 8 #define VBATTB_XC 0 9 #define VBATTB_XBYP 1 10 #define VBATTB_MUX 2 11 #define VBATTB_VBATTCLK 3 12 13 #endif /* __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__ */ 14