Home | History | Annotate | Line # | Download | only in power
r8a7743-sysc.h revision 1.1.1.1.6.2
      1 /*	$NetBSD: r8a7743-sysc.h,v 1.1.1.1.6.2 2017/08/28 17:53:04 skrll Exp $	*/
      2 
      3 /*
      4  * Copyright (C) 2016 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_R8A7743_SYSC_H__
     11 #define __DT_BINDINGS_POWER_R8A7743_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 R8A7743_PD_CA15_CPU0		 0
     20 #define R8A7743_PD_CA15_CPU1		 1
     21 #define R8A7743_PD_CA15_SCU		12
     22 #define R8A7743_PD_SGX			20
     23 
     24 /* Always-on power area */
     25 #define R8A7743_PD_ALWAYS_ON		32
     26 
     27 #endif /* __DT_BINDINGS_POWER_R8A7743_SYSC_H__ */
     28