1 /* $NetBSD: r8a77970-sysc.h,v 1.1.1.1 2017/11/30 19:40:51 jmcneill 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_CR7 13 22 #define R8A77970_PD_CA53_SCU 21 23 #define R8A77970_PD_A2IR0 23 24 #define R8A77970_PD_A3IR 24 25 #define R8A77970_PD_A2IR1 27 26 #define R8A77970_PD_A2IR2 28 27 #define R8A77970_PD_A2IR3 29 28 #define R8A77970_PD_A2SC0 30 29 #define R8A77970_PD_A2SC1 31 30 31 /* Always-on power area */ 32 #define R8A77970_PD_ALWAYS_ON 32 33 34 #endif /* __DT_BINDINGS_POWER_R8A77970_SYSC_H__ */ 35