18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2017 Cogent Embedded Inc. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_POWER_R8A77970_SYSC_H__ 68c2ecf20Sopenharmony_ci#define __DT_BINDINGS_POWER_R8A77970_SYSC_H__ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci/* 98c2ecf20Sopenharmony_ci * These power domain indices match the numbers of the interrupt bits 108c2ecf20Sopenharmony_ci * representing the power areas in the various Interrupt Registers 118c2ecf20Sopenharmony_ci * (e.g. SYSCISR, Interrupt Status Register) 128c2ecf20Sopenharmony_ci */ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define R8A77970_PD_CA53_CPU0 5 158c2ecf20Sopenharmony_ci#define R8A77970_PD_CA53_CPU1 6 168c2ecf20Sopenharmony_ci#define R8A77970_PD_CA53_SCU 21 178c2ecf20Sopenharmony_ci#define R8A77970_PD_A2IR0 23 188c2ecf20Sopenharmony_ci#define R8A77970_PD_A3IR 24 198c2ecf20Sopenharmony_ci#define R8A77970_PD_A2IR1 27 208c2ecf20Sopenharmony_ci#define R8A77970_PD_A2DP 28 218c2ecf20Sopenharmony_ci#define R8A77970_PD_A2CN 29 228c2ecf20Sopenharmony_ci#define R8A77970_PD_A2SC0 30 238c2ecf20Sopenharmony_ci#define R8A77970_PD_A2SC1 31 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci/* Always-on power area */ 268c2ecf20Sopenharmony_ci#define R8A77970_PD_ALWAYS_ON 32 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_POWER_R8A77970_SYSC_H__ */ 29