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