1 /* $NetBSD: r8a77970-sysc.h,v 1.1.1.1.6.1 2019/06/10 22:08:57 christos Exp $ */ 2 3 /* 4 * Copyright (C) 2017 Cogent Embedded Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 */ 10 #ifndef __DT_BINDINGS_POWER_R8A77970_SYSC_H__ 11 #define __DT_BINDINGS_POWER_R8A77970_SYSC_H__ 12 13 /* 14 * These power domain indices match the numbers of the interrupt bits 15 * representing the power areas in the various Interrupt Registers 16 * (e.g. SYSCISR, Interrupt Status Register) 17 */ 18 19 #define R8A77970_PD_CA53_CPU0 5 20 #define R8A77970_PD_CA53_CPU1 6 21 #define R8A77970_PD_CA53_SCU 21 22 #define R8A77970_PD_A2IR0 23 23 #define R8A77970_PD_A3IR 24 24 #define R8A77970_PD_A2IR1 27 25 #define R8A77970_PD_A2DP 28 26 #define R8A77970_PD_A2CN 29 27 #define R8A77970_PD_A2SC0 30 28 #define R8A77970_PD_A2SC1 31 29 30 /* Always-on power area */ 31 #define R8A77970_PD_ALWAYS_ON 32 32 33 #endif /* __DT_BINDINGS_POWER_R8A77970_SYSC_H__ */ 34