xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/power/r8a7743-sysc.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * Copyright (C) 2016 Cogent Embedded Inc.
4*c66ec88fSEmmanuel Vadot  */
5*c66ec88fSEmmanuel Vadot #ifndef __DT_BINDINGS_POWER_R8A7743_SYSC_H__
6*c66ec88fSEmmanuel Vadot #define __DT_BINDINGS_POWER_R8A7743_SYSC_H__
7*c66ec88fSEmmanuel Vadot 
8*c66ec88fSEmmanuel Vadot /*
9*c66ec88fSEmmanuel Vadot  * These power domain indices match the numbers of the interrupt bits
10*c66ec88fSEmmanuel Vadot  * representing the power areas in the various Interrupt Registers
11*c66ec88fSEmmanuel Vadot  * (e.g. SYSCISR, Interrupt Status Register)
12*c66ec88fSEmmanuel Vadot  */
13*c66ec88fSEmmanuel Vadot 
14*c66ec88fSEmmanuel Vadot #define R8A7743_PD_CA15_CPU0		 0
15*c66ec88fSEmmanuel Vadot #define R8A7743_PD_CA15_CPU1		 1
16*c66ec88fSEmmanuel Vadot #define R8A7743_PD_CA15_SCU		12
17*c66ec88fSEmmanuel Vadot #define R8A7743_PD_SGX			20
18*c66ec88fSEmmanuel Vadot 
19*c66ec88fSEmmanuel Vadot /* Always-on power area */
20*c66ec88fSEmmanuel Vadot #define R8A7743_PD_ALWAYS_ON		32
21*c66ec88fSEmmanuel Vadot 
22*c66ec88fSEmmanuel Vadot #endif /* __DT_BINDINGS_POWER_R8A7743_SYSC_H__ */
23