r8a77970-sysc.h 799 B

12345678910111213141516171819202122232425262728
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2017 Cogent Embedded Inc.
  4. */
  5. #ifndef __DT_BINDINGS_POWER_R8A77970_SYSC_H__
  6. #define __DT_BINDINGS_POWER_R8A77970_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 R8A77970_PD_CA53_CPU0 5
  13. #define R8A77970_PD_CA53_CPU1 6
  14. #define R8A77970_PD_CA53_SCU 21
  15. #define R8A77970_PD_A2IR0 23
  16. #define R8A77970_PD_A3IR 24
  17. #define R8A77970_PD_A2IR1 27
  18. #define R8A77970_PD_A2DP 28
  19. #define R8A77970_PD_A2CN 29
  20. #define R8A77970_PD_A2SC0 30
  21. #define R8A77970_PD_A2SC1 31
  22. /* Always-on power area */
  23. #define R8A77970_PD_ALWAYS_ON 32
  24. #endif /* __DT_BINDINGS_POWER_R8A77970_SYSC_H__ */