File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
include/zephyr/dt-bindings/power Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2024 Nordic Semiconductor ASA
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ description : Nordic nRF Global Power Domain
5
+
6
+ compatible : " nordic,nrf-gpd"
7
+
8
+ include : base.yaml
9
+
10
+ power-domain-cells :
11
+ - id
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 Nordic Semiconductor ASA
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+
7
+ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD
8
+ #define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD
9
+
10
+ /* numbers aligned to nrfs service identifiers */
11
+ #define NRF_GPD_SLOW_MAIN 2U
12
+ #define NRF_GPD_SLOW_ACTIVE 1U
13
+ #define NRF_GPD_FAST_MAIN 3U
14
+ #define NRF_GPD_FAST_ACTIVE1 0U
15
+ #define NRF_GPD_FAST_ACTIVE0 4U
16
+
17
+ #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD */
You can’t perform that action at this time.
0 commit comments