Line data Source code
1 0 : /* 2 : * Copyright (c) 2024 Nordic Semiconductor ASA 3 : * SPDX-License-Identifier: Apache-2.0 4 : */ 5 : 6 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_DOMAIN_ID_NRF54H20_H_ 7 : #define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_DOMAIN_ID_NRF54H20_H_ 8 : 9 0 : #define NRF_DOMAIN_ID_APPLICATION 2 10 0 : #define NRF_DOMAIN_ID_RADIOCORE 3 11 0 : #define NRF_DOMAIN_ID_GLOBALFAST 12 12 0 : #define NRF_DOMAIN_ID_GLOBALSLOW 13 13 : 14 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_DOMAIN_ID_NRF54H20_H_ */