blob: 32f8d8f8f17d319e140cf6fff5065487bc5b64ba [file] [log] [blame]
developer550bf5e2016-07-11 16:05:23 +08001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * Redistributions of source code must retain the above copyright notice, this
8 * list of conditions and the following disclaimer.
9 *
10 * Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
12 * and/or other materials provided with the distribution.
13 *
14 * Neither the name of ARM nor the names of its contributors may be used
15 * to endorse or promote products derived from this software without specific
16 * prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGE.
29 */
30
31#ifndef __SPM_H__
32#define __SPM_H__
33
34#define SPM_POWERON_CONFIG_SET (SPM_BASE + 0x000)
35#define SPM_POWER_ON_VAL0 (SPM_BASE + 0x010)
36#define SPM_POWER_ON_VAL1 (SPM_BASE + 0x014)
37#define SPM_CLK_SETTLE (SPM_BASE + 0x100)
38#define SPM_CA7_CPU1_PWR_CON (SPM_BASE + 0x218)
39#define SPM_CA7_CPU2_PWR_CON (SPM_BASE + 0x21c)
40#define SPM_CA7_CPU3_PWR_CON (SPM_BASE + 0x220)
41#define SPM_CA7_CPU1_L1_PDN (SPM_BASE + 0x264)
42#define SPM_CA7_CPU2_L1_PDN (SPM_BASE + 0x26c)
43#define SPM_CA7_CPU3_L1_PDN (SPM_BASE + 0x274)
44#define SPM_MD32_SRAM_CON (SPM_BASE + 0x2c8)
45#define SPM_PCM_CON0 (SPM_BASE + 0x310)
46#define SPM_PCM_CON1 (SPM_BASE + 0x314)
47#define SPM_PCM_IM_PTR (SPM_BASE + 0x318)
48#define SPM_PCM_IM_LEN (SPM_BASE + 0x31c)
49#define SPM_PCM_REG_DATA_INI (SPM_BASE + 0x320)
50#define SPM_PCM_EVENT_VECTOR0 (SPM_BASE + 0x340)
51#define SPM_PCM_EVENT_VECTOR1 (SPM_BASE + 0x344)
52#define SPM_PCM_EVENT_VECTOR2 (SPM_BASE + 0x348)
53#define SPM_PCM_EVENT_VECTOR3 (SPM_BASE + 0x34c)
54#define SPM_PCM_MAS_PAUSE_MASK (SPM_BASE + 0x354)
55#define SPM_PCM_PWR_IO_EN (SPM_BASE + 0x358)
56#define SPM_PCM_TIMER_VAL (SPM_BASE + 0x35c)
57#define SPM_PCM_TIMER_OUT (SPM_BASE + 0x360)
58#define SPM_PCM_REG0_DATA (SPM_BASE + 0x380)
59#define SPM_PCM_REG1_DATA (SPM_BASE + 0x384)
60#define SPM_PCM_REG2_DATA (SPM_BASE + 0x388)
61#define SPM_PCM_REG3_DATA (SPM_BASE + 0x38c)
62#define SPM_PCM_REG4_DATA (SPM_BASE + 0x390)
63#define SPM_PCM_REG5_DATA (SPM_BASE + 0x394)
64#define SPM_PCM_REG6_DATA (SPM_BASE + 0x398)
65#define SPM_PCM_REG7_DATA (SPM_BASE + 0x39c)
66#define SPM_PCM_REG8_DATA (SPM_BASE + 0x3a0)
67#define SPM_PCM_REG9_DATA (SPM_BASE + 0x3a4)
68#define SPM_PCM_REG10_DATA (SPM_BASE + 0x3a8)
69#define SPM_PCM_REG11_DATA (SPM_BASE + 0x3ac)
70#define SPM_PCM_REG12_DATA (SPM_BASE + 0x3b0)
71#define SPM_PCM_REG13_DATA (SPM_BASE + 0x3b4)
72#define SPM_PCM_REG14_DATA (SPM_BASE + 0x3b8)
73#define SPM_PCM_REG15_DATA (SPM_BASE + 0x3bc)
74#define SPM_PCM_EVENT_REG_STA (SPM_BASE + 0x3c0)
75#define SPM_PCM_FSM_STA (SPM_BASE + 0x3c4)
76#define SPM_PCM_IM_HOST_RW_PTR (SPM_BASE + 0x3c8)
77#define SPM_PCM_IM_HOST_RW_DAT (SPM_BASE + 0x3cc)
78#define SPM_PCM_EVENT_VECTOR4 (SPM_BASE + 0x3d0)
79#define SPM_PCM_EVENT_VECTOR5 (SPM_BASE + 0x3d4)
80#define SPM_PCM_EVENT_VECTOR6 (SPM_BASE + 0x3d8)
81#define SPM_PCM_EVENT_VECTOR7 (SPM_BASE + 0x3dc)
82#define SPM_PCM_SW_INT_SET (SPM_BASE + 0x3e0)
83#define SPM_PCM_SW_INT_CLEAR (SPM_BASE + 0x3e4)
84#define SPM_CLK_CON (SPM_BASE + 0x400)
85#define SPM_SLEEP_PTPOD2_CON (SPM_BASE + 0x408)
86#define SPM_APMCU_PWRCTL (SPM_BASE + 0x600)
87#define SPM_AP_DVFS_CON_SET (SPM_BASE + 0x604)
88#define SPM_AP_STANBY_CON (SPM_BASE + 0x608)
89#define SPM_PWR_STATUS (SPM_BASE + 0x60c)
90#define SPM_PWR_STATUS_2ND (SPM_BASE + 0x610)
91#define SPM_AP_BSI_REQ (SPM_BASE + 0x614)
92#define SPM_SLEEP_TIMER_STA (SPM_BASE + 0x720)
93#define SPM_SLEEP_WAKEUP_EVENT_MASK (SPM_BASE + 0x810)
94#define SPM_SLEEP_CPU_WAKEUP_EVENT (SPM_BASE + 0x814)
95#define SPM_SLEEP_MD32_WAKEUP_EVENT_MASK (SPM_BASE + 0x818)
96#define SPM_PCM_WDT_TIMER_VAL (SPM_BASE + 0x824)
97#define SPM_PCM_WDT_TIMER_OUT (SPM_BASE + 0x828)
98#define SPM_PCM_MD32_MAILBOX (SPM_BASE + 0x830)
99#define SPM_PCM_MD32_IRQ (SPM_BASE + 0x834)
100#define SPM_SLEEP_ISR_MASK (SPM_BASE + 0x900)
101#define SPM_SLEEP_ISR_STATUS (SPM_BASE + 0x904)
102#define SPM_SLEEP_ISR_RAW_STA (SPM_BASE + 0x910)
103#define SPM_SLEEP_MD32_ISR_RAW_STA (SPM_BASE + 0x914)
104#define SPM_SLEEP_WAKEUP_MISC (SPM_BASE + 0x918)
105#define SPM_SLEEP_BUS_PROTECT_RDY (SPM_BASE + 0x91c)
106#define SPM_SLEEP_SUBSYS_IDLE_STA (SPM_BASE + 0x920)
107#define SPM_PCM_RESERVE (SPM_BASE + 0xb00)
108#define SPM_PCM_RESERVE2 (SPM_BASE + 0xb04)
109#define SPM_PCM_FLAGS (SPM_BASE + 0xb08)
110#define SPM_PCM_SRC_REQ (SPM_BASE + 0xb0c)
111#define SPM_PCM_DEBUG_CON (SPM_BASE + 0xb20)
112#define SPM_CA7_CPU0_IRQ_MASK (SPM_BASE + 0xb30)
113#define SPM_CA7_CPU1_IRQ_MASK (SPM_BASE + 0xb34)
114#define SPM_CA7_CPU2_IRQ_MASK (SPM_BASE + 0xb38)
115#define SPM_CA7_CPU3_IRQ_MASK (SPM_BASE + 0xb3c)
116#define SPM_CA15_CPU0_IRQ_MASK (SPM_BASE + 0xb40)
117#define SPM_CA15_CPU1_IRQ_MASK (SPM_BASE + 0xb44)
118#define SPM_CA15_CPU2_IRQ_MASK (SPM_BASE + 0xb48)
119#define SPM_CA15_CPU3_IRQ_MASK (SPM_BASE + 0xb4c)
120#define SPM_PCM_PASR_DPD_0 (SPM_BASE + 0xb60)
121#define SPM_PCM_PASR_DPD_1 (SPM_BASE + 0xb64)
122#define SPM_PCM_PASR_DPD_2 (SPM_BASE + 0xb68)
123#define SPM_PCM_PASR_DPD_3 (SPM_BASE + 0xb6c)
124#define SPM_SLEEP_CA7_WFI0_EN (SPM_BASE + 0xf00)
125#define SPM_SLEEP_CA7_WFI1_EN (SPM_BASE + 0xf04)
126#define SPM_SLEEP_CA7_WFI2_EN (SPM_BASE + 0xf08)
127#define SPM_SLEEP_CA7_WFI3_EN (SPM_BASE + 0xf0c)
128#define SPM_SLEEP_CA15_WFI0_EN (SPM_BASE + 0xf10)
129#define SPM_SLEEP_CA15_WFI1_EN (SPM_BASE + 0xf14)
130#define SPM_SLEEP_CA15_WFI2_EN (SPM_BASE + 0xf18)
131#define SPM_SLEEP_CA15_WFI3_EN (SPM_BASE + 0xf1c)
132
133#define SPM_PROJECT_CODE 0xb16
134
135#define SPM_REGWR_EN (1U << 0)
136#define SPM_REGWR_CFG_KEY (SPM_PROJECT_CODE << 16)
137
138#define SPM_CPU_PDN_DIS (1U << 0)
139#define SPM_INFRA_PDN_DIS (1U << 1)
140#define SPM_DDRPHY_PDN_DIS (1U << 2)
141#define SPM_DUALVCORE_PDN_DIS (1U << 3)
142#define SPM_PASR_DIS (1U << 4)
143#define SPM_DPD_DIS (1U << 5)
144#define SPM_SODI_DIS (1U << 6)
145#define SPM_MEMPLL_RESET (1U << 7)
146#define SPM_MAINPLL_PDN_DIS (1U << 8)
147#define SPM_CPU_DVS_DIS (1U << 9)
148#define SPM_CPU_DORMANT (1U << 10)
149#define SPM_EXT_VSEL_GPIO103 (1U << 11)
150#define SPM_DDR_HIGH_SPEED (1U << 12)
151#define SPM_OPT (1U << 13)
152
153#define POWER_ON_VAL1_DEF 0x01011820
154#define PCM_FSM_STA_DEF 0x48490
155#define PCM_END_FSM_STA_DEF 0x08490
156#define PCM_END_FSM_STA_MASK 0x3fff0
157#define PCM_HANDSHAKE_SEND1 0xbeefbeef
158
159#define PCM_WDT_TIMEOUT (30 * 32768)
160#define PCM_TIMER_MAX (0xffffffff - PCM_WDT_TIMEOUT)
161
162#define CON0_PCM_KICK (1U << 0)
163#define CON0_IM_KICK (1U << 1)
164#define CON0_IM_SLEEP_DVS (1U << 3)
165#define CON0_PCM_SW_RESET (1U << 15)
166#define CON0_CFG_KEY (SPM_PROJECT_CODE << 16)
167
168#define CON1_IM_SLAVE (1U << 0)
169#define CON1_MIF_APBEN (1U << 3)
170#define CON1_PCM_TIMER_EN (1U << 5)
171#define CON1_IM_NONRP_EN (1U << 6)
172#define CON1_PCM_WDT_EN (1U << 8)
173#define CON1_PCM_WDT_WAKE_MODE (1U << 9)
174#define CON1_SPM_SRAM_SLP_B (1U << 10)
175#define CON1_SPM_SRAM_ISO_B (1U << 11)
176#define CON1_EVENT_LOCK_EN (1U << 12)
177#define CON1_CFG_KEY (SPM_PROJECT_CODE << 16)
178
179#define PCM_PWRIO_EN_R0 (1U << 0)
180#define PCM_PWRIO_EN_R7 (1U << 7)
181#define PCM_RF_SYNC_R0 (1U << 16)
182#define PCM_RF_SYNC_R2 (1U << 18)
183#define PCM_RF_SYNC_R6 (1U << 22)
184#define PCM_RF_SYNC_R7 (1U << 23)
185
186#define CC_SYSCLK0_EN_0 (1U << 0)
187#define CC_SYSCLK0_EN_1 (1U << 1)
188#define CC_SYSCLK1_EN_0 (1U << 2)
189#define CC_SYSCLK1_EN_1 (1U << 3)
190#define CC_SYSSETTLE_SEL (1U << 4)
191#define CC_LOCK_INFRA_DCM (1U << 5)
192#define CC_SRCLKENA_MASK_0 (1U << 6)
193#define CC_CXO32K_RM_EN_MD1 (1U << 9)
194#define CC_CXO32K_RM_EN_MD2 (1U << 10)
195#define CC_CLKSQ1_SEL (1U << 12)
196#define CC_DISABLE_DORM_PWR (1U << 14)
197#define CC_MD32_DCM_EN (1U << 18)
198
199#define WFI_OP_AND 1
200#define WFI_OP_OR 0
201
202#define WAKE_MISC_PCM_TIMER (1U << 19)
203#define WAKE_MISC_CPU_WAKE (1U << 20)
204
205/* define WAKE_SRC_XXX */
206#define WAKE_SRC_SPM_MERGE (1 << 0)
207#define WAKE_SRC_KP (1 << 2)
208#define WAKE_SRC_WDT (1 << 3)
209#define WAKE_SRC_GPT (1 << 4)
210#define WAKE_SRC_EINT (1 << 6)
211#define WAKE_SRC_LOW_BAT (1 << 9)
212#define WAKE_SRC_MD32 (1 << 10)
213#define WAKE_SRC_USB_CD (1 << 14)
214#define WAKE_SRC_USB_PDN (1 << 15)
215#define WAKE_SRC_AFE (1 << 20)
216#define WAKE_SRC_THERM (1 << 21)
217#define WAKE_SRC_SYSPWREQ (1 << 24)
218#define WAKE_SRC_SEJ (1 << 27)
219#define WAKE_SRC_ALL_MD32 (1 << 28)
220#define WAKE_SRC_CPU_IRQ (1 << 29)
221
222#endif /* __SPM_H__ */