xref: /linux/include/dt-bindings/power/renesas,r8a78000-mdlc.h (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (C) 2026 Glider bv
4  */
5 #ifndef __DT_BINDINGS_POWER_RENESAS_R8A78000_MDLC_H__
6 #define __DT_BINDINGS_POWER_RENESAS_R8A78000_MDLC_H__
7 
8 /* R-Car X5H Module Controller Always-On Power Domains */
9 
10 #define R8A78000_MDLC_PD_AON			0x40
11 #define R8A78000_MDLC_PD_SCP			0x41
12 #define R8A78000_MDLC_PD_APL			0x42
13 #define R8A78000_MDLC_PD_ACL			0x43
14 
15 #endif /* __DT_BINDINGS_POWER_RENESAS_R8A78000_MDLC_H__ */
16