162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org> 462306a36Sopenharmony_ci * Copyright (C) 2016 Glider bvba 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef __DT_BINDINGS_POWER_R8A77965_SYSC_H__ 862306a36Sopenharmony_ci#define __DT_BINDINGS_POWER_R8A77965_SYSC_H__ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci/* 1162306a36Sopenharmony_ci * These power domain indices match the numbers of the interrupt bits 1262306a36Sopenharmony_ci * representing the power areas in the various Interrupt Registers 1362306a36Sopenharmony_ci * (e.g. SYSCISR, Interrupt Status Register) 1462306a36Sopenharmony_ci */ 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#define R8A77965_PD_CA57_CPU0 0 1762306a36Sopenharmony_ci#define R8A77965_PD_CA57_CPU1 1 1862306a36Sopenharmony_ci#define R8A77965_PD_A3VP 9 1962306a36Sopenharmony_ci#define R8A77965_PD_CA57_SCU 12 2062306a36Sopenharmony_ci#define R8A77965_PD_CR7 13 2162306a36Sopenharmony_ci#define R8A77965_PD_A3VC 14 2262306a36Sopenharmony_ci#define R8A77965_PD_3DG_A 17 2362306a36Sopenharmony_ci#define R8A77965_PD_3DG_B 18 2462306a36Sopenharmony_ci#define R8A77965_PD_A2VC1 26 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci/* Always-on power area */ 2762306a36Sopenharmony_ci#define R8A77965_PD_ALWAYS_ON 32 2862306a36Sopenharmony_ci 2962306a36Sopenharmony_ci#endif /* __DT_BINDINGS_POWER_R8A77965_SYSC_H__ */ 30