Software APIs
dt_pwrmgr.h
Go to the documentation of this file.
1// Copyright lowRISC contributors (OpenTitan project).
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4//
5// Device table API auto-generated by `dtgen`
6
7#ifndef OPENTITAN_DT_PWRMGR_H_
8#define OPENTITAN_DT_PWRMGR_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif // __cplusplus
13
14/**
15 * @file
16 * @brief Device Tables (DT) for IP pwrmgr and top earlgrey.
17 *
18 * This file contains the type definitions and global functions of the pwrmgr.
19 */
20
21#include "dt_api.h"
22#include <stdint.h>
23
24
25
26
27
28/**
29 * List of instances.
30 */
31typedef enum dt_pwrmgr {
32 kDtPwrmgrAon = 0, /**< pwrmgr_aon */
33 kDtPwrmgrFirst = 0, /**< \internal First instance */
34 kDtPwrmgrCount = 1, /**< \internal Number of instances */
36
37/**
38 * List of register blocks.
39 *
40 * Register blocks are guaranteed to start at 0 and to be consecutively numbered.
41 */
42typedef enum dt_pwrmgr_reg_block {
43 kDtPwrmgrRegBlockCore = 0, /**< */
44 kDtPwrmgrRegBlockCount = 1, /**< \internal Number of register blocks */
46
47/** Primary register block (associated with the "primary" set of registers that control the IP). */
48static const dt_pwrmgr_reg_block_t kDtPwrmgrRegBlockPrimary = kDtPwrmgrRegBlockCore;
49
50/**
51 * List of IRQs.
52 *
53 * IRQs are guaranteed to be numbered consecutively from 0.
54 */
55typedef enum dt_pwrmgr_irq {
56 kDtPwrmgrIrqWakeup = 0, /**< Wake from low power state. See wake info for more details */
57 kDtPwrmgrIrqCount = 1, /**< \internal Number of IRQs */
59
60/**
61 * List of Alerts.
62 *
63 * Alerts are guaranteed to be numbered consecutively from 0.
64 */
65typedef enum dt_pwrmgr_alert {
66 kDtPwrmgrAlertFatalFault = 0, /**< This fatal alert is triggered when a fatal TL-UL bus integrity fault is detected. */
67 kDtPwrmgrAlertCount = 1, /**< \internal Number of Alerts */
69
70/**
71 * List of clock ports.
72 *
73 * Clock ports are guaranteed to be numbered consecutively from 0.
74 */
75typedef enum dt_pwrmgr_clock {
76 kDtPwrmgrClockClk = 0, /**< Clock port clk_i */
77 kDtPwrmgrClockSlow = 1, /**< Clock port clk_slow_i */
78 kDtPwrmgrClockLc = 2, /**< Clock port clk_lc_i */
79 kDtPwrmgrClockEsc = 3, /**< Clock port clk_esc_i */
80 kDtPwrmgrClockCount = 4, /**< \internal Number of clock ports */
82
83/**
84 * List of reset ports.
85 *
86 * Reset ports are guaranteed to be numbered consecutively from 0.
87 */
88typedef enum dt_pwrmgr_reset {
89 kDtPwrmgrResetRst = 0, /**< Reset port rst_ni */
90 kDtPwrmgrResetMain = 1, /**< Reset port rst_main_ni */
91 kDtPwrmgrResetSlow = 2, /**< Reset port rst_slow_ni */
92 kDtPwrmgrResetLc = 3, /**< Reset port rst_lc_ni */
93 kDtPwrmgrResetEsc = 4, /**< Reset port rst_esc_ni */
94 kDtPwrmgrResetCount = 5, /**< \internal Number of reset ports */
96
97/**
98 * List of supported hardware features.
99 */
100#define OPENTITAN_PWRMGR_HAS_STARTUP_LIFE_CYCLE_INITIALIZATION 1
101#define OPENTITAN_PWRMGR_HAS_CLOCK_CONTROL_IO_IN_LOW_POWER 1
102#define OPENTITAN_PWRMGR_HAS_CLOCK_CONTROL_MAIN_IN_LOW_POWER 1
103#define OPENTITAN_PWRMGR_HAS_CLOCK_CONTROL_USB_IN_LOW_POWER 1
104#define OPENTITAN_PWRMGR_HAS_CLOCK_CONTROL_USB_WHEN_ACTIVE 1
105#define OPENTITAN_PWRMGR_HAS_LOW_POWER_ENTRY 1
106#define OPENTITAN_PWRMGR_HAS_LOW_POWER_DISABLE_POWER 1
107#define OPENTITAN_PWRMGR_HAS_LOW_POWER_SYSRST_CTRL_AON_WKUP_REQ_WAKEUP_ENABLE 1
108#define OPENTITAN_PWRMGR_HAS_LOW_POWER_SYSRST_CTRL_AON_WKUP_REQ_WAKEUP_REQUEST 1
109#define OPENTITAN_PWRMGR_HAS_LOW_POWER_ADC_CTRL_AON_WKUP_REQ_WAKEUP_ENABLE 1
110#define OPENTITAN_PWRMGR_HAS_LOW_POWER_ADC_CTRL_AON_WKUP_REQ_WAKEUP_REQUEST 1
111#define OPENTITAN_PWRMGR_HAS_LOW_POWER_PINMUX_AON_PIN_WKUP_REQ_WAKEUP_ENABLE 1
112#define OPENTITAN_PWRMGR_HAS_LOW_POWER_PINMUX_AON_PIN_WKUP_REQ_WAKEUP_REQUEST 1
113#define OPENTITAN_PWRMGR_HAS_LOW_POWER_PINMUX_AON_USB_WKUP_REQ_WAKEUP_ENABLE 1
114#define OPENTITAN_PWRMGR_HAS_LOW_POWER_PINMUX_AON_USB_WKUP_REQ_WAKEUP_REQUEST 1
115#define OPENTITAN_PWRMGR_HAS_LOW_POWER_AON_TIMER_AON_WKUP_REQ_WAKEUP_ENABLE 1
116#define OPENTITAN_PWRMGR_HAS_LOW_POWER_AON_TIMER_AON_WKUP_REQ_WAKEUP_REQUEST 1
117#define OPENTITAN_PWRMGR_HAS_LOW_POWER_SENSOR_CTRL_AON_WKUP_REQ_WAKEUP_ENABLE 1
118#define OPENTITAN_PWRMGR_HAS_LOW_POWER_SENSOR_CTRL_AON_WKUP_REQ_WAKEUP_REQUEST 1
119#define OPENTITAN_PWRMGR_HAS_LOW_POWER_WAKE_INFO 1
120#define OPENTITAN_PWRMGR_HAS_RESET_CHECK_ROM_INTEGRITY 1
121#define OPENTITAN_PWRMGR_HAS_RESET_SYSRST_CTRL_AON_RST_REQ_ENABLE 1
122#define OPENTITAN_PWRMGR_HAS_RESET_SYSRST_CTRL_AON_RST_REQ_REQUEST 1
123#define OPENTITAN_PWRMGR_HAS_RESET_AON_TIMER_AON_AON_TIMER_RST_REQ_ENABLE 1
124#define OPENTITAN_PWRMGR_HAS_RESET_AON_TIMER_AON_AON_TIMER_RST_REQ_REQUEST 1
125#define OPENTITAN_PWRMGR_HAS_RESET_ESCALATION_REQUEST 1
126#define OPENTITAN_PWRMGR_HAS_RESET_ESCALATION_TIMEOUT 1
127#define OPENTITAN_PWRMGR_HAS_RESET_SW_RST_REQUEST 1
128#define OPENTITAN_PWRMGR_HAS_RESET_MAIN_POWER_GLITCH_RESET 1
129#define OPENTITAN_PWRMGR_HAS_RESET_NDM_RESET_REQUEST 1
130#define OPENTITAN_PWRMGR_HAS_RESET_POR_REQUEST 1
131
132
133
134/**
135 * Get the pwrmgr instance from an instance ID
136 *
137 * For example, `dt_uart_from_instance_id(kDtInstanceIdUart3) == kDtUart3`.
138 *
139 * @param inst_id Instance ID.
140 * @return A pwrmgr instance.
141 *
142 * **Note:** This function only makes sense if the instance ID has device type pwrmgr,
143 * otherwise the returned value is unspecified.
144 */
146
147/**
148 * Get the instance ID of an instance.
149 *
150 * @param dt Instance of pwrmgr.
151 * @return The instance ID of that instance.
152 */
154
155/**
156 * Get the register base address of an instance.
157 *
158 * @param dt Instance of pwrmgr.
159 * @param reg_block The register block requested.
160 * @return The register base address of the requested block.
161 */
162uint32_t dt_pwrmgr_reg_block(
163 dt_pwrmgr_t dt,
164 dt_pwrmgr_reg_block_t reg_block);
165
166/**
167 * Get the primary register base address of an instance.
168 *
169 * This is just a convenience function, equivalent to
170 * `dt_pwrmgr_reg_block(dt, kDtPwrmgrRegBlockCore)`
171 *
172 * @param dt Instance of pwrmgr.
173 * @return The register base address of the primary register block.
174 */
175static inline uint32_t dt_pwrmgr_primary_reg_block(
176 dt_pwrmgr_t dt) {
177 return dt_pwrmgr_reg_block(dt, kDtPwrmgrRegBlockCore);
178}
179
180/**
181 * Get the PLIC ID of a pwrmgr IRQ for a given instance.
182 *
183 * If the instance is not connected to the PLIC, this function
184 * will return `kDtPlicIrqIdNone`.
185 *
186 * @param dt Instance of pwrmgr.
187 * @param irq A pwrmgr IRQ.
188 * @return The PLIC ID of the IRQ of this instance.
189 */
191 dt_pwrmgr_t dt,
192 dt_pwrmgr_irq_t irq);
193
194/**
195 * Convert a global IRQ ID to a local pwrmgr IRQ type.
196 *
197 * @param dt Instance of pwrmgr.
198 * @param irq A PLIC ID that belongs to this instance.
199 * @return The pwrmgr IRQ, or `kDtPwrmgrIrqCount`.
200 *
201 * **Note:** This function assumes that the PLIC ID belongs to the instance
202 * of pwrmgr passed in parameter. In other words, it must be the case that
203 * `dt_pwrmgr_instance_id(dt) == dt_plic_id_to_instance_id(irq)`. Otherwise, this function
204 * will return `kDtPwrmgrIrqCount`.
205 */
207 dt_pwrmgr_t dt,
208 dt_plic_irq_id_t irq);
209
210
211/**
212 * Get the alert ID of a pwrmgr alert for a given instance.
213 *
214 * **Note:** This function only makes sense if the instance is connected to the Alert Handler. For any
215 * instances where the instance is not connected, the return value is unspecified.
216 *
217 * @param dt Instance of pwrmgr.
218 * @param alert A pwrmgr alert.
219 * @return The Alert Handler alert ID of the alert of this instance.
220 */
222 dt_pwrmgr_t dt,
223 dt_pwrmgr_alert_t alert);
224
225/**
226 * Convert a global alert ID to a local pwrmgr alert type.
227 *
228 * @param dt Instance of pwrmgr.
229 * @param alert A global alert ID that belongs to this instance.
230 * @return The pwrmgr alert, or `kDtPwrmgrAlertCount`.
231 *
232 * **Note:** This function assumes that the global alert ID belongs to the
233 * instance of pwrmgr passed in parameter. In other words, it must be the case
234 * that `dt_pwrmgr_instance_id(dt) == dt_alert_id_to_instance_id(alert)`. Otherwise,
235 * this function will return `kDtPwrmgrAlertCount`.
236 */
238 dt_pwrmgr_t dt,
239 dt_alert_id_t alert);
240
241
242
243/**
244 * Get the clock signal connected to a clock port of an instance.
245 *
246 * @param dt Instance of pwrmgr.
247 * @param clk Clock port.
248 * @return Clock signal.
249 */
251 dt_pwrmgr_t dt,
253
254/**
255 * Get the reset signal connected to a reset port of an instance.
256 *
257 * @param dt Instance of pwrmgr.
258 * @param rst Reset port.
259 * @return Reset signal.
260 */
262 dt_pwrmgr_t dt,
264
265
266
267/**
268 * Description of a wakeup source.
269 *
270 * A wakeup source is always identified by the instance ID of the module where it comes from.
271 * Some instances can have several wakeup signals, e.g. the pinmux has two (`pin` and `usb`).
272 * For such IPs, it is not sufficient to know the instance, we also need to know which
273 * signal triggered the wakeup. The `wakeup` index can be used to distinguish between those.
274 * This value should be casted to the `dt_<ip>_wakeup_t` type of the corresponding IP.
275 * For example, if the `pwrmgr` has two `pinmux` wakeup sources as described above, it's
276 * two wakeup sources will be described as follows:
277 * ```c
278 * {.inst_id = kDtInstanceIdPinmux, .wakeup = kDtPinmuxWakeupPinWkupReq}, // for `pin`
279 * {.inst_id = kDtInstanceIdPinmux, .wakeup = kDtPinmuxWakeupUsbWkupReq}, // for `usb`
280 * ```
281 */
282typedef struct dt_pwrmgr_wakeup_src {
283 dt_instance_id_t inst_id; /**< Instance ID of the source of this wakeup. */
284 size_t wakeup; /**< Index of the wakeup signal for that instance. */
286
287
288/**
289 * Get the number of wakeup sources.
290 *
291 * @param dt Instance of pwrmgr.
292 * @return Number of wakeup sources.
293 */
295
296/**
297 * Get the description of a wakeup source.
298 *
299 * The wakeup sources are ordered as they appear in the registers.
300 *
301 * @param dt Instance of pwrmgr.
302 * @param idx Index of the wakeup source, between 0 and `dt_pwrmgr_wakeup_src_count(dt)-1`.
303 * @return Description of the source.
304 */
306
307/**
308 * Description of a reset request source.
309 *
310 * A reset request source is always identified by the instance ID of the module where it comes
311 * from. In principle, some instances could have several reset requests. If this is the case,
312 * the `rst_req` can be used to distinguish between those. It should be cast to the
313 * `dt_<ip>_reset_req_t` type of the corresponding IP.
314 */
316 dt_instance_id_t inst_id; /**< Instance ID of the source of this reset request. */
317 size_t reset_req; /**< Index of the reset request signal for that instance. */
319
320
321/**
322 * Get the number of peripheral reset requests.
323 *
324 * @param dt Instance of pwrmgr.
325 * @return Number of reset requests.
326 */
328
329/**
330 * Get the description of a reset request.
331 *
332 * The reset requests are ordered as they appear in the registers.
333 *
334 * @param dt Instance of pwrmgr.
335 * @param idx Index of the reset request source, between 0 and
336 * `dt_pwrmgr_reset_request_src_count(dt)-1`.
337 * @return Description of the reset.
338 */
340
341
342
343#ifdef __cplusplus
344} // extern "C"
345#endif // __cplusplus
346
347#endif // OPENTITAN_DT_PWRMGR_H_