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