198038Sache/* SPDX-License-Identifier: GPL-2.0-only */
298038Sache/*
3133543Stjr * Copyright (C) 2017 Cogent Embedded Inc.
4133543Stjr */
598038Sache#ifndef __DT_BINDINGS_POWER_R8A77970_SYSC_H__
698038Sache#define __DT_BINDINGS_POWER_R8A77970_SYSC_H__
798038Sache
898038Sache/*
998038Sache * These power domain indices match the numbers of the interrupt bits
1098038Sache * representing the power areas in the various Interrupt Registers
1198038Sache * (e.g. SYSCISR, Interrupt Status Register)
1298038Sache */
1398038Sache
1498038Sache#define R8A77970_PD_CA53_CPU0		 5
1598038Sache#define R8A77970_PD_CA53_CPU1		 6
1698038Sache#define R8A77970_PD_CA53_SCU		21
1798038Sache#define R8A77970_PD_A2IR0		23
1898038Sache#define R8A77970_PD_A3IR		24
1998038Sache#define R8A77970_PD_A2IR1		27
20131447Stjr#define R8A77970_PD_A2DP		28
2198038Sache#define R8A77970_PD_A2CN		29
2298038Sache#define R8A77970_PD_A2SC0		30
2398038Sache#define R8A77970_PD_A2SC1		31
2498038Sache
2598038Sache/* Always-on power area */
26131447Stjr#define R8A77970_PD_ALWAYS_ON		32
2798038Sache
28131447Stjr#endif /* __DT_BINDINGS_POWER_R8A77970_SYSC_H__ */
29131447Stjr