1841e37a5SBiju Das /* SPDX-License-Identifier: GPL-2.0
2841e37a5SBiju Das  *
3841e37a5SBiju Das  * Copyright (C) 2018 Renesas Electronics Corp.
4841e37a5SBiju Das  */
5841e37a5SBiju Das #ifndef __DT_BINDINGS_POWER_R8A7744_SYSC_H__
6841e37a5SBiju Das #define __DT_BINDINGS_POWER_R8A7744_SYSC_H__
7841e37a5SBiju Das 
8841e37a5SBiju Das /*
9841e37a5SBiju Das  * These power domain indices match the numbers of the interrupt bits
10841e37a5SBiju Das  * representing the power areas in the various Interrupt Registers
11841e37a5SBiju Das  * (e.g. SYSCISR, Interrupt Status Register)
12841e37a5SBiju Das  *
13841e37a5SBiju Das  * Note that RZ/G1N is identical to RZ/G2M w.r.t. power domains.
14841e37a5SBiju Das  */
15841e37a5SBiju Das 
16841e37a5SBiju Das #define R8A7744_PD_CA15_CPU0		 0
17841e37a5SBiju Das #define R8A7744_PD_CA15_CPU1		 1
18841e37a5SBiju Das #define R8A7744_PD_CA15_SCU		12
19841e37a5SBiju Das #define R8A7744_PD_SGX			20
20841e37a5SBiju Das 
21841e37a5SBiju Das /* Always-on power area */
22841e37a5SBiju Das #define R8A7744_PD_ALWAYS_ON		32
23841e37a5SBiju Das 
24841e37a5SBiju Das #endif /* __DT_BINDINGS_POWER_R8A7744_SYSC_H__ */
25