29 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) 2017 Cogent Embedded Inc.4 */5#ifndef __DT_BINDINGS_POWER_R8A77970_SYSC_H__6#define __DT_BINDINGS_POWER_R8A77970_SYSC_H__7 8/*9 * These power domain indices match the numbers of the interrupt bits10 * representing the power areas in the various Interrupt Registers11 * (e.g. SYSCISR, Interrupt Status Register)12 */13 14#define R8A77970_PD_CA53_CPU0 515#define R8A77970_PD_CA53_CPU1 616#define R8A77970_PD_CA53_SCU 2117#define R8A77970_PD_A2IR0 2318#define R8A77970_PD_A3IR 2419#define R8A77970_PD_A2IR1 2720#define R8A77970_PD_A2DP 2821#define R8A77970_PD_A2CN 2922#define R8A77970_PD_A2SC0 3023#define R8A77970_PD_A2SC1 3124 25/* Always-on power area */26#define R8A77970_PD_ALWAYS_ON 3227 28#endif /* __DT_BINDINGS_POWER_R8A77970_SYSC_H__ */29