r8a7795-sysc.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2016 Glider bvba
  4. */
  5. #ifndef __DT_BINDINGS_POWER_R8A7795_SYSC_H__
  6. #define __DT_BINDINGS_POWER_R8A7795_SYSC_H__
  7. /*
  8. * These power domain indices match the numbers of the interrupt bits
  9. * representing the power areas in the various Interrupt Registers
  10. * (e.g. SYSCISR, Interrupt Status Register)
  11. */
  12. #define R8A7795_PD_CA57_CPU0 0
  13. #define R8A7795_PD_CA57_CPU1 1
  14. #define R8A7795_PD_CA57_CPU2 2
  15. #define R8A7795_PD_CA57_CPU3 3
  16. #define R8A7795_PD_CA53_CPU0 5
  17. #define R8A7795_PD_CA53_CPU1 6
  18. #define R8A7795_PD_CA53_CPU2 7
  19. #define R8A7795_PD_CA53_CPU3 8
  20. #define R8A7795_PD_A3VP 9
  21. #define R8A7795_PD_CA57_SCU 12
  22. #define R8A7795_PD_CR7 13
  23. #define R8A7795_PD_A3VC 14
  24. #define R8A7795_PD_3DG_A 17
  25. #define R8A7795_PD_3DG_B 18
  26. #define R8A7795_PD_3DG_C 19
  27. #define R8A7795_PD_3DG_D 20
  28. #define R8A7795_PD_CA53_SCU 21
  29. #define R8A7795_PD_3DG_E 22
  30. #define R8A7795_PD_A3IR 24
  31. #define R8A7795_PD_A2VC0 25 /* ES1.x only */
  32. #define R8A7795_PD_A2VC1 26
  33. /* Always-on power area */
  34. #define R8A7795_PD_ALWAYS_ON 32
  35. #endif /* __DT_BINDINGS_POWER_R8A7795_SYSC_H__ */