1*1154541aSMarek Vasut /* 2*1154541aSMarek Vasut * Copyright (C) 2017 Glider bvba 3*1154541aSMarek Vasut * 4*1154541aSMarek Vasut * This program is free software; you can redistribute it and/or modify 5*1154541aSMarek Vasut * it under the terms of the GNU General Public License as published by 6*1154541aSMarek Vasut * the Free Software Foundation; version 2 of the License. 7*1154541aSMarek Vasut */ 8*1154541aSMarek Vasut #ifndef __DT_BINDINGS_POWER_R8A77995_SYSC_H__ 9*1154541aSMarek Vasut #define __DT_BINDINGS_POWER_R8A77995_SYSC_H__ 10*1154541aSMarek Vasut 11*1154541aSMarek Vasut /* 12*1154541aSMarek Vasut * These power domain indices match the numbers of the interrupt bits 13*1154541aSMarek Vasut * representing the power areas in the various Interrupt Registers 14*1154541aSMarek Vasut * (e.g. SYSCISR, Interrupt Status Register) 15*1154541aSMarek Vasut */ 16*1154541aSMarek Vasut 17*1154541aSMarek Vasut #define R8A77995_PD_CA53_CPU0 5 18*1154541aSMarek Vasut #define R8A77995_PD_CA53_SCU 21 19*1154541aSMarek Vasut 20*1154541aSMarek Vasut /* Always-on power area */ 21*1154541aSMarek Vasut #define R8A77995_PD_ALWAYS_ON 32 22*1154541aSMarek Vasut 23*1154541aSMarek Vasut #endif /* __DT_BINDINGS_POWER_R8A77995_SYSC_H__ */ 24