diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-05-30 13:05:10 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-05 21:13:55 -0400 |
commit | 74699228b99d293ec52682eed356f7b39ec644e4 (patch) | |
tree | aa4eeca2e7d079d2c0d0acc998acc36cfb60084f | |
parent | 2ff1bf77e4d437be502b79443906fcb23e09b81b (diff) |
soc: renesas: Add r8a7796 SYSC PM Domain Binding Definitions
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | include/dt-bindings/power/r8a7796-sysc.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/include/dt-bindings/power/r8a7796-sysc.h b/include/dt-bindings/power/r8a7796-sysc.h new file mode 100644 index 000000000000..5b4daab44daa --- /dev/null +++ b/include/dt-bindings/power/r8a7796-sysc.h | |||
@@ -0,0 +1,36 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2016 Glider bvba | ||
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; version 2 of the License. | ||
7 | */ | ||
8 | #ifndef __DT_BINDINGS_POWER_R8A7796_SYSC_H__ | ||
9 | #define __DT_BINDINGS_POWER_R8A7796_SYSC_H__ | ||
10 | |||
11 | /* | ||
12 | * These power domain indices match the numbers of the interrupt bits | ||
13 | * representing the power areas in the various Interrupt Registers | ||
14 | * (e.g. SYSCISR, Interrupt Status Register) | ||
15 | */ | ||
16 | |||
17 | #define R8A7796_PD_CA57_CPU0 0 | ||
18 | #define R8A7796_PD_CA57_CPU1 1 | ||
19 | #define R8A7796_PD_CA53_CPU0 5 | ||
20 | #define R8A7796_PD_CA53_CPU1 6 | ||
21 | #define R8A7796_PD_CA53_CPU2 7 | ||
22 | #define R8A7796_PD_CA53_CPU3 8 | ||
23 | #define R8A7796_PD_CA57_SCU 12 | ||
24 | #define R8A7796_PD_CR7 13 | ||
25 | #define R8A7796_PD_A3VC 14 | ||
26 | #define R8A7796_PD_3DG_A 17 | ||
27 | #define R8A7796_PD_3DG_B 18 | ||
28 | #define R8A7796_PD_CA53_SCU 21 | ||
29 | #define R8A7796_PD_A3IR 24 | ||
30 | #define R8A7796_PD_A2VC0 25 | ||
31 | #define R8A7796_PD_A2VC1 26 | ||
32 | |||
33 | /* Always-on power area */ | ||
34 | #define R8A7796_PD_ALWAYS_ON 32 | ||
35 | |||
36 | #endif /* __DT_BINDINGS_POWER_R8A7796_SYSC_H__ */ | ||