Connecting nRF9160DK and nRF7002DK for testing SCAN sample.

Dear team,

I am trying to test Wi-Fi scan sample with the kits nRF9160DK and nRF7002DK. I am aware of nRF7002-EK and it is taking time to get it. Since we are running out of time, we are trying to accomplish the same using previously said two DKs.

In the hardware,

I saw the ticket  nRF9160 and nRF7002 Wi-Fi controller connection and made the following connections.

Board nRF9160-DK(P3 & P4) nRF7002-DK (P24)
SPI CLK P0.13 P0.17
SPI CS P0.10 P0.18
SPI MOSI P0.11 P0.13
SPI MISO P0.12 P0.14
HOST-IRQ  P0.07 P0.23
IOVDD-CTR  P0.00 P0.31
BUCKEN P0.01 P0.12

Also I soldered the SBs from SB20 to SB25 on nRF7002DK.

I DID NOT remove the 0R Resistors R26-R31.

I powered both DKs seperately using USB cables.

Now, the firmware part.

I programmed nRF5340 on nRF7002 DK with basic blinky, to make sure it is not using any other GPIOs, that we are using.

Now, I opened the Wi-Fi Scan sample in VS Code.

Toolchain used is v2.4.1.

I added the overlay-scan-only.conf, nrf9160dk_nrf9160_ns.overlay under boards.

I added -DSHIELD:STRING="nrf7002ek" and -DOVERLAY_CONFIG=overlay-scan-only.conf under CMake arguments in build configuration.

Build is successful, but when programmed, no UART output is seen.

Please help.

Thanks a ton in advance.

Parents
  • Hello,

    can you share the build/zephyr/.config file?

  • Hello Hakon,

    Thanks for your response.

    Sharing the code the file contains, with you here.

    CONFIG_GPIO=y
    # CONFIG_KSCAN is not set
    # CONFIG_INPUT is not set
    CONFIG_WIFI=y
    CONFIG_NET_L2_ETHERNET=y
    CONFIG_SPI=y
    CONFIG_GPIO_INIT_PRIORITY=40
    # CONFIG_UHC_DRIVER is not set
    # CONFIG_REGULATOR is not set
    # CONFIG_SENSOR is not set
    # CONFIG_WATCHDOG is not set
    # CONFIG_MODEM is not set
    # CONFIG_UART_INTERRUPT_DRIVEN is not set
    CONFIG_NET_IPV6=y
    # CONFIG_NET_CONFIG_NEED_IPV6 is not set
    # CONFIG_DISPLAY is not set
    # CONFIG_I2C is not set
    CONFIG_BOARD="nrf9160dk_nrf9160"
    CONFIG_BUILD_WITH_TFM=y
    CONFIG_TFM_FLASH_MERGED_BINARY=y
    CONFIG_FLASH_LOAD_SIZE=0x30000
    CONFIG_FLASH_LOAD_OFFSET=0x50000
    CONFIG_SOC="nRF9160_SICA"
    CONFIG_SOC_SERIES="nrf91"
    CONFIG_NUM_IRQS=65
    CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
    CONFIG_CLOCK_CONTROL_INIT_PRIORITY=30
    CONFIG_FLASH_SIZE=1024
    CONFIG_FLASH_BASE_ADDRESS=0x0
    CONFIG_ICACHE_LINE_SIZE=32
    CONFIG_DCACHE_LINE_SIZE=32
    CONFIG_HEAP_MEM_POOL_SIZE=25000
    CONFIG_ROM_START_OFFSET=0
    CONFIG_PINCTRL=y
    CONFIG_CLOCK_CONTROL=y
    # CONFIG_RESET is not set
    CONFIG_SOC_HAS_TIMING_FUNCTIONS=y
    CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT=y
    CONFIG_PM=y
    # CONFIG_PM_DEVICE is not set
    CONFIG_LOG_DOMAIN_NAME=""
    CONFIG_NRF_RTC_TIMER=y
    CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
    CONFIG_BUILD_OUTPUT_HEX=y
    CONFIG_SERIAL_INIT_PRIORITY=55
    # CONFIG_FPU is not set
    # CONFIG_MBEDTLS is not set
    # CONFIG_MEMC is not set
    # CONFIG_CODE_DATA_RELOCATION is not set
    # CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
    # CONFIG_TINYCRYPT is not set
    # CONFIG_NET_L2_IEEE802154 is not set
    CONFIG_SERIAL=y
    CONFIG_MAIN_STACK_SIZE=2048
    CONFIG_PHY_INIT_PRIORITY=70
    CONFIG_NET_UDP_CHECKSUM=y
    # CONFIG_SRAM_VECTOR_TABLE is not set
    CONFIG_MP_MAX_NUM_CPUS=1
    CONFIG_PLATFORM_SPECIFIC_INIT=y
    CONFIG_HAS_DTS=y
    
    #
    # Devicetree Info
    #
    CONFIG_DT_HAS_ARDUINO_UNO_ADC_ENABLED=y
    CONFIG_DT_HAS_ARDUINO_HEADER_R3_ENABLED=y
    CONFIG_DT_HAS_ARM_ARMV8M_MPU_ENABLED=y
    CONFIG_DT_HAS_ARM_CORTEX_M33F_ENABLED=y
    CONFIG_DT_HAS_ARM_V8M_NVIC_ENABLED=y
    CONFIG_DT_HAS_FIXED_PARTITIONS_ENABLED=y
    CONFIG_DT_HAS_GPIO_KEYS_ENABLED=y
    CONFIG_DT_HAS_GPIO_LEDS_ENABLED=y
    CONFIG_DT_HAS_MMIO_SRAM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_CLOCK_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_DPPIC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_EGU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_GPIO_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_GPIOTE_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_GPREGRET_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_IPC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_KMU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PINCTRL_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_POWER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PWM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_REGULATORS_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SAADC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SPIM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TWIM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_UARTE_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_VMC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_WDT_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF700X_COEX_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF700X_SPI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF91_FLASH_CONTROLLER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF9160DK_NRF52840_INTERFACE_ENABLED=y
    CONFIG_DT_HAS_PWM_LEDS_ENABLED=y
    CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED=y
    CONFIG_DT_HAS_ZEPHYR_BT_HCI_ENTROPY_ENABLED=y
    CONFIG_DT_HAS_ZEPHYR_PSA_CRYPTO_RNG_ENABLED=y
    # end of Devicetree Info
    
    #
    # Modules
    #
    
    #
    # Available modules.
    #
    
    #
    # nrf (C:/ncs/v2.4.1/nrf)
    #
    CONFIG_NRF7002_ON_SPI=y
    CONFIG_SHIELD_NRF7002EK=y
    CONFIG_NEWLIB_LIBC_NANO=y
    CONFIG_NUM_METAIRQ_PRIORITIES=1
    CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024
    CONFIG_LOG_BUFFER_SIZE=1024
    CONFIG_INIT_STACKS=y
    CONFIG_NET_PKT_RX_COUNT=14
    CONFIG_NET_PKT_TX_COUNT=14
    # CONFIG_MBEDTLS_CIPHER_MODE_CBC is not set
    # CONFIG_MBEDTLS_CIPHER_MODE_CTR is not set
    CONFIG_MBEDTLS_CIPHER_MODE_CFB=y
    CONFIG_MBEDTLS_CIPHER_MODE_OFB=y
    # CONFIG_MBEDTLS_CHACHA20_C is not set
    # CONFIG_MBEDTLS_POLY1305_C is not set
    # CONFIG_MBEDTLS_DHM_C is not set
    # CONFIG_MBEDTLS_RSA_C is not set
    CONFIG_MBEDTLS_SHA512_C=y
    # CONFIG_MBEDTLS_GCM_C is not set
    # CONFIG_MBEDTLS_CIPHER_MODE_XTS is not set
    CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG=y
    # CONFIG_NET_PKT_TXTIME is not set
    # CONFIG_NET_PKT_TIMESTAMP is not set
    
    #
    # Nordic nRF Connect
    #
    CONFIG_MBEDTLS_LIBRARY_NRF_SECURITY=y
    CONFIG_WARN_EXPERIMENTAL=y
    CONFIG_PRIVILEGED_STACK_SIZE=1024
    CONFIG_ENTROPY_GENERATOR=y
    CONFIG_INIT_ARCH_HW_AT_BOOT=y
    CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
    # CONFIG_GETOPT is not set
    # CONFIG_NCS_SAMPLES_DEFAULTS is not set
    
    #
    # Image build variants
    #
    # CONFIG_NCS_MCUBOOT_IN_BUILD is not set
    # end of Image build variants
    
    #
    # Bootloader
    #
    # CONFIG_BUILD_S1_VARIANT is not set
    # CONFIG_SECURE_BOOT is not set
    CONFIG_PM_PARTITION_SIZE_PROVISION=0x280
    # CONFIG_B0_MIN_PARTITION_SIZE is not set
    CONFIG_PM_PARTITION_SIZE_B0_IMAGE=0x8000
    # CONFIG_SECURE_BOOT_CRYPTO is not set
    
    #
    # Secure Boot firmware validation
    #
    CONFIG_SB_VALIDATION_INFO_MAGIC=0x86518483
    CONFIG_SB_VALIDATION_POINTER_MAGIC=0x6919b47e
    CONFIG_SB_VALIDATION_INFO_CRYPTO_ID=1
    CONFIG_SB_VALIDATION_INFO_VERSION=2
    CONFIG_SB_VALIDATION_METADATA_OFFSET=0
    CONFIG_SB_VALIDATE_FW_SIGNATURE=y
    # end of Secure Boot firmware validation
    # end of Bootloader
    
    #
    # Bluetooth Low Energy
    #
    
    #
    # BLE over nRF RPC
    #
    # end of BLE over nRF RPC
    # end of Bluetooth Low Energy
    
    #
    # DFU
    #
    # CONFIG_DFU_MULTI_IMAGE is not set
    # CONFIG_DFU_TARGET is not set
    # end of DFU
    
    # CONFIG_ESB is not set
    # CONFIG_ESB_LOG_LEVEL_OFF is not set
    # CONFIG_ESB_LOG_LEVEL_ERR is not set
    # CONFIG_ESB_LOG_LEVEL_WRN is not set
    # CONFIG_ESB_LOG_LEVEL_INF is not set
    # CONFIG_ESB_LOG_LEVEL_DBG is not set
    CONFIG_ESB_LOG_LEVEL_DEFAULT=y
    CONFIG_ESB_LOG_LEVEL=3
    
    #
    # Peripheral CPU DFU (PCD)
    #
    # CONFIG_PCD is not set
    # CONFIG_PCD_APP is not set
    # CONFIG_PCD_NET is not set
    # end of Peripheral CPU DFU (PCD)
    
    #
    # Networking
    #
    
    #
    # Application protocols
    #
    
    #
    # nRF Cloud
    #
    
    #
    # Client ID (nRF Cloud Device ID)
    #
    CONFIG_NRF_CLOUD_CLIENT_ID_SRC_IMEI=y
    # CONFIG_NRF_CLOUD_CLIENT_ID_SRC_COMPILE_TIME is not set
    CONFIG_NRF_CLOUD_CLIENT_ID_PREFIX="nrf-"
    # end of Client ID (nRF Cloud Device ID)
    
    # CONFIG_NRF_CLOUD_MQTT is not set
    # CONFIG_NRF_CLOUD_FOTA is not set
    # CONFIG_NRF_CLOUD_FOTA_FULL_MODEM_UPDATE is not set
    # CONFIG_NRF_CLOUD_REST is not set
    # CONFIG_NRF_CLOUD_ALERT is not set
    # CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_OFF is not set
    # CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_ERR is not set
    # CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_WRN is not set
    # CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_INF is not set
    # CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_DBG is not set
    CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL_DEFAULT=y
    CONFIG_NRF_CLOUD_ALERT_LOG_LEVEL=3
    CONFIG_NRF_CLOUD_LOG_OUTPUT_LEVEL=1
    CONFIG_NRF_CLOUD_LOG_BUF_SIZE=256
    # CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_OFF is not set
    # CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_ERR is not set
    # CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_WRN is not set
    # CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_INF is not set
    # CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_DBG is not set
    CONFIG_NRF_CLOUD_LOG_LOG_LEVEL_DEFAULT=y
    CONFIG_NRF_CLOUD_LOG_LOG_LEVEL=3
    # CONFIG_NRF_CLOUD_GATEWAY is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_OFF is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_ERR is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_WRN is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_INF is not set
    # CONFIG_NRF_CLOUD_LOG_LEVEL_DBG is not set
    CONFIG_NRF_CLOUD_LOG_LEVEL_DEFAULT=y
    CONFIG_NRF_CLOUD_LOG_LEVEL=3
    # end of nRF Cloud
    
    # CONFIG_REST_CLIENT is not set
    # CONFIG_DOWNLOAD_CLIENT is not set
    # CONFIG_AWS_IOT is not set
    # CONFIG_AWS_JOBS is not set
    # CONFIG_AZURE_IOT_HUB is not set
    
    #
    # Self-Registration (Zi ZHu Ce)
    #
    # CONFIG_ZZHC is not set
    # end of Self-Registration (Zi ZHu Ce)
    
    # CONFIG_ICAL_PARSER is not set
    # CONFIG_FTP_CLIENT is not set
    # CONFIG_LWM2M_CLIENT_UTILS is not set
    # CONFIG_WIFI_CREDENTIALS is not set
    # CONFIG_WIFI_CREDENTIALS_STATIC is not set
    # CONFIG_MQTT_HELPER is not set
    # end of Application protocols
    # end of Networking
    
    #
    # NFC
    #
    # CONFIG_NFC_NDEF is not set
    # CONFIG_NFC_NDEF_PARSER is not set
    # CONFIG_NFC_NDEF_PAYLOAD_TYPE_COMMON is not set
    # CONFIG_NFC_T2T_PARSER is not set
    # CONFIG_NFC_T4T_NDEF_FILE is not set
    # CONFIG_NFC_T4T_ISODEP is not set
    # CONFIG_NFC_T4T_APDU is not set
    # CONFIG_NFC_T4T_CC_FILE is not set
    # CONFIG_NFC_T4T_HL_PROCEDURE is not set
    # CONFIG_NFC_PLATFORM is not set
    # CONFIG_NFC_TNEP_TAG is not set
    # CONFIG_NFC_TNEP_POLLER is not set
    # CONFIG_NFC_TNEP_CH is not set
    # end of NFC
    
    # CONFIG_APP_EVENT_MANAGER is not set
    
    #
    # Trusted Execution Non-Secure
    #
    
    #
    # Peripheral Secure mapping
    #
    # CONFIG_NRF_FPU_SECURE is not set
    # CONFIG_NRF_REGULATORS_SECURE is not set
    # CONFIG_NRF_CLOCK_SECURE is not set
    # CONFIG_NRF_POWER_SECURE is not set
    # CONFIG_NRF_SPIM0_SECURE is not set
    # CONFIG_NRF_TWIM0_SECURE is not set
    # CONFIG_NRF_UARTE0_SECURE is not set
    # CONFIG_NRF_SPIM1_SECURE is not set
    # CONFIG_NRF_TWIM1_SECURE is not set
    # CONFIG_NRF_UARTE1_SECURE is not set
    # CONFIG_NRF_SPIM2_SECURE is not set
    # CONFIG_NRF_TWIM2_SECURE is not set
    # CONFIG_NRF_UARTE2_SECURE is not set
    # CONFIG_NRF_SPIM3_SECURE is not set
    # CONFIG_NRF_TWIM3_SECURE is not set
    # CONFIG_NRF_UARTE3_SECURE is not set
    # CONFIG_NRF_SAADC_SECURE is not set
    # CONFIG_NRF_TIMER0_SECURE is not set
    # CONFIG_NRF_TIMER1_SECURE is not set
    # CONFIG_NRF_TIMER2_SECURE is not set
    # CONFIG_NRF_RTC0_SECURE is not set
    # CONFIG_NRF_RTC1_SECURE is not set
    # CONFIG_NRF_DPPI_SECURE is not set
    # CONFIG_NRF_WDT0_SECURE is not set
    # CONFIG_NRF_EGU0_SECURE is not set
    # CONFIG_NRF_EGU1_SECURE is not set
    # CONFIG_NRF_EGU2_SECURE is not set
    # CONFIG_NRF_EGU3_SECURE is not set
    # CONFIG_NRF_EGU4_SECURE is not set
    # CONFIG_NRF_EGU5_SECURE is not set
    # CONFIG_NRF_PWM0_SECURE is not set
    # CONFIG_NRF_PWM1_SECURE is not set
    # CONFIG_NRF_PWM2_SECURE is not set
    # CONFIG_NRF_PWM3_SECURE is not set
    # CONFIG_NRF_PDM_SECURE is not set
    # CONFIG_NRF_I2S_SECURE is not set
    # CONFIG_NRF_IPC_SECURE is not set
    # CONFIG_NRF_NVMC_SECURE is not set
    # CONFIG_NRF_GPIO0_SECURE is not set
    # CONFIG_NRF_VMC_SECURE is not set
    # CONFIG_NRF_GPIOTE0_SECURE is not set
    CONFIG_NRF_GPIO0_PIN_MASK_SECURE=0x00000000
    CONFIG_NRF_DPPI_CHANNEL_MASK_SECURE=0x00000000
    # end of Peripheral Secure mapping
    # end of Trusted Execution Non-Secure
    
    # CONFIG_NRF_PROFILER is not set
    # CONFIG_FW_INFO is not set
    
    #
    # Debug
    #
    # CONFIG_CPU_LOAD is not set
    # CONFIG_ETB_TRACE is not set
    # CONFIG_PPI_TRACE is not set
    # end of Debug
    
    # CONFIG_MPSL_FEM_ONLY is not set
    # CONFIG_MPSL_FEM_DEVICE_CONFIG_254 is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_OFF is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_ERR is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_WRN is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_INF is not set
    # CONFIG_MPSL_FEM_LOG_LEVEL_DBG is not set
    CONFIG_MPSL_FEM_LOG_LEVEL_DEFAULT=y
    CONFIG_MPSL_FEM_LOG_LEVEL=3
    CONFIG_MPSL_CX_ANY_SUPPORT=y
    CONFIG_MPSL_CX_NRF700X_SUPPORT=y
    # CONFIG_MPSL_CX is not set
    CONFIG_MPSL_THREAD_COOP_PRIO=8
    CONFIG_MPSL_WORK_STACK_SIZE=1024
    CONFIG_MPSL_TIMESLOT_SESSION_COUNT=0
    # CONFIG_MPSL_ASSERT_HANDLER is not set
    # CONFIG_MPSL_LOG_LEVEL_OFF is not set
    # CONFIG_MPSL_LOG_LEVEL_ERR is not set
    # CONFIG_MPSL_LOG_LEVEL_WRN is not set
    # CONFIG_MPSL_LOG_LEVEL_INF is not set
    # CONFIG_MPSL_LOG_LEVEL_DBG is not set
    CONFIG_MPSL_LOG_LEVEL_DEFAULT=y
    CONFIG_MPSL_LOG_LEVEL=3
    
    #
    # Partition Manager
    #
    CONFIG_PARTITION_MANAGER_ENABLED=y
    CONFIG_FLASH_MAP_CUSTOM=y
    CONFIG_SRAM_SIZE=128
    CONFIG_SRAM_BASE_ADDRESS=0x20020000
    
    #
    # Zephyr subsystem configurations
    #
    # end of Zephyr subsystem configurations
    
    #
    # NCS subsystem configurations
    #
    CONFIG_PM_SINGLE_IMAGE=y
    CONFIG_PM_EXTERNAL_FLASH_BASE=0
    # CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK is not set
    CONFIG_PM_SRAM_BASE=0x20000000
    CONFIG_PM_SRAM_SIZE=0x40000
    # end of Partition Manager
    
    #
    # nRF RPC (Remote Procedure Call) library
    #
    # end of nRF RPC (Remote Procedure Call) library
    
    #
    # Full Modem Firmware Update Management(FMFU)
    #
    # CONFIG_MGMT_FMFU_LOG_LEVEL_OFF is not set
    # CONFIG_MGMT_FMFU_LOG_LEVEL_ERR is not set
    # CONFIG_MGMT_FMFU_LOG_LEVEL_WRN is not set
    # CONFIG_MGMT_FMFU_LOG_LEVEL_INF is not set
    # CONFIG_MGMT_FMFU_LOG_LEVEL_DBG is not set
    CONFIG_MGMT_FMFU_LOG_LEVEL_DEFAULT=y
    CONFIG_MGMT_FMFU_LOG_LEVEL=3
    # end of Full Modem Firmware Update Management(FMFU)
    
    # CONFIG_CAF is not set
    
    #
    # Nordic IEEE 802.15.4
    #
    # end of Nordic IEEE 802.15.4
    
    # CONFIG_DM_MODULE is not set
    CONFIG_TFM_BOARD="C:/ncs/v2.4.1/nrf/modules/tfm/tfm/boards/nrf9160"
    
    #
    # Platform partition component configs
    #
    CONFIG_TFM_PLATFORM_SERVICE_INPUT_BUFFER_SIZE=64
    CONFIG_TFM_PLATFORM_SERVICE_OUTPUT_BUFFER_SIZE=64
    CONFIG_TFM_PLATFORM_SP_STACK_SIZE=0x500
    CONFIG_TFM_PLATFORM_NV_COUNTER_MODULE_DISABLED=y
    # end of Platform partition component configs
    
    #
    # Crypto component configs
    #
    # CONFIG_TFM_CRYPTO_SINGLE_PART_FUNCS_DISABLED is not set
    # end of Crypto component configs
    
    # CONFIG_TFM_ITS_MAX_ASSET_SIZE_OVERRIDE is not set
    
    #
    # TF-M SPM component configs
    #
    CONFIG_TFM_CONN_HANDLE_MAX_NUM=8
    # CONFIG_TFM_DOORBELL_API is not set
    # end of TF-M SPM component configs
    
    #
    # Libraries
    #
    
    #
    # Binary libraries
    #
    # end of Binary libraries
    
    CONFIG_NRF_MODEM_LIB=y
    # CONFIG_NRF_MODEM_LIB_SYS_INIT is not set
    
    #
    # Memory configuration
    #
    CONFIG_NRF_MODEM_LIB_HEAP_SIZE=1024
    CONFIG_NRF_MODEM_LIB_SHMEM_CTRL_SIZE=0x4e8
    CONFIG_NRF_MODEM_LIB_SHMEM_TX_SIZE=8320
    CONFIG_NRF_MODEM_LIB_SHMEM_RX_SIZE=8192
    CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE=0
    CONFIG_NRF_MODEM_LIB_SENDMSG_BUF_SIZE=128
    # CONFIG_NRF_MODEM_LIB_MEM_DIAG is not set
    # end of Memory configuration
    
    # CONFIG_NRF_MODEM_LIB_TRACE is not set
    CONFIG_NRF_MODEM_LIB_ON_FAULT_DO_NOTHING=y
    # CONFIG_NRF_MODEM_LIB_ON_FAULT_RESET_MODEM is not set
    # CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC is not set
    # CONFIG_NRF_MODEM_LIB_FAULT_STRERROR is not set
    CONFIG_NRF_MODEM_LIB_IPC_IRQ_PRIO=1
    # CONFIG_NRF_MODEM_LIB_LOG_LEVEL_OFF is not set
    # CONFIG_NRF_MODEM_LIB_LOG_LEVEL_ERR is not set
    # CONFIG_NRF_MODEM_LIB_LOG_LEVEL_WRN is not set
    # CONFIG_NRF_MODEM_LIB_LOG_LEVEL_INF is not set
    # CONFIG_NRF_MODEM_LIB_LOG_LEVEL_DBG is not set
    CONFIG_NRF_MODEM_LIB_LOG_LEVEL_DEFAULT=y
    CONFIG_NRF_MODEM_LIB_LOG_LEVEL=3
    # CONFIG_NRF_MODEM_LIB_LOG_FW_VERSION_UUID is not set
    
    #
    # Deprecated
    #
    # CONFIG_NRF_MODEM_LIB_IPC_IRQ_PRIO_OVERRIDE is not set
    # CONFIG_LTE_CONNECTIVITY_LOG_LEVEL_OFF is not set
    # CONFIG_LTE_CONNECTIVITY_LOG_LEVEL_ERR is not set
    # CONFIG_LTE_CONNECTIVITY_LOG_LEVEL_WRN is not set
    # CONFIG_LTE_CONNECTIVITY_LOG_LEVEL_INF is not set
    # CONFIG_LTE_CONNECTIVITY_LOG_LEVEL_DBG is not set
    CONFIG_LTE_CONNECTIVITY_LOG_LEVEL_DEFAULT=y
    CONFIG_LTE_CONNECTIVITY_LOG_LEVEL=3
    # CONFIG_ADP536X is not set
    # CONFIG_AT_MONITOR is not set
    # CONFIG_LTE_LINK_CONTROL is not set
    CONFIG_NRF_SPU_FLASH_REGION_SIZE=0x8000
    CONFIG_FPROTECT_BLOCK_SIZE=0x8000
    # CONFIG_FPROTECT is not set
    # CONFIG_AT_CMD_CUSTOM is not set
    # CONFIG_AT_HOST_LIBRARY is not set
    # CONFIG_DK_LIBRARY is not set
    # CONFIG_AT_CMD_PARSER is not set
    # CONFIG_MODEM_INFO is not set
    CONFIG_RESET_ON_FATAL_ERROR=y
    # CONFIG_FATAL_ERROR_LOG_LEVEL_OFF is not set
    # CONFIG_FATAL_ERROR_LOG_LEVEL_ERR is not set
    # CONFIG_FATAL_ERROR_LOG_LEVEL_WRN is not set
    # CONFIG_FATAL_ERROR_LOG_LEVEL_INF is not set
    # CONFIG_FATAL_ERROR_LOG_LEVEL_DBG is not set
    CONFIG_FATAL_ERROR_LOG_LEVEL_DEFAULT=y
    CONFIG_FATAL_ERROR_LOG_LEVEL=3
    # CONFIG_SMS is not set
    # CONFIG_GCF_SMS is not set
    # CONFIG_MODEM_KEY_MGMT is not set
    # CONFIG_SUPL_CLIENT_LIB is not set
    # CONFIG_DATE_TIME is not set
    # CONFIG_HW_ID_LIBRARY is not set
    # CONFIG_WAVE_GEN_LIB is not set
    CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE=0
    # CONFIG_MODEM_JWT is not set
    # CONFIG_MODEM_ATTEST_TOKEN is not set
    CONFIG_MODEM_ANTENNA=y
    CONFIG_MODEM_ANTENNA_GNSS_ONBOARD=y
    # CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL is not set
    CONFIG_MODEM_ANTENNA_AT_MAGPIO="AT%XMAGPIO=1,0,0,1,1,1574,1577"
    CONFIG_MODEM_ANTENNA_AT_COEX0="AT%XCOEX0=1,1,1565,1586"
    # CONFIG_MODEM_ANTENNA_LOG_LEVEL_OFF is not set
    # CONFIG_MODEM_ANTENNA_LOG_LEVEL_ERR is not set
    # CONFIG_MODEM_ANTENNA_LOG_LEVEL_WRN is not set
    # CONFIG_MODEM_ANTENNA_LOG_LEVEL_INF is not set
    # CONFIG_MODEM_ANTENNA_LOG_LEVEL_DBG is not set
    CONFIG_MODEM_ANTENNA_LOG_LEVEL_DEFAULT=y
    CONFIG_MODEM_ANTENNA_LOG_LEVEL=3
    # CONFIG_QOS is not set
    # CONFIG_SFLOAT is not set
    # CONFIG_CONTIN_ARRAY is not set
    # CONFIG_PCM_MIX is not set
    # CONFIG_TONE is not set
    # CONFIG_PSCM is not set
    # CONFIG_DATA_FIFO is not set
    # CONFIG_FEM_AL_LIB is not set
    # end of Libraries
    
    #
    # Device Drivers
    #
    # CONFIG_BT_DRIVER_QUIRK_NO_AUTO_DLE is not set
    # CONFIG_ETH_RTT is not set
    # CONFIG_NRF_SW_LPUART is not set
    CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS=1
    CONFIG_WIFI_NRF700X=y
    CONFIG_NRF_WIFI_LOW_POWER=y
    # CONFIG_NRF700X_TCP_IP_CHECKSUM_OFFLOAD is not set
    CONFIG_NRF700X_REG_DOMAIN="00"
    CONFIG_NET_MGMT_EVENT_STACK_SIZE=2048
    CONFIG_NET_CONFIG_INIT_TIMEOUT=30
    CONFIG_NRF700X_ON_SPI=y
    CONFIG_NRF700X_WORKQ_STACK_SIZE=4096
    CONFIG_NRF700X_WORKQ_MAX_ITEMS=100
    CONFIG_NRF700X_MAX_TX_PENDING_QLEN=18
    # CONFIG_NRF700X_RADIO_TEST is not set
    # CONFIG_NRF700X_AP_MODE is not set
    # CONFIG_NRF700X_P2P_MODE is not set
    # CONFIG_NRF700X_DATA_TX is not set
    # CONFIG_NRF700X_UTIL is not set
    CONFIG_NRF700X_QSPI_LOW_POWER=y
    CONFIG_NRF700X_ANT_GAIN_2G=0
    CONFIG_NRF700X_ANT_GAIN_5G_BAND1=0
    CONFIG_NRF700X_ANT_GAIN_5G_BAND2=0
    CONFIG_NRF700X_ANT_GAIN_5G_BAND3=0
    CONFIG_NRF700X_BAND_2G_LOWER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_2G_UPPER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_1_LOWER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_1_UPPER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_2A_LOWER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_2A_UPPER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_2C_LOWER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_2C_UPPER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_3_LOWER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_3_UPPER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_4_LOWER_EDGE_BACKOFF=0
    CONFIG_NRF700X_BAND_UNII_4_UPPER_EDGE_BACKOFF=0
    CONFIG_NRF700X_RX_NUM_BUFS=48
    CONFIG_NRF700X_MAX_TX_AGGREGATION=12
    CONFIG_NRF700X_MAX_TX_TOKENS=10
    CONFIG_NRF700X_TX_MAX_DATA_SIZE=1600
    CONFIG_NRF700X_RX_MAX_DATA_SIZE=1600
    CONFIG_NRF700X_SCAN_LIMIT=-1
    # CONFIG_NRF700X_TX_DONE_WQ_ENABLED is not set
    # CONFIG_NRF700X_RX_WQ_ENABLED is not set
    CONFIG_NRF700X_IRQ_WQ_PRIORITY=-15
    CONFIG_NRF700X_BH_WQ_PRIORITY=0
    CONFIG_NRF700X_IRQ_WQ_STACK_SIZE=2048
    CONFIG_NRF700X_BH_WQ_STACK_SIZE=2048
    CONFIG_NRF700X_RPU_PS_IDLE_TIMEOUT_MS=10
    # end of Device Drivers
    
    #
    # External libraries
    #
    # end of External libraries
    
    #
    # Test
    #
    CONFIG_ZTEST_MULTICORE_DEFAULT_SETTINGS=y
    # CONFIG_UNITY is not set
    
    #
    # Mocks
    #
    # CONFIG_MOCK_NRF_MODEM_AT is not set
    # end of Mocks
    # end of Test
    # end of Nordic nRF Connect
    
    CONFIG_ZEPHYR_NRF_MODULE=y
    # end of nrf (C:/ncs/v2.4.1/nrf)
    
    #
    # hostap (C:/ncs/v2.4.1/modules/lib/hostap)
    #
    CONFIG_POSIX_MAX_FDS=4
    CONFIG_ZEPHYR_HOSTAP_MODULE=y
    # end of hostap (C:/ncs/v2.4.1/modules/lib/hostap)
    
    #
    # mcuboot (C:/ncs/v2.4.1/bootloader/mcuboot)
    #
    
    #
    # MCUboot
    #
    CONFIG_BOOT_SIGNATURE_KEY_FILE=""
    CONFIG_DT_FLASH_WRITE_BLOCK_SIZE=4
    # CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM is not set
    # end of MCUboot
    
    CONFIG_ZEPHYR_MCUBOOT_MODULE=y
    # end of mcuboot (C:/ncs/v2.4.1/bootloader/mcuboot)
    
    #
    # mbedtls (C:/ncs/v2.4.1/modules/crypto/mbedtls)
    #
    CONFIG_ZEPHYR_MBEDTLS_MODULE=y
    # CONFIG_MBEDTLS_BUILTIN is not set
    # CONFIG_MBEDTLS_LIBRARY is not set
    CONFIG_MBEDTLS_CFG_FILE="nrf-config.h"
    # CONFIG_MBEDTLS_TLS_VERSION_1_2 is not set
    # CONFIG_MBEDTLS_KEY_EXCHANGE_ALL_ENABLED is not set
    # CONFIG_MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED is not set
    # CONFIG_MBEDTLS_ECP_C is not set
    # CONFIG_MBEDTLS_ECP_ALL_ENABLED is not set
    # CONFIG_MBEDTLS_CIPHER_ALL_ENABLED is not set
    # CONFIG_MBEDTLS_MAC_ALL_ENABLED is not set
    # CONFIG_MBEDTLS_MAC_MD5_ENABLED is not set
    # CONFIG_MBEDTLS_MAC_SHA256_ENABLED is not set
    # CONFIG_MBEDTLS_CTR_DRBG_ENABLED is not set
    # CONFIG_MBEDTLS_HMAC_DRBG_ENABLED is not set
    # CONFIG_MBEDTLS_CIPHER is not set
    # CONFIG_MBEDTLS_MD is not set
    # CONFIG_MBEDTLS_GENPRIME_ENABLED is not set
    # CONFIG_MBEDTLS_ENTROPY_ENABLED is not set
    CONFIG_MBEDTLS_USER_CONFIG_FILE="nrf-config-user.h"
    # CONFIG_MBEDTLS_PK_WRITE_C is not set
    CONFIG_MBEDTLS_PKCS5_C=y
    CONFIG_MBEDTLS_PSA_CRYPTO_C=y
    # CONFIG_MBEDTLS_ENABLE_HEAP is not set
    CONFIG_PSA_WANT_GENERATE_RANDOM=y
    # CONFIG_PSA_WANT_ALG_CTR_DRBG is not set
    CONFIG_PSA_WANT_ALG_HMAC_DRBG=y
    # CONFIG_PSA_WANT_ALG_CCM is not set
    # CONFIG_PSA_WANT_ALG_GCM is not set
    # CONFIG_PSA_WANT_ALG_CHACHA20_POLY1305 is not set
    # CONFIG_PSA_WANT_ALG_CMAC is not set
    # CONFIG_PSA_WANT_ALG_HMAC is not set
    # CONFIG_PSA_WANT_ALG_SHA_1 is not set
    # CONFIG_PSA_WANT_ALG_SHA_224 is not set
    # CONFIG_PSA_WANT_ALG_SHA_256 is not set
    # CONFIG_PSA_WANT_ALG_SHA_384 is not set
    # CONFIG_PSA_WANT_ALG_SHA_512 is not set
    # CONFIG_PSA_WANT_ALG_RIPEMD160 is not set
    # CONFIG_PSA_WANT_ALG_MD5 is not set
    # CONFIG_PSA_WANT_ALG_ECB_NO_PADDING is not set
    # CONFIG_PSA_WANT_ALG_CBC_NO_PADDING is not set
    # CONFIG_PSA_WANT_ALG_CBC_PKCS7 is not set
    # CONFIG_PSA_WANT_ALG_CFB is not set
    # CONFIG_PSA_WANT_ALG_CTR is not set
    # CONFIG_PSA_WANT_ALG_OFB is not set
    CONFIG_PSA_HAS_KEY_DERIVATION=y
    # CONFIG_PSA_WANT_ALG_TLS12_PRF is not set
    CONFIG_PSA_WANT_ALG_TLS12_PSK_TO_MS=y
    # CONFIG_PSA_WANT_ALG_ECDH is not set
    # CONFIG_PSA_WANT_ALG_ECDSA is not set
    # CONFIG_PSA_WANT_ALG_DETERMINISTIC_ECDSA is not set
    # CONFIG_PSA_WANT_ALG_RSA_OAEP is not set
    # CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_CRYPT is not set
    # CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_SIGN is not set
    # CONFIG_PSA_WANT_ALG_RSA_PSS is not set
    # CONFIG_PSA_WANT_ALG_STREAM_CIPHER is not set
    # end of mbedtls (C:/ncs/v2.4.1/modules/crypto/mbedtls)
    
    #
    # trusted-firmware-m (C:/ncs/v2.4.1/modules/tee/tf-m/trusted-firmware-m)
    #
    CONFIG_TFM_ISOLATION_LEVEL=1
    # CONFIG_TFM_BL2 is not set
    # CONFIG_TFM_REGRESSION_NS is not set
    # CONFIG_TFM_SECURE_UART is not set
    
    #
    # TF-M UART pins
    #
    CONFIG_TFM_UART0_TXD_PIN=29
    CONFIG_TFM_UART0_RXD_PIN=28
    CONFIG_TFM_UART0_RTS_PIN=27
    CONFIG_TFM_UART0_CTS_PIN=26
    # CONFIG_TFM_UART0_HWFC_ENABLED is not set
    # CONFIG_TFM_UART1_HWFC_ENABLED is not set
    # end of TF-M UART pins
    
    CONFIG_TFM_PROFILE_TYPE_MINIMAL=y
    CONFIG_TFM_QCBOR_PATH="C:/ncs/v2.4.1/modules/tee/tf-m/trusted-firmware-m/../qcbor"
    CONFIG_TFM_CRYPTO_ENGINE_BUF_SIZE=1
    CONFIG_TFM_CRYPTO_CONC_OPER_NUM=1
    CONFIG_TFM_CRYPTO_IOVEC_BUFFER_SIZE=1024
    CONFIG_TFM_CRYPTO_PARTITION_STACK_SIZE=0x800
    # CONFIG_TFM_ITS_ENCRYPTED is not set
    # CONFIG_TFM_HW_INIT_RESET_ON_BOOT is not set
    # CONFIG_TFM_HALT_ON_CORE_PANIC is not set
    CONFIG_TFM_ALLOW_NON_SECURE_RESET=y
    CONFIG_TFM_S_CODE_VECTOR_TABLE_SIZE=0x144
    # CONFIG_BOOTLOADER_MCUBOOT is not set
    CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE=y
    CONFIG_TFM_KEY_FILE_S="C:/ncs/v2.4.1/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072.pem"
    CONFIG_TFM_KEY_FILE_NS="C:/ncs/v2.4.1/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072_1.pem"
    # CONFIG_TFM_PROFILE_TYPE_NOT_SET is not set
    # CONFIG_TFM_PROFILE_TYPE_SMALL is not set
    # CONFIG_TFM_PROFILE_TYPE_MEDIUM is not set
    # CONFIG_TFM_PROFILE_TYPE_LARGE is not set
    # CONFIG_TFM_CMAKE_BUILD_TYPE_RELEASE is not set
    # CONFIG_TFM_CMAKE_BUILD_TYPE_RELWITHDEBINFO is not set
    CONFIG_TFM_CMAKE_BUILD_TYPE_MINSIZEREL=y
    # CONFIG_TFM_CMAKE_BUILD_TYPE_DEBUG is not set
    # CONFIG_TFM_ITS_NUM_ASSETS_OVERRIDE is not set
    CONFIG_TFM_PARTITION_PLATFORM_CUSTOM_REBOOT=y
    CONFIG_TFM_IMAGE_VERSION_S="0.0.0+0"
    CONFIG_TFM_IMAGE_VERSION_NS="0.0.0+0"
    # CONFIG_TFM_BUILD_NS is not set
    # CONFIG_TFM_CONNECTION_BASED_SERVICE_API is not set
    CONFIG_TFM_MCUBOOT_IMAGE_NUMBER=1
    CONFIG_TFM_IPC=y
    # CONFIG_TFM_SFN is not set
    # CONFIG_TFM_REGRESSION_S is not set
    # CONFIG_TFM_PSA_TEST_PROTECTED_STORAGE is not set
    # CONFIG_TFM_PSA_TEST_INTERNAL_TRUSTED_STORAGE is not set
    # CONFIG_TFM_PSA_TEST_STORAGE is not set
    CONFIG_TFM_PSA_TEST_NONE=y
    CONFIG_TFM_LOG_LEVEL_SILENCE=y
    # CONFIG_TFM_EXCEPTION_INFO_DUMP is not set
    # CONFIG_MBEDTLS_SHA1_C is not set
    CONFIG_TFM_PARTITION_CRYPTO=y
    CONFIG_TFM_PARTITION_PLATFORM=y
    CONFIG_TFM_CRYPTO_RNG_MODULE_ENABLED=y
    CONFIG_MBEDTLS_MD_C=y
    # CONFIG_MBEDTLS_TLS_LIBRARY is not set
    # CONFIG_MBEDTLS_X509_LIBRARY is not set
    # CONFIG_MBEDTLS_CTR_DRBG_C is not set
    # CONFIG_MBEDTLS_CMAC_C is not set
    # CONFIG_MBEDTLS_CCM_C is not set
    CONFIG_MBEDTLS_LEGACY_CRYPTO_C=y
    CONFIG_PM_PARTITION_SIZE_TFM_SRAM=0x8000
    CONFIG_PM_PARTITION_SIZE_BL2=0
    CONFIG_PM_PARTITION_SIZE_TFM=0x8000
    CONFIG_PM_PARTITION_SIZE_TFM_PROTECTED_STORAGE=0
    CONFIG_PM_PARTITION_SIZE_TFM_INTERNAL_TRUSTED_STORAGE=0
    CONFIG_PM_PARTITION_SIZE_TFM_OTP_NV_COUNTERS=0
    # end of trusted-firmware-m (C:/ncs/v2.4.1/modules/tee/tf-m/trusted-firmware-m)
    
    #
    # cjson (C:/ncs/v2.4.1/modules/lib/cjson)
    #
    CONFIG_ZEPHYR_CJSON_MODULE=y
    # end of cjson (C:/ncs/v2.4.1/modules/lib/cjson)
    
    #
    # azure-sdk-for-c (C:/ncs/v2.4.1/modules/lib/azure-sdk-for-c)
    #
    # CONFIG_AZURE_SDK is not set
    CONFIG_ZEPHYR_AZURE_SDK_FOR_C_MODULE=y
    # end of azure-sdk-for-c (C:/ncs/v2.4.1/modules/lib/azure-sdk-for-c)
    
    #
    # cirrus-logic (C:/ncs/v2.4.1/modules/hal/cirrus-logic)
    #
    # CONFIG_HW_CODEC_CIRRUS_LOGIC is not set
    CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE=y
    # end of cirrus-logic (C:/ncs/v2.4.1/modules/hal/cirrus-logic)
    
    #
    # openthread (C:/ncs/v2.4.1/modules/lib/openthread)
    #
    # CONFIG_OPENTHREAD is not set
    CONFIG_ZEPHYR_OPENTHREAD_MODULE=y
    # end of openthread (C:/ncs/v2.4.1/modules/lib/openthread)
    
    #
    # memfault-firmware-sdk (C:/ncs/v2.4.1/modules/lib/memfault-firmware-sdk)
    #
    # CONFIG_MEMFAULT is not set
    CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE=y
    # end of memfault-firmware-sdk (C:/ncs/v2.4.1/modules/lib/memfault-firmware-sdk)
    
    #
    # canopennode (C:/ncs/v2.4.1/modules/lib/canopennode)
    #
    CONFIG_ZEPHYR_CANOPENNODE_MODULE=y
    # end of canopennode (C:/ncs/v2.4.1/modules/lib/canopennode)
    
    #
    # chre (C:/ncs/v2.4.1/modules/lib/chre)
    #
    CONFIG_ZEPHYR_CHRE_MODULE=y
    # CONFIG_CHRE is not set
    # end of chre (C:/ncs/v2.4.1/modules/lib/chre)
    
    #
    # fatfs (C:/ncs/v2.4.1/modules/fs/fatfs)
    #
    CONFIG_ZEPHYR_FATFS_MODULE=y
    # end of fatfs (C:/ncs/v2.4.1/modules/fs/fatfs)
    
    #
    # hal_nordic (C:/ncs/v2.4.1/modules/hal/nordic)
    #
    CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y
    # CONFIG_NRF_802154_SOURCE_HAL_NORDIC is not set
    CONFIG_HAS_NRFX=y
    
    #
    # nrfx drivers
    #
    CONFIG_NRFX_CLOCK=y
    CONFIG_NRFX_CLOCK_LFXO_TWO_STAGE_ENABLED=y
    CONFIG_NRFX_DPPI=y
    # CONFIG_NRFX_EGU0 is not set
    # CONFIG_NRFX_EGU1 is not set
    # CONFIG_NRFX_EGU2 is not set
    # CONFIG_NRFX_EGU3 is not set
    # CONFIG_NRFX_EGU4 is not set
    # CONFIG_NRFX_EGU5 is not set
    CONFIG_NRFX_GPIOTE=y
    # CONFIG_NRFX_I2S is not set
    CONFIG_NRFX_IPC=y
    # CONFIG_NRFX_NVMC is not set
    # CONFIG_NRFX_PDM is not set
    # CONFIG_NRFX_POWER is not set
    # CONFIG_NRFX_PWM0 is not set
    # CONFIG_NRFX_PWM1 is not set
    # CONFIG_NRFX_PWM2 is not set
    # CONFIG_NRFX_PWM3 is not set
    # CONFIG_NRFX_RTC0 is not set
    # CONFIG_NRFX_RTC1 is not set
    # CONFIG_NRFX_SAADC is not set
    CONFIG_NRFX_SPIM=y
    # CONFIG_NRFX_SPIM0 is not set
    # CONFIG_NRFX_SPIM1 is not set
    # CONFIG_NRFX_SPIM2 is not set
    CONFIG_NRFX_SPIM3=y
    # CONFIG_NRFX_SYSTICK is not set
    # CONFIG_NRFX_TIMER0 is not set
    # CONFIG_NRFX_TIMER1 is not set
    # CONFIG_NRFX_TIMER2 is not set
    # CONFIG_NRFX_TWIM0 is not set
    # CONFIG_NRFX_TWIM1 is not set
    # CONFIG_NRFX_TWIM2 is not set
    # CONFIG_NRFX_TWIM3 is not set
    # CONFIG_NRFX_UARTE0 is not set
    # CONFIG_NRFX_UARTE1 is not set
    # CONFIG_NRFX_UARTE2 is not set
    # CONFIG_NRFX_UARTE3 is not set
    # CONFIG_NRFX_WDT0 is not set
    
    #
    # Peripheral Resource Sharing module
    #
    # CONFIG_NRFX_PRS_BOX_0 is not set
    # CONFIG_NRFX_PRS_BOX_1 is not set
    # CONFIG_NRFX_PRS_BOX_2 is not set
    # CONFIG_NRFX_PRS_BOX_3 is not set
    # CONFIG_NRFX_PRS_BOX_4 is not set
    # end of Peripheral Resource Sharing module
    # end of nrfx drivers
    # end of hal_nordic (C:/ncs/v2.4.1/modules/hal/nordic)
    
    #
    # liblc3 (C:/ncs/v2.4.1/modules/lib/liblc3)
    #
    CONFIG_ZEPHYR_LIBLC3_MODULE=y
    # end of liblc3 (C:/ncs/v2.4.1/modules/lib/liblc3)
    
    #
    # littlefs (C:/ncs/v2.4.1/modules/fs/littlefs)
    #
    CONFIG_ZEPHYR_LITTLEFS_MODULE=y
    # end of littlefs (C:/ncs/v2.4.1/modules/fs/littlefs)
    
    #
    # loramac-node (C:/ncs/v2.4.1/modules/lib/loramac-node)
    #
    CONFIG_ZEPHYR_LORAMAC_NODE_MODULE=y
    # CONFIG_HAS_SEMTECH_RADIO_DRIVERS is not set
    # end of loramac-node (C:/ncs/v2.4.1/modules/lib/loramac-node)
    
    #
    # lvgl (C:/ncs/v2.4.1/modules/lib/gui/lvgl)
    #
    CONFIG_ZEPHYR_LVGL_MODULE=y
    # end of lvgl (C:/ncs/v2.4.1/modules/lib/gui/lvgl)
    
    #
    # lz4 (C:/ncs/v2.4.1/modules/lib/lz4)
    #
    CONFIG_ZEPHYR_LZ4_MODULE=y
    # CONFIG_LZ4 is not set
    # end of lz4 (C:/ncs/v2.4.1/modules/lib/lz4)
    
    #
    # nanopb (C:/ncs/v2.4.1/modules/lib/nanopb)
    #
    CONFIG_ZEPHYR_NANOPB_MODULE=y
    # CONFIG_NANOPB is not set
    # end of nanopb (C:/ncs/v2.4.1/modules/lib/nanopb)
    
    #
    # picolibc (C:/ncs/v2.4.1/modules/lib/picolibc)
    #
    # CONFIG_PICOLIBC_MODULE is not set
    CONFIG_ZEPHYR_PICOLIBC_MODULE=y
    # end of picolibc (C:/ncs/v2.4.1/modules/lib/picolibc)
    
    #
    # segger (C:/ncs/v2.4.1/modules/debug/segger)
    #
    CONFIG_ZEPHYR_SEGGER_MODULE=y
    CONFIG_HAS_SEGGER_RTT=y
    # CONFIG_USE_SEGGER_RTT is not set
    # end of segger (C:/ncs/v2.4.1/modules/debug/segger)
    
    #
    # TraceRecorder (C:/ncs/v2.4.1/modules/debug/TraceRecorder)
    #
    CONFIG_ZEPHYR_TRACERECORDER_MODULE=y
    # end of TraceRecorder (C:/ncs/v2.4.1/modules/debug/TraceRecorder)
    
    #
    # uoscore-uedhoc (C:/ncs/v2.4.1/modules/lib/uoscore-uedhoc)
    #
    CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE=y
    # end of uoscore-uedhoc (C:/ncs/v2.4.1/modules/lib/uoscore-uedhoc)
    
    #
    # zcbor (C:/ncs/v2.4.1/modules/lib/zcbor)
    #
    CONFIG_ZEPHYR_ZCBOR_MODULE=y
    # CONFIG_ZCBOR is not set
    # end of zcbor (C:/ncs/v2.4.1/modules/lib/zcbor)
    
    #
    # zscilib (C:/ncs/v2.4.1/modules/lib/zscilib)
    #
    # CONFIG_ZSL is not set
    CONFIG_ZEPHYR_ZSCILIB_MODULE=y
    # end of zscilib (C:/ncs/v2.4.1/modules/lib/zscilib)
    
    #
    # nrfxlib (C:/ncs/v2.4.1/nrfxlib)
    #
    
    #
    # Nordic nrfxlib
    #
    CONFIG_NRF_MODEM=y
    
    #
    # nrf_modem (Modem library)
    #
    CONFIG_NRF_MODEM_LINK_BINARY=y
    # CONFIG_NRF_MODEM_LOG is not set
    # end of nrf_modem (Modem library)
    
    CONFIG_NRF_MODEM_SHMEM_CTRL_SIZE=0x4e8
    # CONFIG_NFC_T2T_NRFXLIB is not set
    # CONFIG_NFC_T4T_NRFXLIB is not set
    
    #
    # Crypto libraries for nRF5x SOCs.
    #
    CONFIG_CRYPTOCELL_CC310_USABLE=y
    CONFIG_CRYPTOCELL_USABLE=y
    CONFIG_NRF_OBERON=y
    # end of Crypto libraries for nRF5x SOCs.
    
    #
    # nrf_security module
    #
    CONFIG_NORDIC_SECURITY_BACKEND=y
    CONFIG_NRF_SECURITY=y
    CONFIG_GENERATE_MBEDTLS_CFG_FILE=y
    
    #
    # PSA RNG support
    #
    # end of PSA RNG support
    
    #
    # PSA AEAD support
    #
    # end of PSA AEAD support
    
    #
    # PSA MAC support
    #
    # end of PSA MAC support
    
    #
    # PSA Hash support
    #
    # end of PSA Hash support
    
    #
    # PSA Cipher support
    #
    # end of PSA Cipher support
    
    #
    # PSA Key derivation support
    #
    # end of PSA Key derivation support
    
    #
    # PSA Asymmetric support
    #
    # end of PSA Asymmetric support
    
    # CONFIG_PSA_CORE_BUILTIN is not set
    CONFIG_PSA_CORE_OBERON=y
    
    #
    # PSA Driver Support
    #
    CONFIG_MBEDTLS_PSA_CRYPTO_DRIVERS=y
    CONFIG_PSA_DEFAULT_OFF=y
    CONFIG_PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT=y
    CONFIG_MBEDTLS_PSA_CRYPTO_CLIENT=y
    # CONFIG_PSA_CRYPTO_DRIVER_CC3XX is not set
    CONFIG_PSA_CRYPTO_DRIVER_ALG_PRNG_CC3XX_PLATFORM=y
    CONFIG_PSA_CRYPTO_DRIVER_ALG_HMAC_DRBG_CC3XX_PLATFORM=y
    CONFIG_PSA_CRYPTO_DRIVER_OBERON=y
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_CBC_NO_PADDING_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_CBC_PKCS7_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_CCM_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_CHACHA20_POLY1305_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_CTR_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_DETERMINISTIC_ECDSA_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_ECB_NO_PADDING_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_ECDH_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_ECDSA_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_GCM_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_SHA_1_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_SHA_224_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_SHA_256_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_SHA_384_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_SHA_512_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_TLS12_PSK_TO_MS_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ALG_STREAM_CIPHER_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ECC_MONTGOMERY_255_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ECC_SECP_R1_224_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ECC_SECP_R1_256_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ECC_SECP_R1_384_OBERON is not set
    # CONFIG_PSA_CRYPTO_DRIVER_ECC_TWISTED_EDWARDS_255_OBERON is not set
    
    #
    # PSA API support
    #
    CONFIG_MBEDTLS_USE_PSA_CRYPTO=y
    # end of PSA API support
    
    CONFIG_MBEDTLS_PLATFORM_MEMORY=y
    CONFIG_MBEDTLS_PLATFORM_C=y
    CONFIG_MBEDTLS_MEMORY_C=y
    CONFIG_MBEDTLS_MEMORY_BUFFER_ALLOC_C=y
    CONFIG_MBEDTLS_ENTROPY_HARDWARE_ALT=y
    CONFIG_MBEDTLS_AES_SETKEY_ENC_ALT=y
    CONFIG_MBEDTLS_AES_SETKEY_DEC_ALT=y
    CONFIG_MBEDTLS_AES_ENCRYPT_ALT=y
    CONFIG_MBEDTLS_AES_DECRYPT_ALT=y
    CONFIG_MBEDTLS_CHACHA20_ALT=y
    CONFIG_MBEDTLS_POLY1305_ALT=y
    CONFIG_MBEDTLS_ECDH_GEN_PUBLIC_ALT=y
    CONFIG_MBEDTLS_ECDH_COMPUTE_SHARED_ALT=y
    CONFIG_MBEDTLS_ECDSA_GENKEY_ALT=y
    CONFIG_MBEDTLS_ECDSA_SIGN_ALT=y
    CONFIG_MBEDTLS_ECDSA_VERIFY_ALT=y
    CONFIG_MBEDTLS_ECJPAKE_ALT=y
    CONFIG_MBEDTLS_SHA1_ALT=y
    CONFIG_MBEDTLS_SHA224_ALT=y
    CONFIG_MBEDTLS_SHA256_ALT=y
    CONFIG_MBEDTLS_ENTROPY_FORCE_SHA256=y
    CONFIG_MBEDTLS_ENTROPY_MAX_SOURCES=1
    CONFIG_MBEDTLS_NO_PLATFORM_ENTROPY=y
    # CONFIG_NRF_SECURITY_ADVANCED is not set
    CONFIG_OBERON_ONLY_PSA_ENABLED=y
    CONFIG_OBERON_ONLY_ENABLED=y
    
    #
    # Legacy mbed TLS crypto APIs
    #
    CONFIG_MBEDTLS_MPI_WINDOW_SIZE=6
    CONFIG_MBEDTLS_MPI_MAX_SIZE=256
    # CONFIG_CC3XX_BACKEND is not set
    CONFIG_OBERON_BACKEND=y
    CONFIG_MBEDTLS_CTR_DRBG_USE_128_BIT_KEY=y
    CONFIG_MBEDTLS_HMAC_DRBG_C=y
    CONFIG_MBEDTLS_AES_C=y
    
    #
    # Cipher Selection
    #
    
    #
    # AEAD  - Authenticated Encryption with Associated Data
    #
    # end of AEAD  - Authenticated Encryption with Associated Data
    
    CONFIG_MBEDTLS_HKDF_C=y
    
    #
    # SHA - Secure Hash Algorithm
    #
    CONFIG_MBEDTLS_SHA224_C=y
    CONFIG_MBEDTLS_SHA256_C=y
    CONFIG_MBEDTLS_SHA384_C=y
    # end of SHA - Secure Hash Algorithm
    
    CONFIG_MBEDTLS_CIPHER_C=y
    # CONFIG_MBEDTLS_PK_C is not set
    # CONFIG_MBEDTLS_PK_PARSE_C is not set
    # end of Legacy mbed TLS crypto APIs
    
    #
    # Zephyr legacy configurations
    #
    # end of Zephyr legacy configurations
    # end of nrf_security module
    
    # CONFIG_NRF_RPC is not set
    CONFIG_NRF_802154_SOURCE_NRFXLIB=y
    # CONFIG_NRF_DM is not set
    # CONFIG_LC3_PLC_DISABLED is not set
    CONFIG_LC3_ENC_CHAN_MAX=1
    CONFIG_LC3_DEC_CHAN_MAX=1
    
    #
    # Encoder sample rates
    #
    CONFIG_LC3_ENC_SAMPLE_RATE_8KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_16KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_24KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_32KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_441KHZ_SUPPORT=y
    CONFIG_LC3_ENC_SAMPLE_RATE_48KHZ_SUPPORT=y
    # end of Encoder sample rates
    
    #
    # Decoder sample rates
    #
    CONFIG_LC3_DEC_SAMPLE_RATE_8KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_16KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_24KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_32KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_441KHZ_SUPPORT=y
    CONFIG_LC3_DEC_SAMPLE_RATE_48KHZ_SUPPORT=y
    # end of Decoder sample rates
    
    # CONFIG_NRF_FUEL_GAUGE is not set
    # end of Nordic nrfxlib
    
    CONFIG_ZEPHYR_NRFXLIB_MODULE=y
    # end of nrfxlib (C:/ncs/v2.4.1/nrfxlib)
    
    #
    # connectedhomeip (C:/ncs/v2.4.1/modules/lib/matter)
    #
    # CONFIG_CHIP is not set
    # CONFIG_CHIP_LOG_SIZE_OPTIMIZATION is not set
    CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE=y
    # end of connectedhomeip (C:/ncs/v2.4.1/modules/lib/matter)
    
    #
    # Optional modules. Make sure they're installed, via the project manifest.
    #
    CONFIG_HAS_CMSIS_CORE=y
    CONFIG_HAS_CMSIS_CORE_M=y
    # CONFIG_CMSIS_DSP is not set
    # CONFIG_CMSIS_NN is not set
    # CONFIG_LIBMETAL is not set
    # CONFIG_LVGL is not set
    # CONFIG_HAS_MEC_HAL is not set
    # CONFIG_HAS_MPFS_HAL is not set
    # CONFIG_OPENAMP is not set
    # CONFIG_SOF is not set
    # CONFIG_MIPI_SYST_LIB is not set
    # CONFIG_HAS_TELINK_DRIVERS is not set
    # CONFIG_MCUBOOT_BOOTUTIL_LIB is not set
    
    #
    # Unavailable modules, please install those via the project manifest.
    #
    
    #
    # hal_gigadevice module not available.
    #
    
    #
    # Trusted-firmware-a module not available.
    #
    
    #
    # THRIFT module not available.
    #
    # end of Modules
    
    CONFIG_BOARD_REVISION="0.7.0"
    # CONFIG_NET_DRIVERS is not set
    # CONFIG_BOARD_NRF9160DK_NRF9160 is not set
    CONFIG_BOARD_NRF9160DK_NRF9160_NS=y
    
    #
    # Board Options
    #
    # end of Board Options
    
    # CONFIG_SOC_SERIES_BEETLE is not set
    # CONFIG_SOC_SERIES_ARM_DESIGNSTART is not set
    # CONFIG_SOC_SERIES_FVP_AEMV8R_AARCH32 is not set
    # CONFIG_SOC_SERIES_MPS2 is not set
    # CONFIG_SOC_SERIES_MPS3 is not set
    # CONFIG_SOC_SERIES_MUSCA_B1 is not set
    # CONFIG_SOC_SERIES_MUSCA_S1 is not set
    # CONFIG_SOC_SERIES_AST10X0 is not set
    # CONFIG_SOC_SERIES_SAMC20 is not set
    # CONFIG_SOC_SERIES_SAMC21 is not set
    # CONFIG_SOC_SERIES_SAMD20 is not set
    # CONFIG_SOC_SERIES_SAMD21 is not set
    # CONFIG_SOC_SERIES_SAMD51 is not set
    # CONFIG_SOC_SERIES_SAME51 is not set
    # CONFIG_SOC_SERIES_SAME53 is not set
    # CONFIG_SOC_SERIES_SAME54 is not set
    # CONFIG_SOC_SERIES_SAML21 is not set
    # CONFIG_SOC_SERIES_SAMR21 is not set
    # CONFIG_SOC_SERIES_SAMR34 is not set
    # CONFIG_SOC_SERIES_SAMR35 is not set
    # CONFIG_SOC_SERIES_SAM3X is not set
    # CONFIG_SOC_SERIES_SAM4E is not set
    # CONFIG_SOC_SERIES_SAM4L is not set
    # CONFIG_SOC_SERIES_SAM4S is not set
    # CONFIG_SOC_SERIES_SAME70 is not set
    # CONFIG_SOC_SERIES_SAMV71 is not set
    # CONFIG_SOC_SERIES_VALKYRIE is not set
    # CONFIG_SOC_SERIES_VIPER is not set
    # CONFIG_SOC_SERIES_PSOC62 is not set
    # CONFIG_SOC_SERIES_PSOC63 is not set
    # CONFIG_SOC_SERIES_GD32A50X is not set
    # CONFIG_SOC_SERIES_GD32E10X is not set
    # CONFIG_SOC_SERIES_GD32E50X is not set
    # CONFIG_SOC_SERIES_GD32F3X0 is not set
    # CONFIG_SOC_SERIES_GD32F403 is not set
    # CONFIG_SOC_SERIES_GD32F4XX is not set
    # CONFIG_SOC_SERIES_GD32L23X is not set
    # CONFIG_SOC_SERIES_PSOC_60 is not set
    # CONFIG_SOC_SERIES_PSOC_61 is not set
    # CONFIG_SOC_SERIES_PSOC_62 is not set
    # CONFIG_SOC_SERIES_PSOC_63 is not set
    # CONFIG_SOC_SERIES_PSOC_64 is not set
    # CONFIG_SOC_SERIES_XMC_4XXX is not set
    # CONFIG_SOC_SERIES_CYCLONE5 is not set
    # CONFIG_SOC_SERIES_MEC1501X is not set
    # CONFIG_SOC_SERIES_MEC1701X is not set
    # CONFIG_SOC_SERIES_MEC172X is not set
    # CONFIG_SOC_SERIES_NRF51X is not set
    # CONFIG_SOC_SERIES_NRF52X is not set
    # CONFIG_SOC_SERIES_NRF53X is not set
    CONFIG_SOC_SERIES_NRF91X=y
    # CONFIG_SOC_SERIES_NPCX7 is not set
    # CONFIG_SOC_SERIES_NPCX9 is not set
    # CONFIG_SOC_SERIES_M48X is not set
    # CONFIG_SOC_SERIES_IMX_6X_M4 is not set
    # CONFIG_SOC_SERIES_IMX7_M4 is not set
    # CONFIG_SOC_SERIES_IMX8ML_M7 is not set
    # CONFIG_SOC_SERIES_IMX8MM_M4 is not set
    # CONFIG_SOC_SERIES_IMX8MQ_M4 is not set
    # CONFIG_SOC_SERIES_IMX_RT5XX is not set
    # CONFIG_SOC_SERIES_IMX_RT6XX is not set
    # CONFIG_SOC_SERIES_IMX_RT is not set
    # CONFIG_SOC_SERIES_KINETIS_K2X is not set
    # CONFIG_SOC_SERIES_KINETIS_K6X is not set
    # CONFIG_SOC_SERIES_KINETIS_K8X is not set
    # CONFIG_SOC_SERIES_KINETIS_KE1XF is not set
    # CONFIG_SOC_SERIES_KINETIS_KL2X is not set
    # CONFIG_SOC_SERIES_KINETIS_KV5X is not set
    # CONFIG_SOC_SERIES_KINETIS_KWX is not set
    # CONFIG_SOC_SERIES_LPC11U6X is not set
    # CONFIG_SOC_SERIES_LPC51U68 is not set
    # CONFIG_SOC_SERIES_LPC54XXX is not set
    # CONFIG_SOC_SERIES_LPC55XXX is not set
    # CONFIG_SOC_SERIES_S32ZE_R52 is not set
    # CONFIG_SOC_EOS_S3 is not set
    # CONFIG_SOC_SERIES_RCAR_GEN3 is not set
    # CONFIG_SOC_SERIES_DA1469X is not set
    # CONFIG_SOC_SERIES_RP2XXX is not set
    # CONFIG_SOC_SERIES_EFM32GG11B is not set
    # CONFIG_SOC_SERIES_EFM32HG is not set
    # CONFIG_SOC_SERIES_EFM32JG12B is not set
    # CONFIG_SOC_SERIES_EFM32PG12B is not set
    # CONFIG_SOC_SERIES_EFM32PG1B is not set
    # CONFIG_SOC_SERIES_EFM32WG is not set
    # CONFIG_SOC_SERIES_EFR32BG13P is not set
    # CONFIG_SOC_SERIES_EFR32BG22 is not set
    # CONFIG_SOC_SERIES_EFR32FG13P is not set
    # CONFIG_SOC_SERIES_EFR32FG1P is not set
    # CONFIG_SOC_SERIES_EFR32MG12P is not set
    # CONFIG_SOC_SERIES_EFR32MG21 is not set
    # CONFIG_SOC_SERIES_EFR32MG24 is not set
    # CONFIG_SOC_SERIES_STM32C0X is not set
    # CONFIG_SOC_SERIES_STM32F0X is not set
    # CONFIG_SOC_SERIES_STM32F1X is not set
    # CONFIG_SOC_SERIES_STM32F2X is not set
    # CONFIG_SOC_SERIES_STM32F3X is not set
    # CONFIG_SOC_SERIES_STM32F4X is not set
    # CONFIG_SOC_SERIES_STM32F7X is not set
    # CONFIG_SOC_SERIES_STM32G0X is not set
    # CONFIG_SOC_SERIES_STM32G4X is not set
    # CONFIG_SOC_SERIES_STM32H5X is not set
    # CONFIG_SOC_SERIES_STM32H7X is not set
    # CONFIG_SOC_SERIES_STM32L0X is not set
    # CONFIG_SOC_SERIES_STM32L1X is not set
    # CONFIG_SOC_SERIES_STM32L4X is not set
    # CONFIG_SOC_SERIES_STM32L5X is not set
    # CONFIG_SOC_SERIES_STM32MP1X is not set
    # CONFIG_SOC_SERIES_STM32U5X is not set
    # CONFIG_SOC_SERIES_STM32WBX is not set
    # CONFIG_SOC_SERIES_STM32WLX is not set
    # CONFIG_SOC_TI_LM3S6965 is not set
    # CONFIG_SOC_SERIES_CC13X2_CC26X2 is not set
    # CONFIG_SOC_SERIES_CC13X2X7_CC26X2X7 is not set
    # CONFIG_SOC_SERIES_CC32XX is not set
    # CONFIG_SOC_SERIES_MSP432P4XX is not set
    # CONFIG_SOC_SERIES_XILINX_XC7ZXXX is not set
    # CONFIG_SOC_SERIES_XILINX_XC7ZXXXS is not set
    # CONFIG_SOC_XILINX_ZYNQMP_RPU is not set
    
    #
    # Hardware Configuration
    #
    CONFIG_CPU_HAS_ARM_MPU=y
    CONFIG_CPU_HAS_NRF_IDAU=y
    CONFIG_NRF_SPU_RAM_REGION_SIZE=0x2000
    CONFIG_SOC_FAMILY="nordic_nrf"
    CONFIG_SOC_FAMILY_NRF=y
    CONFIG_HAS_HW_NRF_CC310=y
    CONFIG_HAS_HW_NRF_CLOCK=y
    CONFIG_HAS_HW_NRF_DPPIC=y
    CONFIG_HAS_HW_NRF_EGU0=y
    CONFIG_HAS_HW_NRF_EGU1=y
    CONFIG_HAS_HW_NRF_EGU2=y
    CONFIG_HAS_HW_NRF_EGU3=y
    CONFIG_HAS_HW_NRF_EGU4=y
    CONFIG_HAS_HW_NRF_EGU5=y
    CONFIG_HAS_HW_NRF_GPIO0=y
    CONFIG_HAS_HW_NRF_GPIOTE=y
    CONFIG_HAS_HW_NRF_IPC=y
    CONFIG_HAS_HW_NRF_KMU=y
    CONFIG_HAS_HW_NRF_NVMC_PE=y
    CONFIG_HAS_HW_NRF_POWER=y
    CONFIG_HAS_HW_NRF_PWM0=y
    CONFIG_HAS_HW_NRF_REGULATORS=y
    CONFIG_HAS_HW_NRF_SAADC=y
    CONFIG_HAS_HW_NRF_SPIM3=y
    CONFIG_HAS_HW_NRF_TWIM2=y
    CONFIG_HAS_HW_NRF_UARTE0=y
    CONFIG_HAS_HW_NRF_VMC=y
    CONFIG_HAS_HW_NRF_WDT0=y
    CONFIG_NRF_ENABLE_ICACHE=y
    CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0
    CONFIG_SOC_NRF9160=y
    CONFIG_SOC_NRF9160_SICA=y
    # CONFIG_SOC_NRF9161_SICA is not set
    CONFIG_NRF_SOC_SECURE_SUPPORTED=y
    CONFIG_NRF_APPROTECT_USE_UICR=y
    # CONFIG_NRF_APPROTECT_LOCK is not set
    # CONFIG_NRF_APPROTECT_USER_HANDLING is not set
    # CONFIG_NRF_TRACE_PORT is not set
    # CONFIG_BUILD_OUTPUT_INFO_HEADER is not set
    # CONFIG_SOC_LOG_LEVEL_OFF is not set
    # CONFIG_SOC_LOG_LEVEL_ERR is not set
    # CONFIG_SOC_LOG_LEVEL_WRN is not set
    # CONFIG_SOC_LOG_LEVEL_INF is not set
    # CONFIG_SOC_LOG_LEVEL_DBG is not set
    CONFIG_SOC_LOG_LEVEL_DEFAULT=y
    CONFIG_SOC_LOG_LEVEL=3
    # end of Hardware Configuration
    
    CONFIG_SOC_COMPATIBLE_NRF=y
    
    #
    # ARM Options
    #
    CONFIG_ARCH="arm"
    CONFIG_CPU_CORTEX=y
    # CONFIG_CODE_DATA_RELOCATION_SRAM is not set
    CONFIG_CPU_CORTEX_M=y
    # CONFIG_ARM_ZIMAGE_HEADER is not set
    CONFIG_ISA_THUMB2=y
    CONFIG_ASSEMBLER_ISA_THUMB2=y
    CONFIG_COMPILER_ISA_THUMB2=y
    CONFIG_STACK_ALIGN_DOUBLE_WORD=y
    # CONFIG_RUNTIME_NMI is not set
    CONFIG_FAULT_DUMP=2
    CONFIG_BUILTIN_STACK_GUARD=y
    CONFIG_ARM_STACK_PROTECTION=y
    CONFIG_ARM_NONSECURE_FIRMWARE=y
    CONFIG_ARM_NONSECURE_PREEMPTIBLE_SECURE_CALLS=y
    CONFIG_ARM_STORE_EXC_RETURN=y
    CONFIG_CPU_CORTEX_M33=y
    CONFIG_CPU_CORTEX_M_HAS_SYSTICK=y
    CONFIG_CPU_CORTEX_M_HAS_DWT=y
    CONFIG_CPU_CORTEX_M_HAS_BASEPRI=y
    CONFIG_CPU_CORTEX_M_HAS_VTOR=y
    CONFIG_CPU_CORTEX_M_HAS_SPLIM=y
    CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS=y
    CONFIG_CPU_CORTEX_M_HAS_CMSE=y
    CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
    CONFIG_ARMV8_M_MAINLINE=y
    CONFIG_ARMV8_M_SE=y
    CONFIG_ARMV7_M_ARMV8_M_FP=y
    CONFIG_ARMV8_M_DSP=y
    
    #
    # ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
    #
    CONFIG_GEN_ISR_TABLES=y
    # CONFIG_ZERO_LATENCY_IRQS is not set
    # CONFIG_SW_VECTOR_RELAY is not set
    # CONFIG_CORTEX_M_DWT is not set
    # CONFIG_CORTEX_M_DEBUG_MONITOR_HOOK is not set
    # CONFIG_TRAP_UNALIGNED_ACCESS is not set
    # end of ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
    
    CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
    CONFIG_ARM_TRUSTZONE_M=y
    
    #
    # ARM TrustZone-M Options
    #
    
    #
    # Non-secure firmware
    #
    # CONFIG_ARM_FIRMWARE_USES_SECURE_ENTRY_FUNCS is not set
    # end of ARM TrustZone-M Options
    
    CONFIG_GEN_IRQ_VECTOR_TABLE=y
    CONFIG_ARM_MPU=y
    CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=32
    # CONFIG_MPU_STACK_GUARD is not set
    # CONFIG_MPU_ALLOW_FLASH_WRITE is not set
    # CONFIG_MPU_DISABLE_BACKGROUND_MAP is not set
    # CONFIG_CUSTOM_SECTION_ALIGN is not set
    CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE=32
    # end of ARM Options
    
    CONFIG_ARM=y
    CONFIG_ARCH_IS_SET=y
    
    #
    # General Architecture Options
    #
    # CONFIG_SEMIHOST is not set
    # CONFIG_ARCH_LOG_LEVEL_OFF is not set
    # CONFIG_ARCH_LOG_LEVEL_ERR is not set
    # CONFIG_ARCH_LOG_LEVEL_WRN is not set
    # CONFIG_ARCH_LOG_LEVEL_INF is not set
    # CONFIG_ARCH_LOG_LEVEL_DBG is not set
    CONFIG_ARCH_LOG_LEVEL_DEFAULT=y
    CONFIG_ARCH_LOG_LEVEL=3
    CONFIG_LITTLE_ENDIAN=y
    # CONFIG_TRUSTED_EXECUTION_SECURE is not set
    CONFIG_TRUSTED_EXECUTION_NONSECURE=y
    CONFIG_HW_STACK_PROTECTION=y
    # CONFIG_USERSPACE is not set
    CONFIG_KOBJECT_TEXT_AREA=256
    CONFIG_KOBJECT_DATA_AREA_RESERVE_EXTRA_PERCENT=100
    CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=16
    CONFIG_GEN_PRIV_STACKS=y
    # CONFIG_STACK_GROWS_UP is not set
    
    #
    # Interrupt Configuration
    #
    # CONFIG_DYNAMIC_INTERRUPTS is not set
    CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN=4
    CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS=y
    # CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_CODE is not set
    CONFIG_GEN_SW_ISR_TABLE=y
    CONFIG_ARCH_SW_ISR_TABLE_ALIGN=4
    CONFIG_GEN_IRQ_START_VECTOR=0
    # CONFIG_EXTRA_EXCEPTION_INFO is not set
    # CONFIG_SIMPLIFIED_EXCEPTION_CODES is not set
    # end of Interrupt Configuration
    # end of General Architecture Options
    
    CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT=y
    CONFIG_ARCH_HAS_TIMING_FUNCTIONS=y
    CONFIG_ARCH_HAS_TRUSTED_EXECUTION=y
    CONFIG_ARCH_HAS_STACK_PROTECTION=y
    CONFIG_ARCH_HAS_USERSPACE=y
    CONFIG_ARCH_HAS_EXECUTABLE_PAGE_BIT=y
    CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y
    CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
    CONFIG_ARCH_SUPPORTS_COREDUMP=y
    CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y
    CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO=y
    CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE=y
    CONFIG_ARCH_HAS_SUSPEND_TO_RAM=y
    CONFIG_ARCH_HAS_THREAD_ABORT=y
    CONFIG_ARCH_HAS_CODE_DATA_RELOCATION=y
    CONFIG_CPU_HAS_TEE=y
    CONFIG_CPU_HAS_FPU=y
    CONFIG_CPU_HAS_MPU=y
    CONFIG_MPU=y
    # CONFIG_MPU_LOG_LEVEL_OFF is not set
    # CONFIG_MPU_LOG_LEVEL_ERR is not set
    # CONFIG_MPU_LOG_LEVEL_WRN is not set
    # CONFIG_MPU_LOG_LEVEL_INF is not set
    # CONFIG_MPU_LOG_LEVEL_DBG is not set
    CONFIG_MPU_LOG_LEVEL_DEFAULT=y
    CONFIG_MPU_LOG_LEVEL=3
    CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS=y
    CONFIG_MPU_GAP_FILLING=y
    CONFIG_SRAM_REGION_PERMISSIONS=y
    
    #
    # Floating Point Options
    #
    # end of Floating Point Options
    
    #
    # Cache Options
    #
    # end of Cache Options
    
    CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS=y
    
    #
    # General Kernel Options
    #
    # CONFIG_KERNEL_LOG_LEVEL_OFF is not set
    # CONFIG_KERNEL_LOG_LEVEL_ERR is not set
    # CONFIG_KERNEL_LOG_LEVEL_WRN is not set
    # CONFIG_KERNEL_LOG_LEVEL_INF is not set
    # CONFIG_KERNEL_LOG_LEVEL_DBG is not set
    CONFIG_KERNEL_LOG_LEVEL_DEFAULT=y
    CONFIG_KERNEL_LOG_LEVEL=3
    CONFIG_MULTITHREADING=y
    CONFIG_NUM_COOP_PRIORITIES=16
    CONFIG_NUM_PREEMPT_PRIORITIES=15
    CONFIG_MAIN_THREAD_PRIORITY=0
    CONFIG_COOP_ENABLED=y
    CONFIG_PREEMPT_ENABLED=y
    CONFIG_PRIORITY_CEILING=-127
    # CONFIG_SCHED_DEADLINE is not set
    # CONFIG_SCHED_CPU_MASK is not set
    CONFIG_IDLE_STACK_SIZE=320
    CONFIG_ISR_STACK_SIZE=2048
    CONFIG_THREAD_STACK_INFO=y
    # CONFIG_THREAD_CUSTOM_DATA is not set
    CONFIG_ERRNO=y
    CONFIG_SCHED_DUMB=y
    # CONFIG_SCHED_SCALABLE is not set
    # CONFIG_SCHED_MULTIQ is not set
    # CONFIG_WAITQ_SCALABLE is not set
    CONFIG_WAITQ_DUMB=y
    
    #
    # Kernel Debugging and Metrics
    #
    CONFIG_BOOT_BANNER=y
    CONFIG_BOOT_DELAY=0
    # CONFIG_THREAD_MONITOR is not set
    # CONFIG_THREAD_NAME is not set
    # CONFIG_THREAD_RUNTIME_STATS is not set
    # end of Kernel Debugging and Metrics
    
    #
    # Work Queue Options
    #
    CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
    # CONFIG_SYSTEM_WORKQUEUE_NO_YIELD is not set
    # end of Work Queue Options
    
    #
    # Atomic Operations
    #
    CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
    # end of Atomic Operations
    
    #
    # Timer API Options
    #
    CONFIG_TIMESLICING=y
    CONFIG_TIMESLICE_SIZE=0
    CONFIG_TIMESLICE_PRIORITY=0
    # CONFIG_TIMESLICE_PER_THREAD is not set
    CONFIG_POLL=y
    # end of Timer API Options
    
    #
    # Other Kernel Object Options
    #
    # CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set
    CONFIG_NUM_MBOX_ASYNC_MSGS=10
    # CONFIG_EVENTS is not set
    # CONFIG_PIPES is not set
    CONFIG_KERNEL_MEM_POOL=y
    # end of Other Kernel Object Options
    
    CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y
    CONFIG_SWAP_NONATOMIC=y
    CONFIG_SYS_CLOCK_EXISTS=y
    CONFIG_TIMEOUT_64BIT=y
    CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS=365
    CONFIG_XIP=y
    
    #
    # Initialization Priorities
    #
    CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
    CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
    CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
    CONFIG_APPLICATION_INIT_PRIORITY=90
    # end of Initialization Priorities
    
    #
    # Security Options
    #
    # CONFIG_STACK_CANARIES is not set
    CONFIG_STACK_POINTER_RANDOM=0
    # end of Security Options
    
    #
    # SMP Options
    #
    CONFIG_MP_NUM_CPUS=1
    # end of SMP Options
    
    CONFIG_TICKLESS_KERNEL=y
    CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE=y
    # CONFIG_THREAD_LOCAL_STORAGE is not set
    # end of General Kernel Options
    
    #
    # Device Options
    #
    # end of Device Options
    
    #
    # Virtual Memory Support
    #
    # end of Virtual Memory Support
    
    #
    # Device Drivers
    #
    # CONFIG_ADC is not set
    # CONFIG_AUDIO is not set
    # CONFIG_BBRAM is not set
    # CONFIG_CACHE is not set
    # CONFIG_CAN is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_OFF is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_ERR is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_WRN is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_INF is not set
    # CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG is not set
    CONFIG_CLOCK_CONTROL_LOG_LEVEL_DEFAULT=y
    CONFIG_CLOCK_CONTROL_LOG_LEVEL=3
    CONFIG_CLOCK_CONTROL_NRF=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC is not set
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_150PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_100PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_75PPM is not set
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_30PPM is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_20PPM is not set
    CONFIG_CLOCK_CONTROL_NRF_ACCURACY=50
    CONFIG_CONSOLE=y
    CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128
    CONFIG_CONSOLE_HAS_DRIVER=y
    # CONFIG_CONSOLE_HANDLER is not set
    CONFIG_CONSOLE_INIT_PRIORITY=60
    CONFIG_UART_CONSOLE=y
    # CONFIG_UART_CONSOLE_DEBUG_SERVER_HOOKS is not set
    # CONFIG_UART_CONSOLE_MCUMGR is not set
    CONFIG_UART_CONSOLE_INPUT_EXPIRED=y
    CONFIG_UART_CONSOLE_INPUT_EXPIRED_TIMEOUT=15000
    # CONFIG_RAM_CONSOLE is not set
    # CONFIG_IPM_CONSOLE_SENDER is not set
    # CONFIG_IPM_CONSOLE_RECEIVER is not set
    # CONFIG_UART_MCUMGR is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_OFF is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_ERR is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_WRN is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_INF is not set
    # CONFIG_UART_CONSOLE_LOG_LEVEL_DBG is not set
    CONFIG_UART_CONSOLE_LOG_LEVEL_DEFAULT=y
    CONFIG_UART_CONSOLE_LOG_LEVEL=3
    # CONFIG_GSM_MUX is not set
    # CONFIG_EFI_CONSOLE is not set
    # CONFIG_COREDUMP_DEVICE is not set
    # CONFIG_COUNTER is not set
    # CONFIG_CRYPTO is not set
    # CONFIG_DAC is not set
    # CONFIG_DAI is not set
    # CONFIG_DISK_DRIVERS is not set
    # CONFIG_DMA is not set
    # CONFIG_EDAC is not set
    # CONFIG_EEPROM is not set
    # CONFIG_ENTROPY_LOG_LEVEL_OFF is not set
    # CONFIG_ENTROPY_LOG_LEVEL_ERR is not set
    # CONFIG_ENTROPY_LOG_LEVEL_WRN is not set
    # CONFIG_ENTROPY_LOG_LEVEL_INF is not set
    # CONFIG_ENTROPY_LOG_LEVEL_DBG is not set
    CONFIG_ENTROPY_LOG_LEVEL_DEFAULT=y
    CONFIG_ENTROPY_LOG_LEVEL=3
    CONFIG_ENTROPY_INIT_PRIORITY=50
    CONFIG_ENTROPY_PSA_CRYPTO_RNG=y
    CONFIG_ENTROPY_HAS_DRIVER=y
    # CONFIG_ESPI is not set
    CONFIG_ETH_DRIVER=y
    # CONFIG_ETHERNET_LOG_LEVEL_OFF is not set
    # CONFIG_ETHERNET_LOG_LEVEL_ERR is not set
    # CONFIG_ETHERNET_LOG_LEVEL_WRN is not set
    # CONFIG_ETHERNET_LOG_LEVEL_INF is not set
    # CONFIG_ETHERNET_LOG_LEVEL_DBG is not set
    CONFIG_ETHERNET_LOG_LEVEL_DEFAULT=y
    CONFIG_ETHERNET_LOG_LEVEL=3
    
    #
    # Ethernet PHY Drivers
    #
    # CONFIG_PHY_LOG_LEVEL_OFF is not set
    # CONFIG_PHY_LOG_LEVEL_ERR is not set
    # CONFIG_PHY_LOG_LEVEL_WRN is not set
    # CONFIG_PHY_LOG_LEVEL_INF is not set
    # CONFIG_PHY_LOG_LEVEL_DBG is not set
    CONFIG_PHY_LOG_LEVEL_DEFAULT=y
    CONFIG_PHY_LOG_LEVEL=3
    CONFIG_PHY_AUTONEG_TIMEOUT_MS=4000
    CONFIG_PHY_MONITOR_PERIOD=500
    # end of Ethernet PHY Drivers
    
    CONFIG_ETH_INIT_PRIORITY=80
    # CONFIG_FLASH is not set
    # CONFIG_FPGA is not set
    # CONFIG_FUEL_GAUGE is not set
    # CONFIG_GPIO_LOG_LEVEL_OFF is not set
    # CONFIG_GPIO_LOG_LEVEL_ERR is not set
    # CONFIG_GPIO_LOG_LEVEL_WRN is not set
    # CONFIG_GPIO_LOG_LEVEL_INF is not set
    # CONFIG_GPIO_LOG_LEVEL_DBG is not set
    CONFIG_GPIO_LOG_LEVEL_DEFAULT=y
    CONFIG_GPIO_LOG_LEVEL=3
    # CONFIG_GPIO_GET_DIRECTION is not set
    # CONFIG_GPIO_GET_CONFIG is not set
    # CONFIG_GPIO_HOGS is not set
    # CONFIG_GPIO_ENABLE_DISABLE_INTERRUPT is not set
    CONFIG_GPIO_NRFX=y
    # CONFIG_FXL6408_LOG_LEVEL_OFF is not set
    # CONFIG_FXL6408_LOG_LEVEL_ERR is not set
    # CONFIG_FXL6408_LOG_LEVEL_WRN is not set
    # CONFIG_FXL6408_LOG_LEVEL_INF is not set
    # CONFIG_FXL6408_LOG_LEVEL_DBG is not set
    CONFIG_FXL6408_LOG_LEVEL_DEFAULT=y
    CONFIG_FXL6408_LOG_LEVEL=3
    # CONFIG_HWINFO is not set
    # CONFIG_I2S is not set
    # CONFIG_I3C is not set
    # CONFIG_SMBUS is not set
    # CONFIG_IEEE802154 is not set
    
    #
    # Interrupt controller drivers
    #
    CONFIG_INTC_INIT_PRIORITY=40
    # CONFIG_INTC_LOG_LEVEL_OFF is not set
    # CONFIG_INTC_LOG_LEVEL_ERR is not set
    # CONFIG_INTC_LOG_LEVEL_WRN is not set
    # CONFIG_INTC_LOG_LEVEL_INF is not set
    # CONFIG_INTC_LOG_LEVEL_DBG is not set
    CONFIG_INTC_LOG_LEVEL_DEFAULT=y
    CONFIG_INTC_LOG_LEVEL=3
    # CONFIG_MULTI_LEVEL_INTERRUPTS is not set
    # CONFIG_INTC_ESP32 is not set
    # end of Interrupt controller drivers
    
    # CONFIG_IPM is not set
    # CONFIG_LED is not set
    # CONFIG_LED_STRIP is not set
    # CONFIG_LORA is not set
    # CONFIG_MBOX is not set
    # CONFIG_MDIO is not set
    # CONFIG_MIPI_DSI is not set
    
    #
    # Miscellaneous Drivers
    #
    # CONFIG_GROVE_LCD_RGB is not set
    # end of Miscellaneous Drivers
    
    # CONFIG_MM_DRV is not set
    # CONFIG_NEURAL_NET_ACCEL is not set
    # CONFIG_PCIE is not set
    # CONFIG_PCIE_ENDPOINT is not set
    # CONFIG_PECI is not set
    # CONFIG_PINCTRL_LOG_LEVEL_OFF is not set
    # CONFIG_PINCTRL_LOG_LEVEL_ERR is not set
    # CONFIG_PINCTRL_LOG_LEVEL_WRN is not set
    # CONFIG_PINCTRL_LOG_LEVEL_INF is not set
    # CONFIG_PINCTRL_LOG_LEVEL_DBG is not set
    CONFIG_PINCTRL_LOG_LEVEL_DEFAULT=y
    CONFIG_PINCTRL_LOG_LEVEL=3
    CONFIG_PINCTRL_STORE_REG=y
    # CONFIG_PINCTRL_DYNAMIC is not set
    CONFIG_PINCTRL_NRF=y
    # CONFIG_PM_CPU_OPS is not set
    # CONFIG_POWER_DOMAIN is not set
    # CONFIG_PS2 is not set
    # CONFIG_PTP_CLOCK is not set
    # CONFIG_PWM is not set
    # CONFIG_RETAINED_MEM is not set
    # CONFIG_RTC is not set
    # CONFIG_SDHC is not set
    
    #
    # Capabilities
    #
    CONFIG_SERIAL_HAS_DRIVER=y
    CONFIG_SERIAL_SUPPORT_ASYNC=y
    CONFIG_SERIAL_SUPPORT_INTERRUPT=y
    # CONFIG_UART_LOG_LEVEL_OFF is not set
    # CONFIG_UART_LOG_LEVEL_ERR is not set
    # CONFIG_UART_LOG_LEVEL_WRN is not set
    # CONFIG_UART_LOG_LEVEL_INF is not set
    # CONFIG_UART_LOG_LEVEL_DBG is not set
    CONFIG_UART_LOG_LEVEL_DEFAULT=y
    CONFIG_UART_LOG_LEVEL=3
    CONFIG_UART_USE_RUNTIME_CONFIGURE=y
    # CONFIG_UART_ASYNC_API is not set
    # CONFIG_UART_LINE_CTRL is not set
    # CONFIG_UART_DRV_CMD is not set
    # CONFIG_UART_WIDE_DATA is not set
    # CONFIG_UART_PIPE is not set
    
    #
    # Serial Drivers
    #
    CONFIG_UART_NRFX=y
    CONFIG_UART_0_NRF_UARTE=y
    CONFIG_UART_0_ENHANCED_POLL_OUT=y
    # CONFIG_UART_0_NRF_PARITY_BIT is not set
    CONFIG_UART_0_NRF_TX_BUFFER_SIZE=32
    CONFIG_UART_ENHANCED_POLL_OUT=y
    CONFIG_NRF_UARTE_PERIPHERAL=y
    # CONFIG_SPI_ASYNC is not set
    # CONFIG_SPI_RTIO is not set
    # CONFIG_SPI_SLAVE is not set
    # CONFIG_SPI_EXTENDED_MODES is not set
    CONFIG_SPI_INIT_PRIORITY=70
    CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE=200
    # CONFIG_SPI_LOG_LEVEL_OFF is not set
    # CONFIG_SPI_LOG_LEVEL_ERR is not set
    # CONFIG_SPI_LOG_LEVEL_WRN is not set
    # CONFIG_SPI_LOG_LEVEL_INF is not set
    # CONFIG_SPI_LOG_LEVEL_DBG is not set
    CONFIG_SPI_LOG_LEVEL_DEFAULT=y
    CONFIG_SPI_LOG_LEVEL=3
    CONFIG_SPI_NRFX=y
    CONFIG_SPI_3_NRF_SPIM=y
    CONFIG_SPI_NRFX_RAM_BUFFER_SIZE=8
    # CONFIG_SYSCON is not set
    
    #
    # Timer drivers
    #
    # CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME is not set
    # CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is not set
    CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0
    CONFIG_TICKLESS_CAPABLE=y
    CONFIG_SYSTEM_TIMER_HAS_DISABLE_SUPPORT=y
    # CONFIG_NRF_RTC_TIMER_TRIGGER_OVERFLOW is not set
    # CONFIG_SYSTEM_CLOCK_NO_WAIT is not set
    # CONFIG_SYSTEM_CLOCK_WAIT_FOR_AVAILABILITY is not set
    CONFIG_SYSTEM_CLOCK_WAIT_FOR_STABILITY=y
    # end of Timer drivers
    
    # CONFIG_USB_BC12 is not set
    # CONFIG_UDC_DRIVER is not set
    # CONFIG_UVB is not set
    # CONFIG_USB_DEVICE_DRIVER is not set
    # CONFIG_USBC_TCPC_DRIVER is not set
    # CONFIG_USBC_LOG_LEVEL_OFF is not set
    # CONFIG_USBC_LOG_LEVEL_ERR is not set
    # CONFIG_USBC_LOG_LEVEL_WRN is not set
    # CONFIG_USBC_LOG_LEVEL_INF is not set
    # CONFIG_USBC_LOG_LEVEL_DBG is not set
    CONFIG_USBC_LOG_LEVEL_DEFAULT=y
    CONFIG_USBC_LOG_LEVEL=3
    # CONFIG_USBC_VBUS_DRIVER is not set
    # CONFIG_VIDEO is not set
    # CONFIG_VIRTUALIZATION is not set
    # CONFIG_W1 is not set
    # CONFIG_WIFI_LOG_LEVEL_OFF is not set
    # CONFIG_WIFI_LOG_LEVEL_ERR is not set
    # CONFIG_WIFI_LOG_LEVEL_WRN is not set
    # CONFIG_WIFI_LOG_LEVEL_INF is not set
    # CONFIG_WIFI_LOG_LEVEL_DBG is not set
    CONFIG_WIFI_LOG_LEVEL_DEFAULT=y
    CONFIG_WIFI_LOG_LEVEL=3
    CONFIG_WIFI_INIT_PRIORITY=80
    # CONFIG_WIFI_OFFLOAD is not set
    CONFIG_WIFI_USE_NATIVE_NETWORKING=y
    # CONFIG_WIFI_SIMPLELINK is not set
    # end of Device Drivers
    
    #
    # C Library
    #
    CONFIG_REQUIRES_FULL_LIBC=y
    CONFIG_SUPPORT_MINIMAL_LIBC=y
    CONFIG_PICOLIBC_SUPPORTED=y
    # CONFIG_PICOLIBC is not set
    CONFIG_NEWLIB_LIBC=y
    # CONFIG_EXTERNAL_LIBC is not set
    CONFIG_HAS_NEWLIB_LIBC_NANO=y
    CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=2048
    # CONFIG_NEWLIB_LIBC_FLOAT_PRINTF is not set
    # CONFIG_NEWLIB_LIBC_FLOAT_SCANF is not set
    # CONFIG_NEWLIB_LIBC_HEAP_LISTENER is not set
    CONFIG_STDOUT_CONSOLE=y
    # end of C Library
    
    #
    # C++ Language Support
    #
    # CONFIG_CPP is not set
    
    #
    # Deprecated
    #
    # CONFIG_CPLUSPLUS is not set
    # CONFIG_LIB_CPLUSPLUS is not set
    # end of Deprecated
    # end of C++ Language Support
    
    #
    # Additional libraries
    #
    
    #
    # Hash Function Support
    #
    # CONFIG_SYS_HASH_FUNC32 is not set
    # end of Hash Function Support
    
    #
    # Hashmap (Hash Table) Support
    #
    # CONFIG_SYS_HASH_MAP is not set
    # end of Hashmap (Hash Table) Support
    
    #
    # OS Support Library
    #
    # CONFIG_JSON_LIBRARY is not set
    # CONFIG_RING_BUFFER is not set
    CONFIG_NOTIFY=y
    # CONFIG_BASE64 is not set
    CONFIG_CRC=y
    # CONFIG_PRINTK_SYNC is not set
    CONFIG_MPSC_PBUF=y
    CONFIG_ONOFF=y
    # CONFIG_SPSC_PBUF is not set
    # CONFIG_SHARED_MULTI_HEAP is not set
    # CONFIG_WINSTREAM is not set
    # CONFIG_MPSC_CLEAR_ALLOCATED is not set
    CONFIG_REBOOT=y
    # CONFIG_UTF8 is not set
    CONFIG_CBPRINTF_COMPLETE=y
    # CONFIG_CBPRINTF_NANO is not set
    CONFIG_CBPRINTF_FULL_INTEGRAL=y
    # CONFIG_CBPRINTF_REDUCED_INTEGRAL is not set
    # CONFIG_CBPRINTF_FP_SUPPORT is not set
    # CONFIG_CBPRINTF_FP_A_SUPPORT is not set
    # CONFIG_CBPRINTF_FP_ALWAYS_A is not set
    CONFIG_CBPRINTF_N_SPECIFIER=y
    # CONFIG_CBPRINTF_LIBC_SUBSTS is not set
    # CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_OFF is not set
    # CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_ERR is not set
    # CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_WRN is not set
    # CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_INF is not set
    # CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DBG is not set
    CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL_DEFAULT=y
    CONFIG_CBPRINTF_PACKAGE_LOG_LEVEL=3
    # CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE is not set
    # CONFIG_CBPRINTF_STATIC_PACKAGE_CHECK_ALIGNMENT is not set
    
    #
    # Heap and Memory Allocation
    #
    # CONFIG_SYS_HEAP_VALIDATE is not set
    CONFIG_SYS_HEAP_ALLOC_LOOPS=3
    # CONFIG_SYS_HEAP_RUNTIME_STATS is not set
    # CONFIG_SYS_HEAP_LISTENER is not set
    CONFIG_SYS_HEAP_SMALL_ONLY=y
    # CONFIG_SYS_HEAP_BIG_ONLY is not set
    # CONFIG_SYS_HEAP_AUTO is not set
    # CONFIG_SYS_MEM_BLOCKS is not set
    # end of Heap and Memory Allocation
    # end of OS Support Library
    
    # CONFIG_POSIX_API is not set
    # CONFIG_POSIX_CLOCK is not set
    CONFIG_MAX_TIMER_COUNT=5
    CONFIG_TIMER_CREATE_WAIT=100
    # CONFIG_POSIX_MQUEUE is not set
    # CONFIG_EVENTFD is not set
    # CONFIG_FNMATCH is not set
    # CONFIG_OPENAMP_RSC_TABLE is not set
    # CONFIG_SMF is not set
    # end of Additional libraries
    
    #
    # Subsystems and OS Services
    #
    # CONFIG_BT is not set
    
    #
    # Controller Area Network (CAN) bus subsystem
    #
    # CONFIG_ISOTP is not set
    # end of Controller Area Network (CAN) bus subsystem
    
    # CONFIG_CONSOLE_SUBSYS is not set
    
    #
    # System Monitoring Options
    #
    # CONFIG_THREAD_ANALYZER is not set
    # end of System Monitoring Options
    
    #
    # Debugging Options
    #
    # CONFIG_DEBUG is not set
    # CONFIG_STACK_USAGE is not set
    CONFIG_STACK_SENTINEL=y
    CONFIG_PRINTK=y
    CONFIG_EARLY_CONSOLE=y
    # CONFIG_ASSERT is not set
    # CONFIG_FORCE_NO_ASSERT is not set
    CONFIG_ASSERT_VERBOSE=y
    # CONFIG_ASSERT_NO_FILE_INFO is not set
    # CONFIG_ASSERT_NO_COND_INFO is not set
    # CONFIG_ASSERT_NO_MSG_INFO is not set
    # CONFIG_ASSERT_TEST is not set
    # CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT is not set
    # CONFIG_DEBUG_INFO is not set
    # CONFIG_DEBUG_THREAD_INFO is not set
    CONFIG_DEBUG_COREDUMP=y
    CONFIG_DEBUG_COREDUMP_BACKEND_LOGGING=y
    # CONFIG_DEBUG_COREDUMP_BACKEND_OTHER is not set
    CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y
    # CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_LINKER_RAM is not set
    # end of Debugging Options
    
    # CONFIG_DISK_ACCESS is not set
    # CONFIG_DSP is not set
    # CONFIG_EMUL is not set
    # CONFIG_CHARACTER_FRAMEBUFFER is not set
    
    #
    # File Systems
    #
    # CONFIG_FILE_SYSTEM is not set
    # CONFIG_NVS is not set
    # end of File Systems
    
    #
    # Inter Processor Communication
    #
    # CONFIG_RPMSG_SERVICE is not set
    # CONFIG_IPC_SERVICE is not set
    # end of Inter Processor Communication
    
    # CONFIG_JWT is not set
    
    #
    # Logging
    #
    CONFIG_LOG=y
    CONFIG_LOG_CORE_INIT_PRIORITY=0
    CONFIG_LOG_MODE_DEFERRED=y
    # CONFIG_LOG_MODE_IMMEDIATE is not set
    # CONFIG_LOG_MODE_MINIMAL is not set
    # CONFIG_LOG_FRONTEND is not set
    # CONFIG_LOG_CUSTOM_HEADER is not set
    # CONFIG_LOG_MULTIDOMAIN is not set
    
    #
    # Logging levels filtering
    #
    # CONFIG_LOG_RUNTIME_FILTERING is not set
    CONFIG_LOG_DEFAULT_LEVEL=3
    CONFIG_LOG_OVERRIDE_LEVEL=0
    CONFIG_LOG_MAX_LEVEL=4
    # end of Logging levels filtering
    
    #
    # Processing
    #
    # CONFIG_LOG_PRINTK is not set
    CONFIG_LOG_MODE_OVERFLOW=y
    # CONFIG_LOG_BLOCK_IN_THREAD is not set
    CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=10
    CONFIG_LOG_PROCESS_THREAD=y
    CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=0
    CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=1000
    CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=768
    # CONFIG_LOG_PROCESS_THREAD_CUSTOM_PRIORITY is not set
    CONFIG_LOG_TRACE_SHORT_TIMESTAMP=y
    # CONFIG_LOG_TIMESTAMP_64BIT is not set
    # CONFIG_LOG_SPEED is not set
    # end of Processing
    
    #
    # Output Formatting
    #
    
    #
    # Prepend non-hexdump log message with function name
    #
    # CONFIG_LOG_FUNC_NAME_PREFIX_ERR is not set
    # CONFIG_LOG_FUNC_NAME_PREFIX_WRN is not set
    # CONFIG_LOG_FUNC_NAME_PREFIX_INF is not set
    CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
    # end of Prepend non-hexdump log message with function name
    
    # CONFIG_LOG_MIPI_SYST_ENABLE is not set
    # CONFIG_LOG_CUSTOM_FORMAT_SUPPORT is not set
    CONFIG_LOG_BACKEND_SHOW_COLOR=y
    # CONFIG_LOG_INFO_COLOR_GREEN is not set
    CONFIG_LOG_TAG_MAX_LEN=0
    CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP=y
    # CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP is not set
    # CONFIG_LOG_OUTPUT_FORMAT_CUSTOM_TIMESTAMP is not set
    # end of Output Formatting
    
    #
    # Backends
    #
    # CONFIG_LOG_BACKEND_NET is not set
    CONFIG_LOG_BACKEND_UART=y
    CONFIG_LOG_BACKEND_UART_BUFFER_SIZE=1
    CONFIG_LOG_BACKEND_UART_AUTOSTART=y
    CONFIG_LOG_BACKEND_UART_OUTPUT_TEXT=y
    # CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY is not set
    # CONFIG_LOG_BACKEND_UART_OUTPUT_CUSTOM is not set
    CONFIG_LOG_BACKEND_UART_OUTPUT_DEFAULT=0
    # CONFIG_LOG_BACKEND_IPC_SERVICE is not set
    # end of Backends
    
    #
    # Misc
    #
    CONFIG_LOG_DOMAIN_ID=0
    CONFIG_LOG_USE_VLA=y
    # CONFIG_LOG_ALWAYS_RUNTIME is not set
    # CONFIG_LOG_FMT_SECTION is not set
    # CONFIG_LOG_USE_TAGGED_ARGUMENTS is not set
    # CONFIG_LOG_MEM_UTILIZATION is not set
    CONFIG_LOG_FAILURE_REPORT_PERIOD=1000
    # end of Misc
    
    CONFIG_LOG_OUTPUT=y
    # end of Logging
    
    #
    # Device Management
    #
    
    #
    # Host command handler subsystem
    #
    # CONFIG_EC_HOST_CMD is not set
    # CONFIG_EC_HOST_CMD_BACKEND_SHI is not set
    # end of Host command handler subsystem
    
    # CONFIG_OSDP is not set
    # end of Device Management
    
    # CONFIG_MODBUS is not set
    
    #
    # Networking
    #
    CONFIG_NET_BUF=y
    # CONFIG_NET_BUF_LOG is not set
    # CONFIG_NET_BUF_LOG_LEVEL_OFF is not set
    # CONFIG_NET_BUF_LOG_LEVEL_ERR is not set
    # CONFIG_NET_BUF_LOG_LEVEL_WRN is not set
    # CONFIG_NET_BUF_LOG_LEVEL_INF is not set
    # CONFIG_NET_BUF_LOG_LEVEL_DBG is not set
    CONFIG_NET_BUF_LOG_LEVEL_DEFAULT=y
    CONFIG_NET_BUF_LOG_LEVEL=3
    # CONFIG_NET_BUF_POOL_USAGE is not set
    CONFIG_NETWORKING=y
    # CONFIG_NET_HOSTNAME_ENABLE is not set
    
    #
    # Link layer options
    #
    # CONFIG_NET_L2_DUMMY is not set
    # CONFIG_NET_L2_BT_SHELL is not set
    # CONFIG_NET_L2_VIRTUAL is not set
    CONFIG_NET_L2_ETHERNET_LOG_LEVEL=0
    CONFIG_NET_L2_ETHERNET_MGMT=y
    # CONFIG_NET_VLAN is not set
    # CONFIG_NET_GPTP is not set
    # CONFIG_NET_LLDP is not set
    # CONFIG_NET_ETHERNET_BRIDGE is not set
    # CONFIG_NET_ETHERNET_FORWARD_UNRECOGNISED_ETHERTYPE is not set
    # CONFIG_NET_L2_PPP is not set
    # CONFIG_NET_L2_OPENTHREAD is not set
    # CONFIG_NET_L2_CUSTOM_IEEE802154 is not set
    # CONFIG_NET_L2_CANBUS_RAW is not set
    CONFIG_NET_L2_WIFI_MGMT=y
    CONFIG_NET_L2_WIFI_MGMT_LOG_LEVEL=0
    # CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS is not set
    # CONFIG_NET_L2_WIFI_SHELL is not set
    # CONFIG_NET_L2_PTP is not set
    # end of Link layer options
    
    #
    # IP stack
    #
    CONFIG_NET_IP=y
    # CONFIG_NET_NATIVE is not set
    CONFIG_NET_OFFLOAD=y
    CONFIG_NET_OFFLOAD_LOG_LEVEL=0
    CONFIG_NET_INIT_PRIO=90
    CONFIG_NET_IP_DSCP_ECN=y
    CONFIG_NET_IF_MAX_IPV6_COUNT=1
    CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=2
    CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=3
    CONFIG_NET_IF_IPV6_PREFIX_COUNT=2
    # CONFIG_NET_IPV4 is not set
    # CONFIG_NET_SHELL is not set
    CONFIG_NET_TC_TX_COUNT=0
    CONFIG_NET_TC_RX_COUNT=1
    # CONFIG_NET_TC_SKIP_FOR_HIGH_PRIO is not set
    CONFIG_NET_TC_THREAD_COOPERATIVE=y
    # CONFIG_NET_TC_THREAD_PREEMPTIVE is not set
    CONFIG_NET_TC_NUM_PRIORITIES=16
    CONFIG_NET_TC_MAPPING_STRICT=y
    CONFIG_NET_TX_DEFAULT_PRIORITY=1
    CONFIG_NET_RX_DEFAULT_PRIORITY=0
    CONFIG_NET_IP_ADDR_CHECK=y
    CONFIG_NET_MAX_ROUTERS=1
    # CONFIG_NET_TCP is not set
    # CONFIG_NET_TEST_PROTOCOL is not set
    CONFIG_NET_UDP=y
    CONFIG_NET_UDP_LOG_LEVEL=0
    CONFIG_NET_MAX_CONN=4
    CONFIG_NET_MAX_CONTEXTS=6
    # CONFIG_NET_CONTEXT_NET_PKT_POOL is not set
    CONFIG_NET_CONTEXT_SYNC_RECV=y
    CONFIG_NET_CONTEXT_CHECK=y
    # CONFIG_NET_CONTEXT_PRIORITY is not set
    # CONFIG_NET_CONTEXT_TXTIME is not set
    # CONFIG_NET_CONTEXT_RCVTIMEO is not set
    # CONFIG_NET_CONTEXT_SNDTIMEO is not set
    # CONFIG_NET_CONTEXT_RCVBUF is not set
    # CONFIG_NET_CONTEXT_SNDBUF is not set
    CONFIG_NET_CONTEXT_DSCP_ECN=y
    # CONFIG_NET_TEST is not set
    # CONFIG_NET_TRICKLE is not set
    CONFIG_NET_BUF_RX_COUNT=36
    CONFIG_NET_BUF_TX_COUNT=36
    CONFIG_NET_BUF_FIXED_DATA_SIZE=y
    # CONFIG_NET_BUF_VARIABLE_DATA_SIZE is not set
    CONFIG_NET_BUF_DATA_SIZE=128
    CONFIG_NET_PKT_BUF_USER_DATA_SIZE=4
    CONFIG_NET_DEFAULT_IF_FIRST=y
    # CONFIG_NET_DEFAULT_IF_UP is not set
    # CONFIG_NET_DEFAULT_IF_ETHERNET is not set
    # CONFIG_NET_DEFAULT_IF_OFFLOAD is not set
    # CONFIG_NET_PROMISCUOUS_MODE is not set
    # CONFIG_NET_DISABLE_ICMP_DESTINATION_UNREACHABLE is not set
    
    #
    # Stack usage
    #
    CONFIG_NET_TX_STACK_SIZE=1200
    CONFIG_NET_RX_STACK_SIZE=1500
    # end of Stack usage
    
    CONFIG_NET_MGMT=y
    CONFIG_NET_MGMT_EVENT=y
    CONFIG_NET_MGMT_EVENT_QUEUE_SIZE=5
    CONFIG_NET_MGMT_EVENT_QUEUE_TIMEOUT=5000
    CONFIG_NET_MGMT_EVENT_INFO=y
    CONFIG_NET_MGMT_EVENT_LOG_LEVEL=0
    # CONFIG_NET_DEBUG_MGMT_EVENT_STACK is not set
    # CONFIG_NET_STATISTICS is not set
    # CONFIG_NET_LOG is not set
    CONFIG_NET_PKT_LOG_LEVEL=0
    # CONFIG_NET_DEBUG_NET_PKT_ALLOC is not set
    CONFIG_NET_DEBUG_NET_PKT_EXTERNALS=0
    # CONFIG_NET_DEBUG_NET_PKT_NON_FRAGILE_ACCESS is not set
    CONFIG_NET_CORE_LOG_LEVEL=0
    CONFIG_NET_IF_LOG_LEVEL=0
    CONFIG_NET_TC_LOG_LEVEL=0
    CONFIG_NET_UTILS_LOG_LEVEL=0
    CONFIG_NET_CONTEXT_LOG_LEVEL=0
    CONFIG_NET_CONN_LOG_LEVEL=0
    CONFIG_NET_ROUTE_LOG_LEVEL=0
    # end of IP stack
    
    #
    # Network Packet Filtering
    #
    # CONFIG_NET_PKT_FILTER is not set
    # end of Network Packet Filtering
    
    #
    # Network Protocols
    #
    # CONFIG_COAP is not set
    # CONFIG_DNS_SD is not set
    # CONFIG_MQTT_LIB is not set
    # CONFIG_MQTT_SN_LIB is not set
    # CONFIG_TFTP_LIB is not set
    # CONFIG_HTTP_PARSER is not set
    # CONFIG_HTTP_PARSER_URL is not set
    # CONFIG_HTTP_CLIENT is not set
    # CONFIG_HTTP_SERVER is not set
    CONFIG_NET_HTTP_LOG_LEVEL=0
    # CONFIG_WEBSOCKET_CLIENT is not set
    # CONFIG_LWM2M is not set
    # CONFIG_SOCKS is not set
    # end of Network Protocols
    
    #
    # Network Libraries
    #
    CONFIG_NET_CONFIG_AUTO_INIT=y
    CONFIG_NET_CONFIG_INIT_PRIO=95
    # CONFIG_NET_CONFIG_NEED_IPV6_ROUTER is not set
    # CONFIG_NET_CONFIG_NEED_IPV4 is not set
    CONFIG_NET_CONFIG_LOG_LEVEL=0
    # CONFIG_NET_CONFIG_SETTINGS is not set
    # CONFIG_NET_SOCKETS is not set
    # CONFIG_TLS_CREDENTIALS is not set
    # end of Network Libraries
    
    #
    # Network additional services
    #
    # CONFIG_NET_CAPTURE is not set
    # CONFIG_NET_ZPERF is not set
    # end of Network additional services
    
    # CONFIG_NET_CONNECTION_MANAGER is not set
    # end of Networking
    
    #
    # Power Management
    #
    # CONFIG_PM_LOG_LEVEL_OFF is not set
    # CONFIG_PM_LOG_LEVEL_ERR is not set
    # CONFIG_PM_LOG_LEVEL_WRN is not set
    # CONFIG_PM_LOG_LEVEL_INF is not set
    # CONFIG_PM_LOG_LEVEL_DBG is not set
    CONFIG_PM_LOG_LEVEL_DEFAULT=y
    CONFIG_PM_LOG_LEVEL=3
    # CONFIG_PM_S2RAM is not set
    CONFIG_PM_POLICY_DEFAULT=y
    # CONFIG_PM_POLICY_CUSTOM is not set
    # end of Power Management
    
    #
    # Portability
    #
    # end of Portability
    
    #
    # Random Number Generators
    #
    # CONFIG_TEST_RANDOM_GENERATOR is not set
    CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y
    # CONFIG_XOROSHIRO_RANDOM_GENERATOR is not set
    # CONFIG_XOSHIRO_RANDOM_GENERATOR is not set
    CONFIG_CSPRING_ENABLED=y
    CONFIG_HARDWARE_DEVICE_CS_GENERATOR=y
    # end of Random Number Generators
    
    # CONFIG_RTIO is not set
    
    #
    # SD
    #
    # CONFIG_MMC_STACK is not set
    # CONFIG_SDMMC_STACK is not set
    # CONFIG_SDIO_STACK is not set
    # end of SD
    
    # CONFIG_SETTINGS is not set
    # CONFIG_SHELL is not set
    # CONFIG_STATS is not set
    
    #
    # Storage
    #
    # CONFIG_STREAM_FLASH is not set
    # end of Storage
    
    # CONFIG_TASK_WDT is not set
    
    #
    # Testing
    #
    # CONFIG_ZTEST is not set
    # CONFIG_ZTEST_MOCKING is not set
    # CONFIG_ZTRESS is not set
    # CONFIG_TEST is not set
    CONFIG_COVERAGE_GCOV_HEAP_SIZE=16384
    # CONFIG_TEST_USERSPACE is not set
    # end of Testing
    
    # CONFIG_TIMING_FUNCTIONS is not set
    # CONFIG_TRACING is not set
    # CONFIG_USB_DEVICE_STACK is not set
    # CONFIG_USB_DEVICE_STACK_NEXT is not set
    # CONFIG_USB_HOST_STACK is not set
    # CONFIG_USBC_STACK is not set
    # CONFIG_ZBUS is not set
    # end of Subsystems and OS Services
    
    CONFIG_TOOLCHAIN_ZEPHYR_0_16=y
    CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE=y
    
    #
    # Build and Link Features
    #
    
    #
    # Linker Options
    #
    # CONFIG_LINKER_ORPHAN_SECTION_PLACE is not set
    CONFIG_LINKER_ORPHAN_SECTION_WARN=y
    # CONFIG_LINKER_ORPHAN_SECTION_ERROR is not set
    CONFIG_HAS_FLASH_LOAD_OFFSET=y
    # CONFIG_USE_DT_CODE_PARTITION is not set
    CONFIG_LD_LINKER_SCRIPT_SUPPORTED=y
    CONFIG_LD_LINKER_TEMPLATE=y
    # CONFIG_CMAKE_LINKER_GENERATOR is not set
    # CONFIG_HAVE_CUSTOM_LINKER_SCRIPT is not set
    CONFIG_KERNEL_ENTRY="__start"
    CONFIG_LINKER_SORT_BY_ALIGNMENT=y
    CONFIG_SRAM_OFFSET=0
    
    #
    # Linker Sections
    #
    # CONFIG_LINKER_USE_BOOT_SECTION is not set
    # CONFIG_LINKER_USE_PINNED_SECTION is not set
    CONFIG_LINKER_GENERIC_SECTIONS_PRESENT_AT_BOOT=y
    CONFIG_LINKER_LAST_SECTION_ID=y
    CONFIG_LINKER_LAST_SECTION_ID_PATTERN=0xE015E015
    CONFIG_LINKER_USE_RELAX=y
    # end of Linker Sections
    # end of Linker Options
    
    #
    # Compiler Options
    #
    # CONFIG_CODING_GUIDELINE_CHECK is not set
    # CONFIG_NATIVE_APPLICATION is not set
    # CONFIG_COMPILER_FREESTANDING is not set
    CONFIG_SIZE_OPTIMIZATIONS=y
    # CONFIG_SPEED_OPTIMIZATIONS is not set
    # CONFIG_DEBUG_OPTIMIZATIONS is not set
    # CONFIG_NO_OPTIMIZATIONS is not set
    # CONFIG_COMPILER_WARNINGS_AS_ERRORS is not set
    # CONFIG_COMPILER_SAVE_TEMPS is not set
    CONFIG_COMPILER_COLOR_DIAGNOSTICS=y
    # CONFIG_FORTIFY_SOURCE_NONE is not set
    CONFIG_FORTIFY_SOURCE_COMPILE_TIME=y
    # CONFIG_FORTIFY_SOURCE_RUN_TIME is not set
    CONFIG_COMPILER_OPT=""
    # CONFIG_MISRA_SANE is not set
    # end of Compiler Options
    
    # CONFIG_ASSERT_ON_ERRORS is not set
    # CONFIG_NO_RUNTIME_CHECKS is not set
    CONFIG_RUNTIME_ERROR_CHECKS=y
    
    #
    # Build Options
    #
    CONFIG_KERNEL_BIN_NAME="zephyr"
    CONFIG_OUTPUT_STAT=y
    # CONFIG_OUTPUT_SYMBOLS is not set
    CONFIG_OUTPUT_DISASSEMBLY=y
    # CONFIG_OUTPUT_DISASSEMBLE_ALL is not set
    CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y
    # CONFIG_CLEANUP_INTERMEDIATE_FILES is not set
    # CONFIG_BUILD_NO_GAP_FILL is not set
    CONFIG_BUILD_OUTPUT_BIN=y
    # CONFIG_BUILD_OUTPUT_EXE is not set
    # CONFIG_BUILD_OUTPUT_S19 is not set
    # CONFIG_BUILD_OUTPUT_UF2 is not set
    # CONFIG_BUILD_OUTPUT_STRIPPED is not set
    # CONFIG_APPLICATION_DEFINED_SYSCALL is not set
    # CONFIG_MAKEFILE_EXPORTS is not set
    # CONFIG_BUILD_OUTPUT_META is not set
    CONFIG_BUILD_OUTPUT_STRIP_PATHS=y
    # end of Build Options
    
    CONFIG_WARN_DEPRECATED=y
    CONFIG_ENFORCE_ZEPHYR_STDINT=y
    # end of Build and Link Features
    
    #
    # Boot Options
    #
    # CONFIG_IS_BOOTLOADER is not set
    # CONFIG_BOOTLOADER_BOSSA is not set
    # end of Boot Options
    
    #
    # Compatibility
    #
    CONFIG_COMPAT_INCLUDES=y
    # end of Compatibility
    

    Thanks.

  • Hi Hakon,

    It will be great to hear from you.

  • Can you also include zephyr.dts so I can check what pins are being used?

  • Hello Hakon,

    Here is the zephyr.dts file.

    /dts-v1/;
    
    / {
    	#address-cells = < 0x1 >;
    	#size-cells = < 0x1 >;
    	model = "Nordic nRF9160 DK NRF9160";
    	compatible = "nordic,nrf9160-dk-nrf9160";
    	chosen {
    		zephyr,entropy = &psa_rng;
    		zephyr,flash-controller = &flash_controller;
    		zephyr,console = &uart0;
    		zephyr,shell-uart = &uart0;
    		zephyr,uart-mcumgr = &uart0;
    		zephyr,flash = &flash0;
    		zephyr,sram = &sram0_ns;
    		zephyr,code-partition = &slot0_ns_partition;
    	};
    	aliases {
    		led0 = &led0;
    		led1 = &led1;
    		led2 = &led2;
    		led3 = &led3;
    		pwm-led0 = &pwm_led0;
    		sw0 = &button0;
    		sw1 = &button1;
    		sw2 = &button2;
    		sw3 = &button3;
    		bootloader-led0 = &led0;
    		mcuboot-button0 = &button0;
    		mcuboot-led0 = &led0;
    		watchdog0 = &wdt0;
    	};
    	soc {
    		#address-cells = < 0x1 >;
    		#size-cells = < 0x1 >;
    		compatible = "nordic,nRF9160-SICA", "nordic,nRF9160", "nordic,nRF91", "simple-bus";
    		interrupt-parent = < &nvic >;
    		ranges;
    		nvic: interrupt-controller@e000e100 {
    			#address-cells = < 0x1 >;
    			compatible = "arm,v8m-nvic";
    			reg = < 0xe000e100 0xc00 >;
    			interrupt-controller;
    			#interrupt-cells = < 0x2 >;
    			arm,num-irq-priority-bits = < 0x3 >;
    			phandle = < 0x1 >;
    		};
    		systick: timer@e000e010 {
    			compatible = "arm,armv8m-systick";
    			reg = < 0xe000e010 0x10 >;
    			status = "disabled";
    		};
    		sram0: memory@20000000 {
    			compatible = "mmio-sram";
    			reg = < 0x20000000 0x40000 >;
    		};
    		peripheral@40000000 {
    			#address-cells = < 0x1 >;
    			#size-cells = < 0x1 >;
    			ranges = < 0x0 0x40000000 0x10000000 >;
    			flash_controller: flash-controller@39000 {
    				compatible = "nordic,nrf91-flash-controller";
    				reg = < 0x39000 0x1000 >;
    				partial-erase;
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x1 >;
    				flash0: flash@0 {
    					compatible = "soc-nv-flash";
    					erase-block-size = < 0x1000 >;
    					write-block-size = < 0x4 >;
    					reg = < 0x0 0x100000 >;
    					partitions {
    						compatible = "fixed-partitions";
    						#address-cells = < 0x1 >;
    						#size-cells = < 0x1 >;
    						boot_partition: partition@0 {
    							label = "mcuboot";
    							reg = < 0x0 0x10000 >;
    						};
    						slot0_partition: partition@10000 {
    							label = "image-0";
    							reg = < 0x10000 0x40000 >;
    						};
    						slot0_ns_partition: partition@50000 {
    							label = "image-0-nonsecure";
    							reg = < 0x50000 0x30000 >;
    						};
    						slot1_partition: partition@80000 {
    							label = "image-1";
    							reg = < 0x80000 0x40000 >;
    						};
    						slot1_ns_partition: partition@c0000 {
    							label = "image-1-nonsecure";
    							reg = < 0xc0000 0x30000 >;
    						};
    						storage_partition: partition@f8000 {
    							label = "storage";
    							reg = < 0xf8000 0x8000 >;
    						};
    					};
    				};
    			};
    			adc: adc@e000 {
    				compatible = "nordic,nrf-saadc";
    				reg = < 0xe000 0x1000 >;
    				interrupts = < 0xe 0x1 >;
    				status = "okay";
    				#io-channel-cells = < 0x1 >;
    				phandle = < 0x12 >;
    			};
    			dppic: dppic@17000 {
    				compatible = "nordic,nrf-dppic";
    				reg = < 0x17000 0x1000 >;
    				status = "okay";
    			};
    			egu0: egu@1b000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1b000 0x1000 >;
    				interrupts = < 0x1b 0x1 >;
    				status = "okay";
    			};
    			egu1: egu@1c000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1c000 0x1000 >;
    				interrupts = < 0x1c 0x1 >;
    				status = "okay";
    			};
    			egu2: egu@1d000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1d000 0x1000 >;
    				interrupts = < 0x1d 0x1 >;
    				status = "okay";
    			};
    			egu3: egu@1e000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1e000 0x1000 >;
    				interrupts = < 0x1e 0x1 >;
    				status = "okay";
    			};
    			egu4: egu@1f000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1f000 0x1000 >;
    				interrupts = < 0x1f 0x1 >;
    				status = "okay";
    			};
    			egu5: egu@20000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x20000 0x1000 >;
    				interrupts = < 0x20 0x1 >;
    				status = "okay";
    			};
    			ipc: ipc@2a000 {
    				compatible = "nordic,nrf-ipc";
    				reg = < 0x2a000 0x1000 >;
    				interrupts = < 0x2a 0x1 >;
    				status = "okay";
    			};
    			i2s0: i2s@28000 {
    				compatible = "nordic,nrf-i2s";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x28000 0x1000 >;
    				interrupts = < 0x28 0x1 >;
    				status = "disabled";
    			};
    			kmu: kmu@39000 {
    				compatible = "nordic,nrf-kmu";
    				reg = < 0x39000 0x1000 >;
    				interrupts = < 0x39 0x1 >;
    				status = "okay";
    			};
    			pdm0: pdm@26000 {
    				compatible = "nordic,nrf-pdm";
    				reg = < 0x26000 0x1000 >;
    				interrupts = < 0x26 0x1 >;
    				status = "disabled";
    			};
    			regulators: regulator@4000 {
    				compatible = "nordic,nrf-regulators";
    				reg = < 0x4000 0x1000 >;
    				status = "okay";
    			};
    			vmc: vmc@3a000 {
    				compatible = "nordic,nrf-vmc";
    				reg = < 0x3a000 0x1000 >;
    				status = "okay";
    			};
    			uart0: uart@8000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0x8000 0x1000 >;
    				interrupts = < 0x8 0x1 >;
    				status = "okay";
    				current-speed = < 0x1c200 >;
    				pinctrl-0 = < &uart0_default >;
    				pinctrl-1 = < &uart0_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			uart1: arduino_serial: uart@9000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0x9000 0x1000 >;
    				interrupts = < 0x9 0x1 >;
    				status = "disabled";
    				current-speed = < 0x1c200 >;
    				pinctrl-0 = < &uart1_default >;
    				pinctrl-1 = < &uart1_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			uart2: uart@a000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0xa000 0x1000 >;
    				interrupts = < 0xa 0x1 >;
    				status = "disabled";
    				pinctrl-0 = < &uart2_default >;
    				pinctrl-1 = < &uart2_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			uart3: uart@b000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0xb000 0x1000 >;
    				interrupts = < 0xb 0x1 >;
    				status = "disabled";
    			};
    			i2c0: i2c@8000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x8000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0x8 0x1 >;
    				status = "disabled";
    			};
    			i2c1: i2c@9000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x9000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0x9 0x1 >;
    				status = "disabled";
    			};
    			i2c2: arduino_i2c: i2c@a000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xa000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0xa 0x1 >;
    				status = "okay";
    				pinctrl-0 = < &i2c2_default >;
    				pinctrl-1 = < &i2c2_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			i2c3: i2c@b000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xb000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0xb 0x1 >;
    				status = "disabled";
    			};
    			spi0: spi@8000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x8000 0x1000 >;
    				interrupts = < 0x8 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "disabled";
    			};
    			spi1: spi@9000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x9000 0x1000 >;
    				interrupts = < 0x9 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "disabled";
    			};
    			spi2: spi@a000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xa000 0x1000 >;
    				interrupts = < 0xa 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "disabled";
    			};
    			spi3: arduino_spi: spi@b000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xb000 0x1000 >;
    				interrupts = < 0xb 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "okay";
    				cs-gpios = < &arduino_header 0x10 0x1 >;
    				pinctrl-0 = < &spi3_default >;
    				pinctrl-1 = < &spi3_sleep >;
    				pinctrl-names = "default", "sleep";
    				nrf700x: nrf7002@0 {
    					compatible = "nordic,nrf700x-spi";
    					status = "okay";
    					reg = < 0x0 >;
    					spi-max-frequency = < 0x7a1200 >;
    					iovdd-ctrl-gpios = < &arduino_header 0x6 0x20 >;
    					bucken-gpios = < &arduino_header 0x7 0x20 >;
    					host-irq-gpios = < &arduino_header 0xd 0x0 >;
    				};
    			};
    			pwm0: pwm@21000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x21000 0x1000 >;
    				interrupts = < 0x21 0x1 >;
    				status = "okay";
    				#pwm-cells = < 0x3 >;
    				pinctrl-0 = < &pwm0_default >;
    				pinctrl-1 = < &pwm0_sleep >;
    				pinctrl-names = "default", "sleep";
    				phandle = < 0x10 >;
    			};
    			pwm1: pwm@22000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x22000 0x1000 >;
    				interrupts = < 0x22 0x1 >;
    				status = "disabled";
    				#pwm-cells = < 0x3 >;
    			};
    			pwm2: pwm@23000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x23000 0x1000 >;
    				interrupts = < 0x23 0x1 >;
    				status = "disabled";
    				#pwm-cells = < 0x3 >;
    			};
    			pwm3: pwm@24000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x24000 0x1000 >;
    				interrupts = < 0x24 0x1 >;
    				status = "disabled";
    				#pwm-cells = < 0x3 >;
    			};
    			gpio0: gpio@842500 {
    				compatible = "nordic,nrf-gpio";
    				gpio-controller;
    				reg = < 0x842500 0x300 >;
    				#gpio-cells = < 0x2 >;
    				status = "okay";
    				port = < 0x0 >;
    				phandle = < 0xf >;
    			};
    			rtc0: rtc@14000 {
    				compatible = "nordic,nrf-rtc";
    				reg = < 0x14000 0x1000 >;
    				cc-num = < 0x4 >;
    				interrupts = < 0x14 0x1 >;
    				status = "disabled";
    				clock-frequency = < 0x8000 >;
    				prescaler = < 0x1 >;
    			};
    			rtc1: rtc@15000 {
    				compatible = "nordic,nrf-rtc";
    				reg = < 0x15000 0x1000 >;
    				cc-num = < 0x4 >;
    				interrupts = < 0x15 0x1 >;
    				status = "disabled";
    				clock-frequency = < 0x8000 >;
    				prescaler = < 0x1 >;
    			};
    			clock: clock@5000 {
    				compatible = "nordic,nrf-clock";
    				reg = < 0x5000 0x1000 >;
    				interrupts = < 0x5 0x1 >;
    				status = "okay";
    			};
    			power: power@5000 {
    				compatible = "nordic,nrf-power";
    				reg = < 0x5000 0x1000 >;
    				interrupts = < 0x5 0x1 >;
    				status = "okay";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x1 >;
    				gpregret1: gpregret1@551c {
    					compatible = "nordic,nrf-gpregret";
    					reg = < 0x551c 0x1 >;
    					status = "okay";
    				};
    				gpregret2: gpregret2@5520 {
    					compatible = "nordic,nrf-gpregret";
    					reg = < 0x5520 0x1 >;
    					status = "okay";
    				};
    			};
    			wdt: wdt0: watchdog@18000 {
    				compatible = "nordic,nrf-wdt";
    				reg = < 0x18000 0x1000 >;
    				interrupts = < 0x18 0x1 >;
    				status = "okay";
    			};
    			timer0: timer@f000 {
    				compatible = "nordic,nrf-timer";
    				status = "disabled";
    				reg = < 0xf000 0x1000 >;
    				cc-num = < 0x6 >;
    				max-bit-width = < 0x20 >;
    				interrupts = < 0xf 0x1 >;
    				prescaler = < 0x0 >;
    			};
    			timer1: timer@10000 {
    				compatible = "nordic,nrf-timer";
    				status = "disabled";
    				reg = < 0x10000 0x1000 >;
    				cc-num = < 0x6 >;
    				max-bit-width = < 0x20 >;
    				interrupts = < 0x10 0x1 >;
    				prescaler = < 0x0 >;
    			};
    			timer2: timer@11000 {
    				compatible = "nordic,nrf-timer";
    				status = "disabled";
    				reg = < 0x11000 0x1000 >;
    				cc-num = < 0x6 >;
    				max-bit-width = < 0x20 >;
    				interrupts = < 0x11 0x1 >;
    				prescaler = < 0x0 >;
    			};
    		};
    		gpiote: gpiote@40031000 {
    			compatible = "nordic,nrf-gpiote";
    			reg = < 0x40031000 0x1000 >;
    			interrupts = < 0x31 0x5 >;
    			status = "okay";
    		};
    	};
    	pinctrl: pin-controller {
    		compatible = "nordic,nrf-pinctrl";
    		uart0_default: uart0_default {
    			phandle = < 0x2 >;
    			group1 {
    				psels = < 0x1d >, < 0x2001b >;
    			};
    			group2 {
    				psels = < 0x1001c >, < 0x3001a >;
    				bias-pull-up;
    			};
    		};
    		uart0_sleep: uart0_sleep {
    			phandle = < 0x3 >;
    			group1 {
    				psels = < 0x1d >, < 0x1001c >, < 0x2001b >, < 0x3001a >;
    				low-power-enable;
    			};
    		};
    		uart1_default: uart1_default {
    			phandle = < 0x4 >;
    			group1 {
    				psels = < 0x1 >, < 0x2000e >;
    			};
    			group2 {
    				psels = < 0x10000 >, < 0x3000f >;
    				bias-pull-up;
    			};
    		};
    		uart1_sleep: uart1_sleep {
    			phandle = < 0x5 >;
    			group1 {
    				psels = < 0x1 >, < 0x10000 >, < 0x2000e >, < 0x3000f >;
    				low-power-enable;
    			};
    		};
    		uart2_default: uart2_default {
    			phandle = < 0x6 >;
    			group1 {
    				psels = < 0x18 >, < 0x10017 >;
    			};
    		};
    		uart2_sleep: uart2_sleep {
    			phandle = < 0x7 >;
    			group1 {
    				psels = < 0x18 >, < 0x10017 >;
    				low-power-enable;
    			};
    		};
    		i2c2_default: i2c2_default {
    			phandle = < 0x8 >;
    			group1 {
    				psels = < 0xc001e >, < 0xb001f >;
    			};
    		};
    		i2c2_sleep: i2c2_sleep {
    			phandle = < 0x9 >;
    			group1 {
    				psels = < 0xc001e >, < 0xb001f >;
    				low-power-enable;
    			};
    		};
    		pwm0_default: pwm0_default {
    			phandle = < 0xd >;
    			group1 {
    				psels = < 0x160002 >;
    			};
    		};
    		pwm0_sleep: pwm0_sleep {
    			phandle = < 0xe >;
    			group1 {
    				psels = < 0x160002 >;
    				low-power-enable;
    			};
    		};
    		spi3_default: spi3_default {
    			phandle = < 0xb >;
    			group1 {
    				psels = < 0x4000d >, < 0x6000c >, < 0x5000b >;
    				nordic,drive-mode = < 0x3 >;
    			};
    		};
    		spi3_sleep: spi3_sleep {
    			phandle = < 0xc >;
    			group1 {
    				psels = < 0x4000d >, < 0x6000c >, < 0x5000b >;
    				low-power-enable;
    			};
    		};
    	};
    	rng_hci: entropy_bt_hci {
    		compatible = "zephyr,bt-hci-entropy";
    		status = "okay";
    	};
    	cpus {
    		#address-cells = < 0x1 >;
    		#size-cells = < 0x0 >;
    		cpu@0 {
    			device_type = "cpu";
    			compatible = "arm,cortex-m33f";
    			reg = < 0x0 >;
    			#address-cells = < 0x1 >;
    			#size-cells = < 0x1 >;
    			mpu: mpu@e000ed90 {
    				compatible = "arm,armv8m-mpu";
    				reg = < 0xe000ed90 0x40 >;
    				arm,num-mpu-regions = < 0x10 >;
    			};
    		};
    	};
    	psa_rng: psa-rng {
    		compatible = "zephyr,psa-crypto-rng";
    		status = "okay";
    	};
    	leds {
    		compatible = "gpio-leds";
    		led0: led_0 {
    			gpios = < &gpio0 0x2 0x0 >;
    			label = "Green LED 1";
    		};
    		led1: led_1 {
    			gpios = < &gpio0 0x3 0x0 >;
    			label = "Green LED 2";
    		};
    		led2: led_2 {
    			gpios = < &gpio0 0x4 0x0 >;
    			label = "Green LED 3";
    		};
    		led3: led_3 {
    			gpios = < &gpio0 0x5 0x0 >;
    			label = "Green LED 4";
    		};
    	};
    	pwmleds {
    		compatible = "pwm-leds";
    		pwm_led0: pwm_led_0 {
    			pwms = < &pwm0 0x0 0x1312d00 0x0 >;
    		};
    	};
    	buttons {
    		compatible = "gpio-keys";
    		button0: button_0 {
    			gpios = < &gpio0 0x6 0x11 >;
    			label = "Push button 1";
    		};
    		button1: button_1 {
    			gpios = < &gpio0 0x7 0x11 >;
    			label = "Push button 2";
    		};
    		button2: button_2 {
    			gpios = < &gpio0 0x8 0x11 >;
    			label = "Switch 1";
    		};
    		button3: button_3 {
    			gpios = < &gpio0 0x9 0x11 >;
    			label = "Switch 2";
    		};
    	};
    	interface_to_nrf52840: gpio-interface {
    		compatible = "nordic,nrf9160dk-nrf52840-interface";
    		#gpio-cells = < 0x2 >;
    		gpio-map-mask = < 0xf 0x0 >;
    		gpio-map-pass-thru = < 0x0 0xffffffff >;
    		gpio-map = < 0x0 0x0 &gpio0 0x11 0x0 >, < 0x1 0x0 &gpio0 0x12 0x0 >, < 0x2 0x0 &gpio0 0x13 0x0 >, < 0x3 0x0 &gpio0 0x15 0x0 >, < 0x4 0x0 &gpio0 0x16 0x0 >, < 0x5 0x0 &gpio0 0x17 0x0 >;
    		phandle = < 0x11 >;
    	};
    	nrf52840_reset: gpio-reset {
    		compatible = "nordic,nrf9160dk-nrf52840-reset";
    		status = "disabled";
    		gpios = < &interface_to_nrf52840 0x5 0x0 >;
    	};
    	arduino_header: connector {
    		compatible = "arduino-header-r3";
    		#gpio-cells = < 0x2 >;
    		gpio-map-mask = < 0xffffffff 0xffffffc0 >;
    		gpio-map-pass-thru = < 0x0 0x3f >;
    		gpio-map = < 0x0 0x0 &gpio0 0xe 0x0 >, < 0x1 0x0 &gpio0 0xf 0x0 >, < 0x2 0x0 &gpio0 0x10 0x0 >, < 0x3 0x0 &gpio0 0x11 0x0 >, < 0x4 0x0 &gpio0 0x12 0x0 >, < 0x5 0x0 &gpio0 0x13 0x0 >, < 0x6 0x0 &gpio0 0x0 0x0 >, < 0x7 0x0 &gpio0 0x1 0x0 >, < 0x8 0x0 &gpio0 0x2 0x0 >, < 0x9 0x0 &gpio0 0x3 0x0 >, < 0xa 0x0 &gpio0 0x4 0x0 >, < 0xb 0x0 &gpio0 0x5 0x0 >, < 0xc 0x0 &gpio0 0x6 0x0 >, < 0xd 0x0 &gpio0 0x7 0x0 >, < 0xe 0x0 &gpio0 0x8 0x0 >, < 0xf 0x0 &gpio0 0x9 0x0 >, < 0x10 0x0 &gpio0 0xa 0x0 >, < 0x11 0x0 &gpio0 0xb 0x0 >, < 0x12 0x0 &gpio0 0xc 0x0 >, < 0x13 0x0 &gpio0 0xd 0x0 >, < 0x14 0x0 &gpio0 0x1e 0x0 >, < 0x15 0x0 &gpio0 0x1f 0x0 >;
    		phandle = < 0xa >;
    	};
    	arduino_adc: analog-connector {
    		compatible = "arduino,uno-adc";
    		#io-channel-cells = < 0x1 >;
    		io-channel-map = < 0x0 &adc 0x1 >, < 0x1 &adc 0x2 >, < 0x2 &adc 0x3 >, < 0x3 &adc 0x4 >, < 0x4 &adc 0x5 >, < 0x5 &adc 0x6 >;
    	};
    	reserved-memory {
    		#address-cells = < 0x1 >;
    		#size-cells = < 0x1 >;
    		ranges;
    		sram0_s: image_s@20000000 {
    			reg = < 0x20000000 0x16000 >;
    		};
    		sram0_modem: image_modem@20016000 {
    			reg = < 0x20016000 0xa000 >;
    		};
    		sram0_ns: image_ns@20020000 {
    			reg = < 0x20020000 0x20000 >;
    		};
    	};
    	nrf_radio_coex: nrf7002-coex {
    		status = "okay";
    		compatible = "nordic,nrf700x-coex";
    		status0-gpios = < &arduino_header 0x8 0x0 >;
    		req-gpios = < &arduino_header 0x9 0x0 >;
    		grant-gpios = < &arduino_header 0xa 0x21 >;
    		swctrl1-gpios = < &arduino_header 0xc 0x0 >;
    	};
    };
    

    Also, can we have nRF9160 in STA mode using nRF7002? Why is it available only for scanning in SDK?

Reply
  • Hello Hakon,

    Here is the zephyr.dts file.

    /dts-v1/;
    
    / {
    	#address-cells = < 0x1 >;
    	#size-cells = < 0x1 >;
    	model = "Nordic nRF9160 DK NRF9160";
    	compatible = "nordic,nrf9160-dk-nrf9160";
    	chosen {
    		zephyr,entropy = &psa_rng;
    		zephyr,flash-controller = &flash_controller;
    		zephyr,console = &uart0;
    		zephyr,shell-uart = &uart0;
    		zephyr,uart-mcumgr = &uart0;
    		zephyr,flash = &flash0;
    		zephyr,sram = &sram0_ns;
    		zephyr,code-partition = &slot0_ns_partition;
    	};
    	aliases {
    		led0 = &led0;
    		led1 = &led1;
    		led2 = &led2;
    		led3 = &led3;
    		pwm-led0 = &pwm_led0;
    		sw0 = &button0;
    		sw1 = &button1;
    		sw2 = &button2;
    		sw3 = &button3;
    		bootloader-led0 = &led0;
    		mcuboot-button0 = &button0;
    		mcuboot-led0 = &led0;
    		watchdog0 = &wdt0;
    	};
    	soc {
    		#address-cells = < 0x1 >;
    		#size-cells = < 0x1 >;
    		compatible = "nordic,nRF9160-SICA", "nordic,nRF9160", "nordic,nRF91", "simple-bus";
    		interrupt-parent = < &nvic >;
    		ranges;
    		nvic: interrupt-controller@e000e100 {
    			#address-cells = < 0x1 >;
    			compatible = "arm,v8m-nvic";
    			reg = < 0xe000e100 0xc00 >;
    			interrupt-controller;
    			#interrupt-cells = < 0x2 >;
    			arm,num-irq-priority-bits = < 0x3 >;
    			phandle = < 0x1 >;
    		};
    		systick: timer@e000e010 {
    			compatible = "arm,armv8m-systick";
    			reg = < 0xe000e010 0x10 >;
    			status = "disabled";
    		};
    		sram0: memory@20000000 {
    			compatible = "mmio-sram";
    			reg = < 0x20000000 0x40000 >;
    		};
    		peripheral@40000000 {
    			#address-cells = < 0x1 >;
    			#size-cells = < 0x1 >;
    			ranges = < 0x0 0x40000000 0x10000000 >;
    			flash_controller: flash-controller@39000 {
    				compatible = "nordic,nrf91-flash-controller";
    				reg = < 0x39000 0x1000 >;
    				partial-erase;
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x1 >;
    				flash0: flash@0 {
    					compatible = "soc-nv-flash";
    					erase-block-size = < 0x1000 >;
    					write-block-size = < 0x4 >;
    					reg = < 0x0 0x100000 >;
    					partitions {
    						compatible = "fixed-partitions";
    						#address-cells = < 0x1 >;
    						#size-cells = < 0x1 >;
    						boot_partition: partition@0 {
    							label = "mcuboot";
    							reg = < 0x0 0x10000 >;
    						};
    						slot0_partition: partition@10000 {
    							label = "image-0";
    							reg = < 0x10000 0x40000 >;
    						};
    						slot0_ns_partition: partition@50000 {
    							label = "image-0-nonsecure";
    							reg = < 0x50000 0x30000 >;
    						};
    						slot1_partition: partition@80000 {
    							label = "image-1";
    							reg = < 0x80000 0x40000 >;
    						};
    						slot1_ns_partition: partition@c0000 {
    							label = "image-1-nonsecure";
    							reg = < 0xc0000 0x30000 >;
    						};
    						storage_partition: partition@f8000 {
    							label = "storage";
    							reg = < 0xf8000 0x8000 >;
    						};
    					};
    				};
    			};
    			adc: adc@e000 {
    				compatible = "nordic,nrf-saadc";
    				reg = < 0xe000 0x1000 >;
    				interrupts = < 0xe 0x1 >;
    				status = "okay";
    				#io-channel-cells = < 0x1 >;
    				phandle = < 0x12 >;
    			};
    			dppic: dppic@17000 {
    				compatible = "nordic,nrf-dppic";
    				reg = < 0x17000 0x1000 >;
    				status = "okay";
    			};
    			egu0: egu@1b000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1b000 0x1000 >;
    				interrupts = < 0x1b 0x1 >;
    				status = "okay";
    			};
    			egu1: egu@1c000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1c000 0x1000 >;
    				interrupts = < 0x1c 0x1 >;
    				status = "okay";
    			};
    			egu2: egu@1d000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1d000 0x1000 >;
    				interrupts = < 0x1d 0x1 >;
    				status = "okay";
    			};
    			egu3: egu@1e000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1e000 0x1000 >;
    				interrupts = < 0x1e 0x1 >;
    				status = "okay";
    			};
    			egu4: egu@1f000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x1f000 0x1000 >;
    				interrupts = < 0x1f 0x1 >;
    				status = "okay";
    			};
    			egu5: egu@20000 {
    				compatible = "nordic,nrf-egu";
    				reg = < 0x20000 0x1000 >;
    				interrupts = < 0x20 0x1 >;
    				status = "okay";
    			};
    			ipc: ipc@2a000 {
    				compatible = "nordic,nrf-ipc";
    				reg = < 0x2a000 0x1000 >;
    				interrupts = < 0x2a 0x1 >;
    				status = "okay";
    			};
    			i2s0: i2s@28000 {
    				compatible = "nordic,nrf-i2s";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x28000 0x1000 >;
    				interrupts = < 0x28 0x1 >;
    				status = "disabled";
    			};
    			kmu: kmu@39000 {
    				compatible = "nordic,nrf-kmu";
    				reg = < 0x39000 0x1000 >;
    				interrupts = < 0x39 0x1 >;
    				status = "okay";
    			};
    			pdm0: pdm@26000 {
    				compatible = "nordic,nrf-pdm";
    				reg = < 0x26000 0x1000 >;
    				interrupts = < 0x26 0x1 >;
    				status = "disabled";
    			};
    			regulators: regulator@4000 {
    				compatible = "nordic,nrf-regulators";
    				reg = < 0x4000 0x1000 >;
    				status = "okay";
    			};
    			vmc: vmc@3a000 {
    				compatible = "nordic,nrf-vmc";
    				reg = < 0x3a000 0x1000 >;
    				status = "okay";
    			};
    			uart0: uart@8000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0x8000 0x1000 >;
    				interrupts = < 0x8 0x1 >;
    				status = "okay";
    				current-speed = < 0x1c200 >;
    				pinctrl-0 = < &uart0_default >;
    				pinctrl-1 = < &uart0_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			uart1: arduino_serial: uart@9000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0x9000 0x1000 >;
    				interrupts = < 0x9 0x1 >;
    				status = "disabled";
    				current-speed = < 0x1c200 >;
    				pinctrl-0 = < &uart1_default >;
    				pinctrl-1 = < &uart1_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			uart2: uart@a000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0xa000 0x1000 >;
    				interrupts = < 0xa 0x1 >;
    				status = "disabled";
    				pinctrl-0 = < &uart2_default >;
    				pinctrl-1 = < &uart2_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			uart3: uart@b000 {
    				compatible = "nordic,nrf-uarte";
    				reg = < 0xb000 0x1000 >;
    				interrupts = < 0xb 0x1 >;
    				status = "disabled";
    			};
    			i2c0: i2c@8000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x8000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0x8 0x1 >;
    				status = "disabled";
    			};
    			i2c1: i2c@9000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x9000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0x9 0x1 >;
    				status = "disabled";
    			};
    			i2c2: arduino_i2c: i2c@a000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xa000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0xa 0x1 >;
    				status = "okay";
    				pinctrl-0 = < &i2c2_default >;
    				pinctrl-1 = < &i2c2_sleep >;
    				pinctrl-names = "default", "sleep";
    			};
    			i2c3: i2c@b000 {
    				compatible = "nordic,nrf-twim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xb000 0x1000 >;
    				clock-frequency = < 0x186a0 >;
    				interrupts = < 0xb 0x1 >;
    				status = "disabled";
    			};
    			spi0: spi@8000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x8000 0x1000 >;
    				interrupts = < 0x8 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "disabled";
    			};
    			spi1: spi@9000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0x9000 0x1000 >;
    				interrupts = < 0x9 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "disabled";
    			};
    			spi2: spi@a000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xa000 0x1000 >;
    				interrupts = < 0xa 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "disabled";
    			};
    			spi3: arduino_spi: spi@b000 {
    				compatible = "nordic,nrf-spim";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x0 >;
    				reg = < 0xb000 0x1000 >;
    				interrupts = < 0xb 0x1 >;
    				max-frequency = < 0x7a1200 >;
    				easydma-maxcnt-bits = < 0xd >;
    				status = "okay";
    				cs-gpios = < &arduino_header 0x10 0x1 >;
    				pinctrl-0 = < &spi3_default >;
    				pinctrl-1 = < &spi3_sleep >;
    				pinctrl-names = "default", "sleep";
    				nrf700x: nrf7002@0 {
    					compatible = "nordic,nrf700x-spi";
    					status = "okay";
    					reg = < 0x0 >;
    					spi-max-frequency = < 0x7a1200 >;
    					iovdd-ctrl-gpios = < &arduino_header 0x6 0x20 >;
    					bucken-gpios = < &arduino_header 0x7 0x20 >;
    					host-irq-gpios = < &arduino_header 0xd 0x0 >;
    				};
    			};
    			pwm0: pwm@21000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x21000 0x1000 >;
    				interrupts = < 0x21 0x1 >;
    				status = "okay";
    				#pwm-cells = < 0x3 >;
    				pinctrl-0 = < &pwm0_default >;
    				pinctrl-1 = < &pwm0_sleep >;
    				pinctrl-names = "default", "sleep";
    				phandle = < 0x10 >;
    			};
    			pwm1: pwm@22000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x22000 0x1000 >;
    				interrupts = < 0x22 0x1 >;
    				status = "disabled";
    				#pwm-cells = < 0x3 >;
    			};
    			pwm2: pwm@23000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x23000 0x1000 >;
    				interrupts = < 0x23 0x1 >;
    				status = "disabled";
    				#pwm-cells = < 0x3 >;
    			};
    			pwm3: pwm@24000 {
    				compatible = "nordic,nrf-pwm";
    				reg = < 0x24000 0x1000 >;
    				interrupts = < 0x24 0x1 >;
    				status = "disabled";
    				#pwm-cells = < 0x3 >;
    			};
    			gpio0: gpio@842500 {
    				compatible = "nordic,nrf-gpio";
    				gpio-controller;
    				reg = < 0x842500 0x300 >;
    				#gpio-cells = < 0x2 >;
    				status = "okay";
    				port = < 0x0 >;
    				phandle = < 0xf >;
    			};
    			rtc0: rtc@14000 {
    				compatible = "nordic,nrf-rtc";
    				reg = < 0x14000 0x1000 >;
    				cc-num = < 0x4 >;
    				interrupts = < 0x14 0x1 >;
    				status = "disabled";
    				clock-frequency = < 0x8000 >;
    				prescaler = < 0x1 >;
    			};
    			rtc1: rtc@15000 {
    				compatible = "nordic,nrf-rtc";
    				reg = < 0x15000 0x1000 >;
    				cc-num = < 0x4 >;
    				interrupts = < 0x15 0x1 >;
    				status = "disabled";
    				clock-frequency = < 0x8000 >;
    				prescaler = < 0x1 >;
    			};
    			clock: clock@5000 {
    				compatible = "nordic,nrf-clock";
    				reg = < 0x5000 0x1000 >;
    				interrupts = < 0x5 0x1 >;
    				status = "okay";
    			};
    			power: power@5000 {
    				compatible = "nordic,nrf-power";
    				reg = < 0x5000 0x1000 >;
    				interrupts = < 0x5 0x1 >;
    				status = "okay";
    				#address-cells = < 0x1 >;
    				#size-cells = < 0x1 >;
    				gpregret1: gpregret1@551c {
    					compatible = "nordic,nrf-gpregret";
    					reg = < 0x551c 0x1 >;
    					status = "okay";
    				};
    				gpregret2: gpregret2@5520 {
    					compatible = "nordic,nrf-gpregret";
    					reg = < 0x5520 0x1 >;
    					status = "okay";
    				};
    			};
    			wdt: wdt0: watchdog@18000 {
    				compatible = "nordic,nrf-wdt";
    				reg = < 0x18000 0x1000 >;
    				interrupts = < 0x18 0x1 >;
    				status = "okay";
    			};
    			timer0: timer@f000 {
    				compatible = "nordic,nrf-timer";
    				status = "disabled";
    				reg = < 0xf000 0x1000 >;
    				cc-num = < 0x6 >;
    				max-bit-width = < 0x20 >;
    				interrupts = < 0xf 0x1 >;
    				prescaler = < 0x0 >;
    			};
    			timer1: timer@10000 {
    				compatible = "nordic,nrf-timer";
    				status = "disabled";
    				reg = < 0x10000 0x1000 >;
    				cc-num = < 0x6 >;
    				max-bit-width = < 0x20 >;
    				interrupts = < 0x10 0x1 >;
    				prescaler = < 0x0 >;
    			};
    			timer2: timer@11000 {
    				compatible = "nordic,nrf-timer";
    				status = "disabled";
    				reg = < 0x11000 0x1000 >;
    				cc-num = < 0x6 >;
    				max-bit-width = < 0x20 >;
    				interrupts = < 0x11 0x1 >;
    				prescaler = < 0x0 >;
    			};
    		};
    		gpiote: gpiote@40031000 {
    			compatible = "nordic,nrf-gpiote";
    			reg = < 0x40031000 0x1000 >;
    			interrupts = < 0x31 0x5 >;
    			status = "okay";
    		};
    	};
    	pinctrl: pin-controller {
    		compatible = "nordic,nrf-pinctrl";
    		uart0_default: uart0_default {
    			phandle = < 0x2 >;
    			group1 {
    				psels = < 0x1d >, < 0x2001b >;
    			};
    			group2 {
    				psels = < 0x1001c >, < 0x3001a >;
    				bias-pull-up;
    			};
    		};
    		uart0_sleep: uart0_sleep {
    			phandle = < 0x3 >;
    			group1 {
    				psels = < 0x1d >, < 0x1001c >, < 0x2001b >, < 0x3001a >;
    				low-power-enable;
    			};
    		};
    		uart1_default: uart1_default {
    			phandle = < 0x4 >;
    			group1 {
    				psels = < 0x1 >, < 0x2000e >;
    			};
    			group2 {
    				psels = < 0x10000 >, < 0x3000f >;
    				bias-pull-up;
    			};
    		};
    		uart1_sleep: uart1_sleep {
    			phandle = < 0x5 >;
    			group1 {
    				psels = < 0x1 >, < 0x10000 >, < 0x2000e >, < 0x3000f >;
    				low-power-enable;
    			};
    		};
    		uart2_default: uart2_default {
    			phandle = < 0x6 >;
    			group1 {
    				psels = < 0x18 >, < 0x10017 >;
    			};
    		};
    		uart2_sleep: uart2_sleep {
    			phandle = < 0x7 >;
    			group1 {
    				psels = < 0x18 >, < 0x10017 >;
    				low-power-enable;
    			};
    		};
    		i2c2_default: i2c2_default {
    			phandle = < 0x8 >;
    			group1 {
    				psels = < 0xc001e >, < 0xb001f >;
    			};
    		};
    		i2c2_sleep: i2c2_sleep {
    			phandle = < 0x9 >;
    			group1 {
    				psels = < 0xc001e >, < 0xb001f >;
    				low-power-enable;
    			};
    		};
    		pwm0_default: pwm0_default {
    			phandle = < 0xd >;
    			group1 {
    				psels = < 0x160002 >;
    			};
    		};
    		pwm0_sleep: pwm0_sleep {
    			phandle = < 0xe >;
    			group1 {
    				psels = < 0x160002 >;
    				low-power-enable;
    			};
    		};
    		spi3_default: spi3_default {
    			phandle = < 0xb >;
    			group1 {
    				psels = < 0x4000d >, < 0x6000c >, < 0x5000b >;
    				nordic,drive-mode = < 0x3 >;
    			};
    		};
    		spi3_sleep: spi3_sleep {
    			phandle = < 0xc >;
    			group1 {
    				psels = < 0x4000d >, < 0x6000c >, < 0x5000b >;
    				low-power-enable;
    			};
    		};
    	};
    	rng_hci: entropy_bt_hci {
    		compatible = "zephyr,bt-hci-entropy";
    		status = "okay";
    	};
    	cpus {
    		#address-cells = < 0x1 >;
    		#size-cells = < 0x0 >;
    		cpu@0 {
    			device_type = "cpu";
    			compatible = "arm,cortex-m33f";
    			reg = < 0x0 >;
    			#address-cells = < 0x1 >;
    			#size-cells = < 0x1 >;
    			mpu: mpu@e000ed90 {
    				compatible = "arm,armv8m-mpu";
    				reg = < 0xe000ed90 0x40 >;
    				arm,num-mpu-regions = < 0x10 >;
    			};
    		};
    	};
    	psa_rng: psa-rng {
    		compatible = "zephyr,psa-crypto-rng";
    		status = "okay";
    	};
    	leds {
    		compatible = "gpio-leds";
    		led0: led_0 {
    			gpios = < &gpio0 0x2 0x0 >;
    			label = "Green LED 1";
    		};
    		led1: led_1 {
    			gpios = < &gpio0 0x3 0x0 >;
    			label = "Green LED 2";
    		};
    		led2: led_2 {
    			gpios = < &gpio0 0x4 0x0 >;
    			label = "Green LED 3";
    		};
    		led3: led_3 {
    			gpios = < &gpio0 0x5 0x0 >;
    			label = "Green LED 4";
    		};
    	};
    	pwmleds {
    		compatible = "pwm-leds";
    		pwm_led0: pwm_led_0 {
    			pwms = < &pwm0 0x0 0x1312d00 0x0 >;
    		};
    	};
    	buttons {
    		compatible = "gpio-keys";
    		button0: button_0 {
    			gpios = < &gpio0 0x6 0x11 >;
    			label = "Push button 1";
    		};
    		button1: button_1 {
    			gpios = < &gpio0 0x7 0x11 >;
    			label = "Push button 2";
    		};
    		button2: button_2 {
    			gpios = < &gpio0 0x8 0x11 >;
    			label = "Switch 1";
    		};
    		button3: button_3 {
    			gpios = < &gpio0 0x9 0x11 >;
    			label = "Switch 2";
    		};
    	};
    	interface_to_nrf52840: gpio-interface {
    		compatible = "nordic,nrf9160dk-nrf52840-interface";
    		#gpio-cells = < 0x2 >;
    		gpio-map-mask = < 0xf 0x0 >;
    		gpio-map-pass-thru = < 0x0 0xffffffff >;
    		gpio-map = < 0x0 0x0 &gpio0 0x11 0x0 >, < 0x1 0x0 &gpio0 0x12 0x0 >, < 0x2 0x0 &gpio0 0x13 0x0 >, < 0x3 0x0 &gpio0 0x15 0x0 >, < 0x4 0x0 &gpio0 0x16 0x0 >, < 0x5 0x0 &gpio0 0x17 0x0 >;
    		phandle = < 0x11 >;
    	};
    	nrf52840_reset: gpio-reset {
    		compatible = "nordic,nrf9160dk-nrf52840-reset";
    		status = "disabled";
    		gpios = < &interface_to_nrf52840 0x5 0x0 >;
    	};
    	arduino_header: connector {
    		compatible = "arduino-header-r3";
    		#gpio-cells = < 0x2 >;
    		gpio-map-mask = < 0xffffffff 0xffffffc0 >;
    		gpio-map-pass-thru = < 0x0 0x3f >;
    		gpio-map = < 0x0 0x0 &gpio0 0xe 0x0 >, < 0x1 0x0 &gpio0 0xf 0x0 >, < 0x2 0x0 &gpio0 0x10 0x0 >, < 0x3 0x0 &gpio0 0x11 0x0 >, < 0x4 0x0 &gpio0 0x12 0x0 >, < 0x5 0x0 &gpio0 0x13 0x0 >, < 0x6 0x0 &gpio0 0x0 0x0 >, < 0x7 0x0 &gpio0 0x1 0x0 >, < 0x8 0x0 &gpio0 0x2 0x0 >, < 0x9 0x0 &gpio0 0x3 0x0 >, < 0xa 0x0 &gpio0 0x4 0x0 >, < 0xb 0x0 &gpio0 0x5 0x0 >, < 0xc 0x0 &gpio0 0x6 0x0 >, < 0xd 0x0 &gpio0 0x7 0x0 >, < 0xe 0x0 &gpio0 0x8 0x0 >, < 0xf 0x0 &gpio0 0x9 0x0 >, < 0x10 0x0 &gpio0 0xa 0x0 >, < 0x11 0x0 &gpio0 0xb 0x0 >, < 0x12 0x0 &gpio0 0xc 0x0 >, < 0x13 0x0 &gpio0 0xd 0x0 >, < 0x14 0x0 &gpio0 0x1e 0x0 >, < 0x15 0x0 &gpio0 0x1f 0x0 >;
    		phandle = < 0xa >;
    	};
    	arduino_adc: analog-connector {
    		compatible = "arduino,uno-adc";
    		#io-channel-cells = < 0x1 >;
    		io-channel-map = < 0x0 &adc 0x1 >, < 0x1 &adc 0x2 >, < 0x2 &adc 0x3 >, < 0x3 &adc 0x4 >, < 0x4 &adc 0x5 >, < 0x5 &adc 0x6 >;
    	};
    	reserved-memory {
    		#address-cells = < 0x1 >;
    		#size-cells = < 0x1 >;
    		ranges;
    		sram0_s: image_s@20000000 {
    			reg = < 0x20000000 0x16000 >;
    		};
    		sram0_modem: image_modem@20016000 {
    			reg = < 0x20016000 0xa000 >;
    		};
    		sram0_ns: image_ns@20020000 {
    			reg = < 0x20020000 0x20000 >;
    		};
    	};
    	nrf_radio_coex: nrf7002-coex {
    		status = "okay";
    		compatible = "nordic,nrf700x-coex";
    		status0-gpios = < &arduino_header 0x8 0x0 >;
    		req-gpios = < &arduino_header 0x9 0x0 >;
    		grant-gpios = < &arduino_header 0xa 0x21 >;
    		swctrl1-gpios = < &arduino_header 0xc 0x0 >;
    	};
    };
    

    Also, can we have nRF9160 in STA mode using nRF7002? Why is it available only for scanning in SDK?

Children
  • Hakon,

    Sorry, there was a mistake in sharing the dts file. I have edited the previous reply and now it is correct. Sorry for the mistake.

    Thanks.

  • Hi,

     

    I took one of my nRF7002-DK v1.0.2, soldered SB20-25 and connected according to your setup:

    Board nRF9160-DK(P3 & P4) nRF7002-DK (P24)
    SPI CLK P0.13 P0.17
    SPI CS P0.10 P0.18
    SPI MOSI P0.11 P0.13
    SPI MISO P0.12 P0.14
    HOST-IRQ  P0.07 P0.23
    IOVDD-CTR  P0.00 P0.31
    BUCKEN P0.01 P0.12

    I used a nRF9160-DK v1.0.0

    Took the samples/wifi/scan sample, and configured/compiled it with:

    west build -b nrf9160dk_nrf9160_ns -- -DSHIELD=nrf7002ek

     

    And here's the output:

    [00:00:00.416,931] <inf> wifi_nrf: SPIM spi@b000: freq = 8 MHz
    
    [00:00:00.416,992] <inf> wifi_nrf: SPIM spi@b000: latency = 0
    
    [00:00:00.500,213] <inf> wifi_nrf: Firmware (v1.2.8.1) booted successfully
    
    Starting nrf9160dk_nrf9160 with CPU frequency: 64 MHz
    Scan requested
    Num  | SSID                             (len) | Chan | RSSI | Security | BSSID
    Long list of AP's in my area
    
    Scan request done
    
    

     

    Please note that it is a requirement to erase the firmware running on the nRF7002-DK (ie. the nRF5340):

    nrfjprog -e -f nrf53

     

    This is to ensure nRF5340 releases the GPIOs in question, so that the nRF9160 can drive them.

     

    Kind regards,

    Håkon

  • Hi Hakon,

    Thanks for your reply.

    I also connected the same way, between the boards.

    I erased the nRF7002-DK using nRF programmer's Erase All feature.

    I used scan sample from 2.4.2 SDK.

    I selected nrf9160dk_nrf9160_ns board after selecting Nordic boards radio button.

    I added only the -DSHIELD=nrf7002ek C Make Argument in VS Code's build config window.

    I programmed the board and got error in the output.

    Please help me.

  • Hi,

     

    Could you try to reduce the SPIM speed to 1M and see if this helps? Long wires add extra capacitance to the SPI signals, and lowering the speed can help rule out that factor.

     

    1. Which version of the nRF9160-DK are you using?

    2. Which version of the nRF7002-DK are you using?

     

    Kind regards,

    Håkon

  • Hi,

    nRF9160-DK version - 1.1.0

    nRF7002-DK version - 0.7.2

    Can you help me to reduce the speed of SPIM? Where should I do it?

    Thanks.

Related