Commit f3d29d6f authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Mahesh Mahadevan
Browse files

dts: bindings: power: add nordic,nrf-global-pd



Add binding for Global Power Domain found in nRF54Hx SoCs.

Signed-off-by: default avatarGerard Marull-Paretas <gerard@teslabs.com>
parent c005997a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# Copyright 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

description: Nordic nRF Global Power Domain

compatible: "nordic,nrf-gpd"

include: base.yaml

power-domain-cells:
  - id
+17 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 * SPDX-License-Identifier: Apache-2.0
 */


#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD
#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD

/* numbers aligned to nrfs service identifiers */
#define NRF_GPD_SLOW_MAIN 2U
#define NRF_GPD_SLOW_ACTIVE 1U
#define NRF_GPD_FAST_MAIN 3U
#define NRF_GPD_FAST_ACTIVE1 0U
#define NRF_GPD_FAST_ACTIVE0 4U

#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD */