External SPI flash on nRF52833 works after power cycle, but fails after sys_reboot() and returns JEDEC FF FF FF

Hello,

we are seeing a reproducible issue with an external SPI NOR flash on our own custom hardware based on the Nordic nRF52833.

Short summary

The external flash works normally after a real power cycle.
JEDEC read is correct, and erase/program/readback/restore also work.
If the application then calls sys_reboot(SYS_REBOOT_COLD), the same flash stops responding correctly after reboot and returns only FF FF FF.
A real power cycle makes it work again.

Hardware

- Custom board
- MCU: Nordic nRF52833
- External flash: Winbond W25Q128JVSIQ
- Shared SPI1 bus
- Flash signals:
- FLASH-CS = P0.17
- SPI-CLK = P0.04
- SPI-MISO = P0.05
- SPI-MOSI = P0.12
- Flash is powered from 3V3
- Flash has no dedicated reset line on this board 
- WP and HOLD have a pull-up to 3v3 and are otherwise unconnected.
- CS has a pull-up to 3v3 

Software

- nRF Connect SDK: v3.2.4
- Zephyr: v4.2.99
- Custom made debug software (see attached) 
- The attached test uses direct SPI transactions on SPI1
- SPI frequency in this test is only 125 kHz
- Same Issue occurs with the official zephyr spi_flash sample. 

Reproduction steps

1. Power cycle the board
2. Run the attached test firmware
3. On first boot:
- read JEDEC-ID
- read SR1
- perform a small functional flash test
- backup one sector
- erase sector
- program one page
- read back and verify
- restore original sector
4. The application then calls sys_reboot(SYS_REBOOT_COLD)
5. On second boot, the application runs exactly the same sequence again

Expected result

The second boot should behave the same as the first boot.
JEDEC and SR1 should still be valid, and the same functional flash test should pass.

Actual result

JEDEC return with id=FF FF FF after sys_reboot.

RTT Output:

*** Booting nRF Connect SDK v3.2.4-4c3fc0d44534 ***
*** Using Zephyr OS v4.2.99-9673eec75908 ***

SPI flash V9 style simple reset reproducer
RESETREAS=0x00000001
SPI1 CS polarity FLASH=0x00000001
SPI device ready
FLASH CS ready
=== FIRST BOOT ===

=== [FIRST BOOT] ===
[FIRST BOOT] FLASH_CS dt_flags=0x00000001 active_low=1
[FIRST BOOT] PORT P0 OUT=0x40020840 DIR=0xC0021958 IN=0x000400E0
[FIRST BOOT] PORT P1 OUT=0x00000060 DIR=0x00000060 IN=0x00000000
[FIRST BOOT] CAN_CS pin=11 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
[FIRST BOOT] FLASH_CS pin=17 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
[FIRST BOOT] NINA_CS pin=37 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
[FIRST BOOT] SCK pin=4 PIN_CNF=0x00000001 OUT=0 DIR=1 IN=0
[FIRST BOOT] MOSI pin=12 PIN_CNF=0x00000003 OUT=0 DIR=1 IN=0
[FIRST BOOT] MISO pin=5 PIN_CNF=0x00000000 OUT=0 DIR=0 IN=1
[FIRST BOOT] SPIM1 ENABLE=0x00000000 FREQ=0x04000000 CONFIG=0x00000000
[FIRST BOOT] SPIM1 PSEL SCK=0x00000004 MOSI=0x0000000C MISO=0x00000005
[FIRST BOOT] JEDEC ret=0 id=EF 40 18 | SR1 ret=0 val=00
[FLASH TEST] start sector=0x00FFF000 page=0x00FFF000
[FLASH TEST] PASS
FIRST BOOT PASS, rebooting now

=== before_sys_reboot ===
before_sys_reboot FLASH_CS dt_flags=0x00000001 active_low=1
before_sys_reboot PORT P0 OUT=0x40020840 DIR=0xC0021958 IN=0x000400E0
before_sys_reboot PORT P1 OUT=0x00000060 DIR=0x00000060 IN=0x00000000
before_sys_reboot CAN_CS pin=11 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
before_sys_reboot FLASH_CS pin=17 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
before_sys_reboot NINA_CS pin=37 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
before_sys_reboot SCK pin=4 PIN_CNF=0x00000001 OUT=0 DIR=1 IN=0
before_sys_reboot MOSI pin=12 PIN_CNF=0x00000003 OUT=0 DIR=1 IN=0
before_sys_reboot MISO pin=5 PIN_CNF=0x00000000 OUT=0 DIR=0 IN=1
before_sys_reboot SPIM1 ENABLE=0x00000000 FREQ=0x02000000 CONFIG=0x00000000
before_sys_reboot SPIM1 PSEL SCK=0x00000004 MOSI=0x0000000C MISO=0x00000005
*** Booting nRF Connect SDK v3.2.4-4c3fc0d44534 ***
*** Using Zephyr OS v4.2.99-9673eec75908 ***

SPI flash V9 style simple reset reproducer
RESETREAS=0x00000004
SPI1 CS polarity FLASH=0x00000001
SPI device ready
FLASH CS ready
=== SECOND BOOT AFTER sys_reboot() ===

=== [SECOND BOOT] ===
[SECOND BOOT] FLASH_CS dt_flags=0x00000001 active_low=1
[SECOND BOOT] PORT P0 OUT=0x40020840 DIR=0xC0021958 IN=0x000400E0
[SECOND BOOT] PORT P1 OUT=0x00000060 DIR=0x00000060 IN=0x00000000
[SECOND BOOT] CAN_CS pin=11 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
[SECOND BOOT] FLASH_CS pin=17 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
[SECOND BOOT] NINA_CS pin=37 PIN_CNF=0x00000003 OUT=1 DIR=1 IN=0
[SECOND BOOT] SCK pin=4 PIN_CNF=0x00000001 OUT=0 DIR=1 IN=0
[SECOND BOOT] MOSI pin=12 PIN_CNF=0x00000003 OUT=0 DIR=1 IN=0
[SECOND BOOT] MISO pin=5 PIN_CNF=0x00000000 OUT=0 DIR=0 IN=1
[SECOND BOOT] SPIM1 ENABLE=0x00000000 FREQ=0x04000000 CONFIG=0x00000000
[SECOND BOOT] SPIM1 PSEL SCK=0x00000004 MOSI=0x0000000C MISO=0x00000005
[SECOND BOOT] JEDEC ret=0 id=FF FF FF | SR1 ret=0 val=FF
SECOND BOOT FAILED AFTER SOFTWARE RESET

Questions

1. Have you seen similar behaviour on custom nRF52 hardware where external SPI flash works after power cycle but fails after sys_reboot()?
2. Is there any known reset sequencing issue, peripheral state issue, or SPI pin state issue during sys_reboot() that could explain this?
3. Would you recommend explicitly disconnecting SPIM PSEL, forcing SPI pins to defined input states, or doing anything special before sys_reboot()?
4. Is there any Nordic recommended method to guarantee a safe pre-reset state for an external SPI NOR flash that remains powered while the MCU resets?

prj.conf:

CONFIG_SPI=y
CONFIG_GPIO=y
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_LOG=y
CONFIG_LOG_MODE_IMMEDIATE=y

CONFIG_MAIN_STACK_SIZE=2048

CONFIG_BT=n
CONFIG_CAN=n
CONFIG_FLASH=n
CONFIG_FLASH_MAP=n
CONFIG_SPI_NOR=n
CONFIG_BOOTLOADER_MCUBOOT=n

CONFIG_REBOOT=y

app.overlay:

/dts-v1/;
#include <nordic/nrf52833_qiaa.dtsi>
#include "grivix_poco_v3-pinctrl.dtsi"
#include <zephyr/dt-bindings/led/led.h>

/ {
	model = "Grivix POCO V3";
	compatible = "Grivix,grivix-poco-v3";

	
	chosen {
		zephyr,sram = &sram0;
		zephyr,flash = &flash0;
		nordic,pm-ext-flash   = &w25q128;
		zephyr,console = &uart0;
		zephyr,shell-uart = &uart0;
		//zephyr,led-strip = &int_rgb_led; handle in code.
		//zephyr,led-strip = &ext_led_strip;
	};


	zephyr,user {
		magn-en-gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
		vout-en-gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
		spb12v-en-gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
		usb-sel-gpios = <&gpio0 21 GPIO_ACTIVE_LOW>;
		ext-led-en-gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
		in1-sig-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
		in2-sig-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
	};


&flash0 {
    partitions {
        compatible = "fixed-partitions";
        #address-cells = <1>;
        #size-cells = <1>;

        boot_partition: partition@0 {
            label = "mcuboot";
            reg = <0x00000000 0x0000D000>;
        };

        slot0_partition: partition@d000 {
            label = "image-0";
            reg = <0x0000D000 0x0006F000>;
        };

        storage_partition: partition@7c000 {
            label = "storage";
            reg = <0x0007C000 0x00004000>;
        };
    };
};


&spi1 {
	compatible = "nordic,nrf-spim";
    status = "okay";
    pinctrl-names = "default", "sleep";
    pinctrl-0 = <&spi1_default>;
    pinctrl-1 = <&spi1_sleep>;
    cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>,  // can
				<&gpio0 17 GPIO_ACTIVE_LOW>, //flash
				<&gpio1 05 GPIO_ACTIVE_LOW>; //nina-w156 wifi/bt

    mcp2518fd: mcp2518fd@0 {
        compatible = "microchip,mcp251xfd";
        reg = <0>;
        spi-max-frequency = <20000000>;
        osc-freq = <40000000>;               		// externes Quarz, z. B. 40 MHz
        int-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;  	// INT-Pin anpassen
        xstby-enable;                       	 	// Standby Pin aktivieren
        status = "disabled";
        label = "can0";

        bitrate = <250000>;
        sample-point = <875>;
    };

	w25q128: flash@1 {
		compatible = "jedec,spi-nor";
		reg = <1>;
		spi-max-frequency = <1000000>;
		size = <0x8000000>;
		jedec-id = [ef 40 18];
		status = "okay";

		partitions {
			compatible = "fixed-partitions";
			#address-cells = <1>;
			#size-cells = <1>;

			slot1_partition: partition@0 {
				label = "image-1";
				reg = <0x00000000 0x0006F000>;
			};
		};
	};


	nina_spi: nina_w156-spi@2 {
		compatible = "u-blox,nina-w156-spi";
		reg = <2>;
		spi-max-frequency = <8000000>; /* 80 MHz max laut Datenblatt aktuell auf 8MHz */
		norx-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; // nina-w156 NORX Pin
		drdy-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>; // nina-w156 DRDY Pin
		status = "disabled"; 
		label = "nina-w156-spi";
	};
};

&gpiote0 {
	status = "okay";
};

&gpio0 {
	status = "okay";
	gpiote-instance = <&gpiote0>;
};

&gpio1 {
	status = "okay";
	gpiote-instance = <&gpiote0>;
};

&clock {
	status = "okay";
};


main.c

#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <zephyr/devicetree.h>
#include <zephyr/drivers/spi.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/sys/printk.h>
#include <zephyr/sys/reboot.h>
#include <zephyr/sys/util.h>
#include <zephyr/init.h>
#include <zephyr/linker/section_tags.h>

#include <hal/nrf_gpio.h>
#include <hal/nrf_power.h>

#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include <errno.h>

#define SPI1_NODE DT_NODELABEL(spi1)

#define SPI1_SCK_PIN    4
#define SPI1_MISO_PIN   5
#define SPI1_MOSI_PIN   12

#define CAN_CS_PIN      11
#define FLASH_CS_PIN    17
#define NINA_CS_PIN     NRF_GPIO_PIN_MAP(1, 5)

#define RED_LED_NODE    DT_ALIAS(led_red)
#define YELLOW_LED_NODE DT_ALIAS(led_yellow)

#define FLASH_SPI_SLAVE             1
#define FLASH_SPI_FREQ_HZ           125000U

#define FLASH_EXPECTED_JEDEC_MFG    0xEF
#define FLASH_EXPECTED_JEDEC_TYPE   0x40
#define FLASH_EXPECTED_JEDEC_CAP    0x18
#define FLASH_EXPECTED_SR1          0x00

#define FLASH_READ_MAX_LEN          16U
#define FLASH_PAGE_SIZE             256U
#define FLASH_SECTOR_SIZE           4096U

/*
 * Only use this address if this sector is safe to use on your board.
 * The test backs it up and restores it afterwards.
 */
#define FLASH_TEST_SECTOR_ADDR      0x00FFF000u
#define FLASH_TEST_PAGE_OFFSET      0x000U

#define FLASH_ERASE_TIMEOUT_MS      5000U
#define FLASH_PROGRAM_TIMEOUT_MS    100U
#define FLASH_POST_OP_DELAY_MS      2U

#define STARTUP_SETTLE_DELAY_MS     100U
#define PRE_REBOOT_DELAY_MS         100U

#define POST_RESET_MAGIC            0x51AFC0DEu

static const struct device *spi_dev = DEVICE_DT_GET(SPI1_NODE);

static const struct gpio_dt_spec flash_cs =
	GPIO_DT_SPEC_GET_BY_IDX(SPI1_NODE, cs_gpios, 1);

static const struct gpio_dt_spec led_red =
	GPIO_DT_SPEC_GET(RED_LED_NODE, gpios);

static const struct gpio_dt_spec led_yellow =
	GPIO_DT_SPEC_GET(YELLOW_LED_NODE, gpios);

__noinit static struct {
	uint32_t magic;
	uint32_t magic_inv;
} g_post_reset_marker;

static uint8_t g_flash_backup[FLASH_SECTOR_SIZE];
static uint8_t g_flash_readback[FLASH_SECTOR_SIZE];

static bool gpio_dt_is_active_low(const struct gpio_dt_spec *spec)
{
	return (spec->dt_flags & GPIO_ACTIVE_LOW) != 0U;
}

static void log_reset_reason(void)
{
	uint32_t resetreas = nrf_power_resetreas_get(NRF_POWER);

	printk("RESETREAS=0x%08X\n", resetreas);

	if (resetreas != 0U) {
		nrf_power_resetreas_clear(NRF_POWER, resetreas);
	}
}

static void log_pin_state(const char *tag, const char *name, uint32_t abs_pin)
{
	uint32_t local_pin;
	NRF_GPIO_Type *port;

	if (abs_pin < 32U) {
		local_pin = abs_pin;
		port = NRF_P0;
	} else {
		local_pin = abs_pin - 32U;
		port = NRF_P1;
	}

	printk("%s %-8s pin=%u PIN_CNF=0x%08X OUT=%u DIR=%u IN=%u\n",
	       tag,
	       name,
	       (unsigned int)abs_pin,
	       (unsigned int)port->PIN_CNF[local_pin],
	       (unsigned int)((port->OUT >> local_pin) & 0x1U),
	       (unsigned int)((port->DIR >> local_pin) & 0x1U),
	       (unsigned int)((port->IN  >> local_pin) & 0x1U));
}

static void log_bus_state(const char *tag)
{
	printk("\n=== %s ===\n", tag);
	printk("%s FLASH_CS dt_flags=0x%08X active_low=%d\n",
	       tag,
	       (unsigned int)flash_cs.dt_flags,
	       gpio_dt_is_active_low(&flash_cs) ? 1 : 0);

	printk("%s PORT P0 OUT=0x%08X DIR=0x%08X IN=0x%08X\n",
	       tag,
	       (unsigned int)NRF_P0->OUT,
	       (unsigned int)NRF_P0->DIR,
	       (unsigned int)NRF_P0->IN);

#if defined(NRF_P1)
	printk("%s PORT P1 OUT=0x%08X DIR=0x%08X IN=0x%08X\n",
	       tag,
	       (unsigned int)NRF_P1->OUT,
	       (unsigned int)NRF_P1->DIR,
	       (unsigned int)NRF_P1->IN);
#endif

	log_pin_state(tag, "CAN_CS", CAN_CS_PIN);
	log_pin_state(tag, "FLASH_CS", FLASH_CS_PIN);
	log_pin_state(tag, "NINA_CS", NINA_CS_PIN);
	log_pin_state(tag, "SCK", SPI1_SCK_PIN);
	log_pin_state(tag, "MOSI", SPI1_MOSI_PIN);
	log_pin_state(tag, "MISO", SPI1_MISO_PIN);

#if defined(NRF_SPIM1)
	printk("%s SPIM1 ENABLE=0x%08X FREQ=0x%08X CONFIG=0x%08X\n",
	       tag,
	       (unsigned int)NRF_SPIM1->ENABLE,
	       (unsigned int)NRF_SPIM1->FREQUENCY,
	       (unsigned int)NRF_SPIM1->CONFIG);

	printk("%s SPIM1 PSEL SCK=0x%08X MOSI=0x%08X MISO=0x%08X\n",
	       tag,
	       (unsigned int)NRF_SPIM1->PSEL.SCK,
	       (unsigned int)NRF_SPIM1->PSEL.MOSI,
	       (unsigned int)NRF_SPIM1->PSEL.MISO);
#endif
}

static void post_reset_marker_arm(void)
{
	g_post_reset_marker.magic = POST_RESET_MAGIC;
	g_post_reset_marker.magic_inv = ~POST_RESET_MAGIC;
}

static bool post_reset_marker_consume(void)
{
	bool valid = (g_post_reset_marker.magic == POST_RESET_MAGIC) &&
		     (g_post_reset_marker.magic_inv == ~POST_RESET_MAGIC);

	g_post_reset_marker.magic = 0U;
	g_post_reset_marker.magic_inv = 0U;

	return valid;
}

static int spi1_safe_state_prepare(void)
{
	nrf_gpio_cfg_output(CAN_CS_PIN);
	nrf_gpio_cfg_output(FLASH_CS_PIN);
	nrf_gpio_cfg_output(NINA_CS_PIN);

	nrf_gpio_pin_set(CAN_CS_PIN);
	nrf_gpio_pin_set(FLASH_CS_PIN);
	nrf_gpio_pin_set(NINA_CS_PIN);

	nrf_gpio_cfg_output(SPI1_SCK_PIN);
	nrf_gpio_cfg_output(SPI1_MOSI_PIN);
	nrf_gpio_cfg_input(SPI1_MISO_PIN, NRF_GPIO_PIN_PULLDOWN);

	nrf_gpio_pin_clear(SPI1_SCK_PIN);
	nrf_gpio_pin_clear(SPI1_MOSI_PIN);

	return 0;
}

SYS_INIT(spi1_safe_state_prepare, PRE_KERNEL_1, 0);

static bool leds_init(void)
{
	if (!gpio_is_ready_dt(&led_red) || !gpio_is_ready_dt(&led_yellow)) {
		printk("LED GPIO not ready\n");
		return false;
	}

	if (gpio_pin_configure_dt(&led_red, GPIO_OUTPUT_INACTIVE) != 0) {
		printk("RED LED config failed\n");
		return false;
	}

	if (gpio_pin_configure_dt(&led_yellow, GPIO_OUTPUT_INACTIVE) != 0) {
		printk("YELLOW LED config failed\n");
		return false;
	}

	return true;
}

static void leds_show_running(void)
{
	gpio_pin_set_dt(&led_red, 1);
	gpio_pin_set_dt(&led_yellow, 0);
}

static void leds_show_success(void)
{
	gpio_pin_set_dt(&led_red, 0);
	gpio_pin_set_dt(&led_yellow, 1);
}

static void leds_show_failure(void)
{
	gpio_pin_set_dt(&led_red, 1);
	gpio_pin_set_dt(&led_yellow, 0);
}

static void hold_forever(void)
{
	while (1) {
		k_sleep(K_SECONDS(1));
	}
}

static struct spi_config flash_spi_cfg_make(void)
{
	struct spi_config cfg = {
		.frequency = FLASH_SPI_FREQ_HZ,
		.operation = SPI_OP_MODE_MASTER |
			     SPI_WORD_SET(8) |
			     SPI_TRANSFER_MSB,
		.slave = FLASH_SPI_SLAVE,
	};

	return cfg;
}

static bool flash_interface_init(void)
{
	printk("SPI1 CS polarity FLASH=0x%08X\n", (unsigned int)flash_cs.dt_flags);

	if (!device_is_ready(spi_dev)) {
		printk("SPI device not ready\n");
		return false;
	}

	if (!gpio_is_ready_dt(&flash_cs)) {
		printk("FLASH CS GPIO not ready\n");
		return false;
	}

	if (gpio_pin_configure_dt(&flash_cs, GPIO_OUTPUT_INACTIVE) != 0) {
		printk("FLASH CS GPIO config failed\n");
		return false;
	}

	printk("SPI device ready\n");
	printk("FLASH CS ready\n");
	return true;
}

static void flash_cs_assert(void)
{
	gpio_pin_set_dt(&flash_cs, 1);
	k_busy_wait(2);
}

static void flash_cs_deassert(void)
{
	k_busy_wait(2);
	gpio_pin_set_dt(&flash_cs, 0);
	k_busy_wait(2);
}

static void manual_bus_idle(void)
{
	flash_cs_deassert();
	nrf_gpio_pin_clear(SPI1_SCK_PIN);
	nrf_gpio_pin_clear(SPI1_MOSI_PIN);
	k_msleep(2);
}

static int flash_cmd_write1_cfg(const struct spi_config *cfg, uint8_t cmd)
{
	struct spi_buf tx_buf = {
		.buf = &cmd,
		.len = 1,
	};

	struct spi_buf_set tx = {
		.buffers = &tx_buf,
		.count = 1,
	};

	flash_cs_assert();
	int ret = spi_write(spi_dev, cfg, &tx);
	flash_cs_deassert();

	return ret;
}

static int flash_cmd_read_cfg(const struct spi_config *cfg,
			      uint8_t cmd,
			      uint8_t *data,
			      size_t len)
{
	uint8_t tx_raw[1 + FLASH_READ_MAX_LEN] = {0};
	uint8_t rx_raw[1 + FLASH_READ_MAX_LEN] = {0};

	if ((data == NULL) || (len == 0U) || (len > FLASH_READ_MAX_LEN)) {
		return -EINVAL;
	}

	tx_raw[0] = cmd;

	struct spi_buf tx_buf = {
		.buf = tx_raw,
		.len = len + 1U,
	};

	struct spi_buf rx_buf = {
		.buf = rx_raw,
		.len = len + 1U,
	};

	struct spi_buf_set tx = {
		.buffers = &tx_buf,
		.count = 1,
	};

	struct spi_buf_set rx = {
		.buffers = &rx_buf,
		.count = 1,
	};

	flash_cs_assert();
	int ret = spi_transceive(spi_dev, cfg, &tx, &rx);
	flash_cs_deassert();

	if (ret == 0) {
		for (size_t i = 0; i < len; i++) {
			data[i] = rx_raw[i + 1U];
		}
	}

	return ret;
}

static int flash_cmd_write_addr_n_cfg(const struct spi_config *cfg,
				      uint8_t cmd,
				      uint32_t addr,
				      const uint8_t *data,
				      size_t len)
{
	uint8_t tx_raw[4 + FLASH_PAGE_SIZE];

	if (len > FLASH_PAGE_SIZE) {
		return -EINVAL;
	}

	tx_raw[0] = cmd;
	tx_raw[1] = (uint8_t)((addr >> 16) & 0xFF);
	tx_raw[2] = (uint8_t)((addr >> 8) & 0xFF);
	tx_raw[3] = (uint8_t)(addr & 0xFF);

	if ((data != NULL) && (len > 0U)) {
		memcpy(&tx_raw[4], data, len);
	}

	struct spi_buf tx_buf = {
		.buf = tx_raw,
		.len = 4U + len,
	};

	struct spi_buf_set tx = {
		.buffers = &tx_buf,
		.count = 1,
	};

	flash_cs_assert();
	int ret = spi_write(spi_dev, cfg, &tx);
	flash_cs_deassert();

	return ret;
}

static int flash_cmd_read_addr_n_cfg(const struct spi_config *cfg,
				     uint8_t cmd,
				     uint32_t addr,
				     uint8_t *data,
				     size_t len)
{
	uint8_t tx_raw[4 + FLASH_PAGE_SIZE] = {0};
	uint8_t rx_raw[4 + FLASH_PAGE_SIZE] = {0};

	if ((data == NULL) || (len == 0U) || (len > FLASH_PAGE_SIZE)) {
		return -EINVAL;
	}

	tx_raw[0] = cmd;
	tx_raw[1] = (uint8_t)((addr >> 16) & 0xFF);
	tx_raw[2] = (uint8_t)((addr >> 8) & 0xFF);
	tx_raw[3] = (uint8_t)(addr & 0xFF);

	struct spi_buf tx_buf = {
		.buf = tx_raw,
		.len = 4U + len,
	};

	struct spi_buf rx_buf = {
		.buf = rx_raw,
		.len = 4U + len,
	};

	struct spi_buf_set tx = {
		.buffers = &tx_buf,
		.count = 1,
	};

	struct spi_buf_set rx = {
		.buffers = &rx_buf,
		.count = 1,
	};

	flash_cs_assert();
	int ret = spi_transceive(spi_dev, cfg, &tx, &rx);
	flash_cs_deassert();

	if (ret == 0) {
		memcpy(data, &rx_raw[4], len);
	}

	return ret;
}

static int flash_read_sr1_cfg(const struct spi_config *cfg, uint8_t *sr1)
{
	return flash_cmd_read_cfg(cfg, 0x05, sr1, 1);
}

static bool flash_sr1_busy(uint8_t sr1)
{
	return (sr1 & BIT(0)) != 0U;
}

static bool flash_sr1_wel(uint8_t sr1)
{
	return (sr1 & BIT(1)) != 0U;
}

static int flash_wait_ready_cfg(const struct spi_config *cfg, uint32_t timeout_ms)
{
	uint8_t sr1 = 0;

	for (uint32_t elapsed = 0; elapsed < timeout_ms; elapsed++) {
		int ret = flash_read_sr1_cfg(cfg, &sr1);
		if (ret != 0) {
			return ret;
		}

		if (!flash_sr1_busy(sr1)) {
			return 0;
		}

		k_msleep(1);
	}

	return -ETIMEDOUT;
}

static int flash_write_enable_cfg(const struct spi_config *cfg)
{
	uint8_t sr1 = 0;
	int ret;

	ret = flash_cmd_write1_cfg(cfg, 0x06);
	if (ret != 0) {
		return ret;
	}

	ret = flash_read_sr1_cfg(cfg, &sr1);
	if (ret != 0) {
		return ret;
	}

	if (!flash_sr1_wel(sr1)) {
		return -EIO;
	}

	return 0;
}

static int flash_sector_erase_4k_cfg(const struct spi_config *cfg, uint32_t addr)
{
	int ret;

	ret = flash_write_enable_cfg(cfg);
	if (ret != 0) {
		return ret;
	}

	return flash_cmd_write_addr_n_cfg(cfg, 0x20, addr, NULL, 0);
}

static int flash_page_program_cfg(const struct spi_config *cfg,
				  uint32_t addr,
				  const uint8_t *data,
				  size_t len)
{
	int ret;

	if ((data == NULL) || (len == 0U) || (len > FLASH_PAGE_SIZE)) {
		return -EINVAL;
	}

	if ((addr & (FLASH_PAGE_SIZE - 1U)) + len > FLASH_PAGE_SIZE) {
		return -EINVAL;
	}

	ret = flash_write_enable_cfg(cfg);
	if (ret != 0) {
		return ret;
	}

	return flash_cmd_write_addr_n_cfg(cfg, 0x02, addr, data, len);
}

static int flash_read_region_cfg(const struct spi_config *cfg,
				 uint32_t addr,
				 uint8_t *data,
				 size_t len)
{
	size_t offset = 0U;

	while (offset < len) {
		size_t chunk = MIN(FLASH_PAGE_SIZE, len - offset);
		int ret = flash_cmd_read_addr_n_cfg(cfg, 0x03, addr + offset, &data[offset], chunk);
		if (ret != 0) {
			return ret;
		}
		offset += chunk;
	}

	return 0;
}

static bool buffer_is_all_ff(const uint8_t *data, size_t len)
{
	for (size_t i = 0; i < len; i++) {
		if (data[i] != 0xFFU) {
			return false;
		}
	}

	return true;
}

static uint8_t flash_test_pattern_byte(uint32_t abs_addr)
{
	uint8_t x = (uint8_t)(abs_addr & 0xFFU);
	uint8_t y = (uint8_t)((abs_addr >> 8) & 0xFFU);

	return (uint8_t)(0xA5U ^ x ^ (uint8_t)(y + 0x3CU));
}

static void flash_fill_test_pattern(uint8_t *data, uint32_t base_addr, size_t len)
{
	for (size_t i = 0; i < len; i++) {
		data[i] = flash_test_pattern_byte(base_addr + i);
	}
}

static bool flash_pattern_matches(uint32_t base_addr, const uint8_t *data, size_t len)
{
	for (size_t i = 0; i < len; i++) {
		if (data[i] != flash_test_pattern_byte(base_addr + i)) {
			return false;
		}
	}

	return true;
}

static int flash_restore_sector_cfg(const struct spi_config *cfg, uint32_t sector_addr)
{
	int ret;

	ret = flash_sector_erase_4k_cfg(cfg, sector_addr);
	if (ret != 0) {
		return ret;
	}

	ret = flash_wait_ready_cfg(cfg, FLASH_ERASE_TIMEOUT_MS);
	if (ret != 0) {
		return ret;
	}

	k_msleep(FLASH_POST_OP_DELAY_MS);

	for (size_t offset = 0; offset < FLASH_SECTOR_SIZE; offset += FLASH_PAGE_SIZE) {
		const uint8_t *page = &g_flash_backup[offset];

		if (buffer_is_all_ff(page, FLASH_PAGE_SIZE)) {
			continue;
		}

		ret = flash_page_program_cfg(cfg, sector_addr + offset, page, FLASH_PAGE_SIZE);
		if (ret != 0) {
			return ret;
		}

		ret = flash_wait_ready_cfg(cfg, FLASH_PROGRAM_TIMEOUT_MS);
		if (ret != 0) {
			return ret;
		}

		k_msleep(FLASH_POST_OP_DELAY_MS);
	}

	ret = flash_read_region_cfg(cfg, sector_addr, g_flash_readback, FLASH_SECTOR_SIZE);
	if (ret != 0) {
		return ret;
	}

	if (memcmp(g_flash_backup, g_flash_readback, FLASH_SECTOR_SIZE) != 0) {
		return -EIO;
	}

	return 0;
}

static bool flash_probe_cfg(const struct spi_config *cfg,
			    const char *tag,
			    uint8_t *jedec_out,
			    uint8_t *sr1_out)
{
	uint8_t jedec[3] = {0};
	uint8_t sr1 = 0;
	int ret_jedec;
	int ret_sr1;

	ret_jedec = flash_cmd_read_cfg(cfg, 0x9F, jedec, sizeof(jedec));
	ret_sr1 = flash_cmd_read_cfg(cfg, 0x05, &sr1, 1);

	printk("%s JEDEC ret=%d id=%02X %02X %02X | SR1 ret=%d val=%02X\n",
	       tag,
	       ret_jedec,
	       jedec[0], jedec[1], jedec[2],
	       ret_sr1,
	       sr1);

	if (jedec_out != NULL) {
		memcpy(jedec_out, jedec, sizeof(jedec));
	}

	if (sr1_out != NULL) {
		*sr1_out = sr1;
	}

	return (ret_jedec == 0) &&
	       (ret_sr1 == 0) &&
	       (jedec[0] == FLASH_EXPECTED_JEDEC_MFG) &&
	       (jedec[1] == FLASH_EXPECTED_JEDEC_TYPE) &&
	       (jedec[2] == FLASH_EXPECTED_JEDEC_CAP) &&
	       (sr1 == FLASH_EXPECTED_SR1);
}

static bool flash_functional_test_cfg(const struct spi_config *cfg, uint32_t sector_addr)
{
	uint8_t page_buf[FLASH_PAGE_SIZE];
	uint32_t page_addr = sector_addr + FLASH_TEST_PAGE_OFFSET;
	int ret;

	printk("[FLASH TEST] start sector=0x%08X page=0x%08X\n",
	       sector_addr, page_addr);

	ret = flash_read_region_cfg(cfg, sector_addr, g_flash_backup, FLASH_SECTOR_SIZE);
	if (ret != 0) {
		printk("[FLASH TEST] backup read failed ret=%d\n", ret);
		return false;
	}

	ret = flash_sector_erase_4k_cfg(cfg, sector_addr);
	if (ret != 0) {
		printk("[FLASH TEST] erase cmd failed ret=%d\n", ret);
		goto restore_original;
	}

	ret = flash_wait_ready_cfg(cfg, FLASH_ERASE_TIMEOUT_MS);
	if (ret != 0) {
		printk("[FLASH TEST] erase timeout ret=%d\n", ret);
		goto restore_original;
	}

	k_msleep(FLASH_POST_OP_DELAY_MS);

	ret = flash_read_region_cfg(cfg, sector_addr, g_flash_readback, FLASH_SECTOR_SIZE);
	if (ret != 0) {
		printk("[FLASH TEST] erase verify read failed ret=%d\n", ret);
		goto restore_original;
	}

	if (!buffer_is_all_ff(g_flash_readback, FLASH_SECTOR_SIZE)) {
		printk("[FLASH TEST] erase verify failed\n");
		goto restore_original;
	}

	flash_fill_test_pattern(page_buf, page_addr, FLASH_PAGE_SIZE);

	ret = flash_page_program_cfg(cfg, page_addr, page_buf, FLASH_PAGE_SIZE);
	if (ret != 0) {
		printk("[FLASH TEST] page program cmd failed ret=%d\n", ret);
		goto restore_original;
	}

	ret = flash_wait_ready_cfg(cfg, FLASH_PROGRAM_TIMEOUT_MS);
	if (ret != 0) {
		printk("[FLASH TEST] page program timeout ret=%d\n", ret);
		goto restore_original;
	}

	k_msleep(FLASH_POST_OP_DELAY_MS);

	ret = flash_read_region_cfg(cfg, page_addr, g_flash_readback, FLASH_PAGE_SIZE);
	if (ret != 0) {
		printk("[FLASH TEST] page readback failed ret=%d\n", ret);
		goto restore_original;
	}

	if (!flash_pattern_matches(page_addr, g_flash_readback, FLASH_PAGE_SIZE)) {
		printk("[FLASH TEST] page verify failed\n");
		goto restore_original;
	}

	ret = flash_restore_sector_cfg(cfg, sector_addr);
	if (ret != 0) {
		printk("[FLASH TEST] restore failed ret=%d\n", ret);
		return false;
	}

	printk("[FLASH TEST] PASS\n");
	return true;

restore_original:
	printk("[FLASH TEST] trying restore after failure\n");
	ret = flash_restore_sector_cfg(cfg, sector_addr);
	if (ret != 0) {
		printk("[FLASH TEST] restore after failure also failed ret=%d\n", ret);
	}

	return false;
}

static bool run_probe_and_test(const struct spi_config *cfg, const char *tag)
{
	manual_bus_idle();
	log_bus_state(tag);

	if (!flash_probe_cfg(cfg, tag, NULL, NULL)) {
		return false;
	}

	return flash_functional_test_cfg(cfg, FLASH_TEST_SECTOR_ADDR);
}

int main(void)
{
	bool post_reset_verify;
	struct spi_config cfg = flash_spi_cfg_make();

	post_reset_verify = post_reset_marker_consume();

	if (!leds_init()) {
		return 0;
	}

	leds_show_running();

	printk("\nSPI flash V9 style simple reset reproducer\n");
	log_reset_reason();

	if (!flash_interface_init()) {
		printk("Hardware init failed\n");
		leds_show_failure();
		hold_forever();
	}

	k_msleep(STARTUP_SETTLE_DELAY_MS);

	if (!post_reset_verify) {
		printk("=== FIRST BOOT ===\n");

		if (!run_probe_and_test(&cfg, "[FIRST BOOT]")) {
			printk("FIRST BOOT FAILED\n");
			leds_show_failure();
			hold_forever();
		}

		printk("FIRST BOOT PASS, rebooting now\n");
		log_bus_state("before_sys_reboot");
		post_reset_marker_arm();
		k_msleep(PRE_REBOOT_DELAY_MS);
		sys_reboot(SYS_REBOOT_COLD);

		printk("sys_reboot returned unexpectedly\n");
		leds_show_failure();
		hold_forever();
	}

	printk("=== SECOND BOOT AFTER sys_reboot() ===\n");

	if (!run_probe_and_test(&cfg, "[SECOND BOOT]")) {
		printk("SECOND BOOT FAILED AFTER SOFTWARE RESET\n");
		leds_show_failure();
		hold_forever();
	}

	printk("SECOND BOOT PASS AFTER SOFTWARE RESET\n");
	leds_show_success();
	hold_forever();
}

Thank you in advance for any help or guidance. 

Parents
  • Hello Cemothy!

    Thanks for reaching out! I will try to address your questions tomorrow, but I was wondering if you could share the .config file from the build, as well as the zephyr.dts file? Those will give us the complete overview over the project configuration making it easier to evaluate the issue.

    Best regards,
    Carl Richard

  • Sure and thank you! If you need anything else please let me know. 

    /dts-v1/;
    
    /* node '/' defined in zephyr/dts/common/skeleton.dtsi:9 */
    / {
    	#address-cells = < 0x1 >;        /* in zephyr/dts/common/skeleton.dtsi:10 */
    	#size-cells = < 0x1 >;           /* in zephyr/dts/common/skeleton.dtsi:11 */
    	model = "Decawave DWM3001CDK";   /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:13 */
    	compatible = "decawave,dwm3001"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:14 */
    
    	/* node '/chosen' defined in zephyr/dts/common/skeleton.dtsi:12 */
    	chosen {
    		zephyr,bt-hci = &bt_hci_sdc;                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:14 */
    		zephyr,entropy = &rng;                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:15 */
    		zephyr,flash-controller = &flash_controller; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:16 */
    		zephyr,console = &uart0;                     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:17 */
    		zephyr,shell-uart = &uart0;                  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:18 */
    		zephyr,uart-mcumgr = &uart0;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:19 */
    		zephyr,bt-mon-uart = &uart0;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:20 */
    		zephyr,bt-c2h-uart = &uart0;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:21 */
    		zephyr,sram = &sram0;                        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:22 */
    		zephyr,flash = &flash0;                      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:23 */
    		zephyr,code-partition = &slot0_partition;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:24 */
    		zephyr,ieee802154 = &ieee802154;             /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:25 */
    		nordic,pm-ext-flash = &ext_flash;            /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:3 */
    	};
    
    	/* node '/aliases' defined in zephyr/dts/common/skeleton.dtsi:13 */
    	aliases {
    		sw0 = &button2;     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:69 */
    		led0 = &led0;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:70 */
    		led1 = &led1;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:71 */
    		led2 = &led2;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:72 */
    		led3 = &led3;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:73 */
    		watchdog0 = &wdt0;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:74 */
    		accel0 = &lis2dh12; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:75 */
    	};
    
    	/* node '/soc' defined in zephyr/dts/arm/armv7-m.dtsi:6 */
    	soc {
    		#address-cells = < 0x1 >;     /* in zephyr/dts/arm/armv7-m.dtsi:7 */
    		#size-cells = < 0x1 >;        /* in zephyr/dts/arm/armv7-m.dtsi:8 */
    		interrupt-parent = < &nvic >; /* in zephyr/dts/arm/armv7-m.dtsi:10 */
    		ranges;                       /* in zephyr/dts/arm/armv7-m.dtsi:11 */
    		compatible = "simple-bus";    /* in zephyr/dts/arm/nordic/nrf52833_qdaa.dtsi:20 */
    
    		/* node '/soc/interrupt-controller@e000e100' defined in zephyr/dts/arm/armv7-m.dtsi:13 */
    		nvic: interrupt-controller@e000e100 {
    			#address-cells = < 0x1 >;            /* in zephyr/dts/arm/armv7-m.dtsi:14 */
    			compatible = "arm,v7m-nvic";         /* in zephyr/dts/arm/armv7-m.dtsi:15 */
    			reg = < 0xe000e100 0xc00 >;          /* in zephyr/dts/arm/armv7-m.dtsi:16 */
    			interrupt-controller;                /* in zephyr/dts/arm/armv7-m.dtsi:17 */
    			#interrupt-cells = < 0x2 >;          /* in zephyr/dts/arm/armv7-m.dtsi:18 */
    			arm,num-irq-priority-bits = < 0x3 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:576 */
    			phandle = < 0x1 >;                   /* in zephyr/dts/arm/armv7-m.dtsi:10 */
    		};
    
    		/* node '/soc/timer@e000e010' defined in zephyr/dts/arm/armv7-m.dtsi:21 */
    		systick: timer@e000e010 {
    			compatible = "arm,armv7m-systick"; /* in zephyr/dts/arm/armv7-m.dtsi:22 */
    			reg = < 0xe000e010 0x10 >;         /* in zephyr/dts/arm/armv7-m.dtsi:23 */
    			status = "disabled";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:581 */
    		};
    
    		/* node '/soc/ficr@10000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:48 */
    		ficr: ficr@10000000 {
    			compatible = "nordic,nrf-ficr"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:49 */
    			reg = < 0x10000000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:50 */
    			#nordic,ficr-cells = < 0x1 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:51 */
    			status = "okay";                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:52 */
    		};
    
    		/* node '/soc/uicr@10001000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:55 */
    		uicr: uicr@10001000 {
    			compatible = "nordic,nrf-uicr"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:56 */
    			reg = < 0x10001000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:57 */
    			status = "okay";                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:58 */
    			gpio-as-nreset;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:80 */
    		};
    
    		/* node '/soc/memory@20000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:61 */
    		sram0: memory@20000000 {
    			compatible = "mmio-sram";     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:62 */
    			reg = < 0x20000000 0x20000 >; /* in zephyr/dts/arm/nordic/nrf52833_qdaa.dtsi:15 */
    		};
    
    		/* node '/soc/clock@40000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:65 */
    		clock: clock@40000000 {
    			compatible = "nordic,nrf-clock"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:66 */
    			reg = < 0x40000000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:67 */
    			interrupts = < 0x0 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:68 */
    			status = "okay";                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:69 */
    		};
    
    		/* node '/soc/power@40000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:72 */
    		power: power@40000000 {
    			compatible = "nordic,nrf-power"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:73 */
    			reg = < 0x40000000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:74 */
    			interrupts = < 0x0 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:75 */
    			status = "okay";                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:76 */
    			#address-cells = < 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:77 */
    			#size-cells = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:78 */
    
    			/* node '/soc/power@40000000/gpregret1@4000051c' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:80 */
    			gpregret1: gpregret1@4000051c {
    				#address-cells = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:81 */
    				#size-cells = < 0x1 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:82 */
    				compatible = "nordic,nrf-gpregret"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:83 */
    				reg = < 0x4000051c 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:84 */
    				status = "okay";                    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:85 */
    			};
    
    			/* node '/soc/power@40000000/gpregret2@40000520' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:88 */
    			gpregret2: gpregret2@40000520 {
    				#address-cells = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:89 */
    				#size-cells = < 0x1 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:90 */
    				compatible = "nordic,nrf-gpregret"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:91 */
    				reg = < 0x40000520 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:92 */
    				status = "okay";                    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:93 */
    			};
    
    			/* node '/soc/power@40000000/regulator@40000578' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:96 */
    			reg1: regulator@40000578 {
    				compatible = "nordic,nrf5x-regulator"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:97 */
    				reg = < 0x40000578 0x1 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:98 */
    				regulator-name = "REG1";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:99 */
    				regulator-initial-mode = < 0x1 >;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:168 */
    			};
    
    			/* node '/soc/power@40000000/regulator@40000580' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:103 */
    			reg0: regulator@40000580 {
    				compatible = "nordic,nrf52x-regulator-hv"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:104 */
    				reg = < 0x40000580 0x1 >;                  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:105 */
    				regulator-name = "REG0";                   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:106 */
    				status = "disabled";                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:107 */
    			};
    		};
    
    		/* node '/soc/radio@40001000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:111 */
    		radio: radio@40001000 {
    			compatible = "nordic,nrf-radio"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:112 */
    			reg = < 0x40001000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:113 */
    			interrupts = < 0x1 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:114 */
    			status = "okay";                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:115 */
    			dfe-supported;                   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:116 */
    			ieee802154-supported;            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:117 */
    			ble-2mbps-supported;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:118 */
    			ble-coded-phy-supported;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:119 */
    			tx-high-power-supported;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:120 */
    
    			/* node '/soc/radio@40001000/ieee802154' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:122 */
    			ieee802154: ieee802154 {
    				compatible = "nordic,nrf-ieee802154"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:123 */
    				status = "okay";                      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:131 */
    			};
    
    			/* node '/soc/radio@40001000/bt_hci_sdc' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:127 */
    			bt_hci_sdc: bt_hci_sdc {
    				compatible = "nordic,bt-hci-sdc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:128 */
    				status = "okay";                  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:129 */
    			};
    
    			/* node '/soc/radio@40001000/bt_hci_controller' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:131 */
    			bt_hci_controller: bt_hci_controller {
    				compatible = "zephyr,bt-hci-ll-sw-split"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:132 */
    				status = "disabled";                      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:133 */
    			};
    		};
    
    		/* node '/soc/uart@40002000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:137 */
    		uart0: uart@40002000 {
    			reg = < 0x40002000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:141 */
    			interrupts = < 0x2 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:142 */
    			status = "okay";                /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:92 */
    			compatible = "nordic,nrf-uart"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:93 */
    			current-speed = < 0x1c200 >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:94 */
    			pinctrl-0 = < &uart0_default >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:95 */
    			pinctrl-1 = < &uart0_sleep >;   /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:96 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:97 */
    		};
    
    		/* node '/soc/i2c@40003000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:146 */
    		i2c0: i2c@40003000 {
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:155 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:156 */
    			reg = < 0x40003000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:157 */
    			interrupts = < 0x3 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:158 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:159 */
    			zephyr,pm-device-runtime-auto;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:161 */
    			compatible = "nordic,nrf-twim"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:105 */
    			status = "okay";                /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:106 */
    			clock-frequency = < 0x61a80 >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:107 */
    			pinctrl-0 = < &i2c0_default >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:109 */
    			pinctrl-1 = < &i2c0_sleep >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:110 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:111 */
    
    			/* node '/soc/i2c@40003000/lis2dh12@19' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:113 */
    			lis2dh12: lis2dh12@19 {
    				compatible = "st,lis2dh12",
    				             "st,lis2dh";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:114 */
    				reg = < 0x19 >;                  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:115 */
    				irq-gpios = < &gpio0 0x10 0x0 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:116 */
    			};
    		};
    
    		/* node '/soc/spi@40003000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:164 */
    		spi0: spi@40003000 {
    			compatible = "nordic,nrf-spim"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:172 */
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:173 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:174 */
    			reg = < 0x40003000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:175 */
    			interrupts = < 0x3 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:176 */
    			max-frequency = < 0x7a1200 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:177 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:178 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:179 */
    		};
    
    		/* node '/soc/i2c@40004000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:182 */
    		i2c1: i2c@40004000 {
    			compatible = "nordic,nrf-twim"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:190 */
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:191 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:192 */
    			reg = < 0x40004000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:193 */
    			interrupts = < 0x4 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:194 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:195 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:196 */
    			zephyr,pm-device-runtime-auto;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:197 */
    		};
    
    		/* node '/soc/spi@40004000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:200 */
    		spi1: spi@40004000 {
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:209 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:210 */
    			reg = < 0x40004000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:211 */
    			interrupts = < 0x4 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:212 */
    			max-frequency = < 0x7a1200 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:213 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:214 */
    			compatible = "nordic,nrf-spim"; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:39 */
    			status = "okay";                /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:40 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:41 */
    			pinctrl-0 = < &spi1_default >;  /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:42 */
    			pinctrl-1 = < &spi1_sleep >;    /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:43 */
    			cs-gpios = < &gpio0 0x11 0x1 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:44 */
    
    			/* node '/soc/spi@40004000/w25q128jv@0' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:46 */
    			ext_flash: w25q128jv@0 {
    				compatible = "jedec,spi-nor";     /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:47 */
    				reg = < 0x0 >;                    /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:48 */
    				spi-max-frequency = < 0x7a1200 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:49 */
    				jedec-id = [ EF 40 18 ];          /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:50 */
    				size = < 0x8000000 >;             /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:51 */
    				status = "okay";                  /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:52 */
    			};
    		};
    
    		/* node '/soc/nfct@40005000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:218 */
    		nfct: nfct@40005000 {
    			compatible = "nordic,nrf-nfct"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:219 */
    			reg = < 0x40005000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:220 */
    			interrupts = < 0x5 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:221 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:222 */
    		};
    
    		/* node '/soc/gpiote@40006000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:225 */
    		gpiote: gpiote0: gpiote@40006000 {
    			compatible = "nordic,nrf-gpiote"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:226 */
    			reg = < 0x40006000 0x1000 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:227 */
    			interrupts = < 0x6 0x5 >;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:228 */
    			instance = < 0x0 >;               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:230 */
    			status = "okay";                  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:84 */
    			phandle = < 0xc >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:558 */
    		};
    
    		/* node '/soc/adc@40007000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:233 */
    		adc: adc@40007000 {
    			compatible = "nordic,nrf-saadc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:234 */
    			reg = < 0x40007000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:235 */
    			interrupts = < 0x7 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:236 */
    			#io-channel-cells = < 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:238 */
    			zephyr,pm-device-runtime-auto;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:239 */
    			status = "okay";                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:172 */
    		};
    
    		/* node '/soc/timer@40008000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:242 */
    		timer0: timer@40008000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:243 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:244 */
    			reg = < 0x40008000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:245 */
    			cc-num = < 0x4 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:246 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:247 */
    			interrupts = < 0x8 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:248 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:249 */
    		};
    
    		/* node '/soc/timer@40009000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:252 */
    		timer1: timer@40009000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:253 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:254 */
    			reg = < 0x40009000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:255 */
    			cc-num = < 0x4 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:256 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:257 */
    			interrupts = < 0x9 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:258 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:259 */
    			phandle = < 0xd >;               /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:42 */
    		};
    
    		/* node '/soc/timer@4000a000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:262 */
    		timer2: timer@4000a000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:263 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:264 */
    			reg = < 0x4000a000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:265 */
    			cc-num = < 0x4 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:266 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:267 */
    			interrupts = < 0xa 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:268 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:269 */
    		};
    
    		/* node '/soc/rtc@4000b000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:272 */
    		rtc0: rtc@4000b000 {
    			compatible = "nordic,nrf-rtc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:273 */
    			reg = < 0x4000b000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:274 */
    			cc-num = < 0x3 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:275 */
    			interrupts = < 0xb 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:276 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:277 */
    			clock-frequency = < 0x8000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:278 */
    			prescaler = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:279 */
    		};
    
    		/* node '/soc/temp@4000c000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:282 */
    		temp: temp@4000c000 {
    			compatible = "nordic,nrf-temp"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:283 */
    			reg = < 0x4000c000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:284 */
    			interrupts = < 0xc 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:285 */
    			status = "okay";                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:286 */
    		};
    
    		/* node '/soc/random@4000d000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:289 */
    		rng: random@4000d000 {
    			compatible = "nordic,nrf-rng"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:290 */
    			reg = < 0x4000d000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:291 */
    			interrupts = < 0xd 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:292 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:293 */
    		};
    
    		/* node '/soc/ecb@4000e000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:296 */
    		ecb: ecb@4000e000 {
    			compatible = "nordic,nrf-ecb"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:297 */
    			reg = < 0x4000e000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:298 */
    			interrupts = < 0xe 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:299 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:300 */
    		};
    
    		/* node '/soc/ccm@4000f000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:303 */
    		ccm: ccm@4000f000 {
    			compatible = "nordic,nrf-ccm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:304 */
    			reg = < 0x4000f000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:305 */
    			interrupts = < 0xf 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:306 */
    			length-field-length-8-bits;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:307 */
    			headermask-supported;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:308 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:309 */
    		};
    
    		/* node '/soc/watchdog@40010000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:312 */
    		wdt: wdt0: watchdog@40010000 {
    			compatible = "nordic,nrf-wdt"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:313 */
    			reg = < 0x40010000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:314 */
    			interrupts = < 0x10 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:315 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:316 */
    		};
    
    		/* node '/soc/rtc@40011000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:319 */
    		rtc1: rtc@40011000 {
    			compatible = "nordic,nrf-rtc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:320 */
    			reg = < 0x40011000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:321 */
    			cc-num = < 0x4 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:322 */
    			interrupts = < 0x11 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:323 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:324 */
    			clock-frequency = < 0x8000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:325 */
    			prescaler = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:326 */
    		};
    
    		/* node '/soc/qdec@40012000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:329 */
    		qdec: qdec0: qdec@40012000 {
    			compatible = "nordic,nrf-qdec"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:330 */
    			reg = < 0x40012000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:331 */
    			interrupts = < 0x12 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:332 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:333 */
    		};
    
    		/* node '/soc/comparator@40013000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:336 */
    		comp: comparator@40013000 {
    			compatible = "nordic,nrf-comp"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:341 */
    			reg = < 0x40013000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:342 */
    			interrupts = < 0x13 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:343 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:344 */
    		};
    
    		/* node '/soc/egu@40014000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:347 */
    		egu0: swi0: egu@40014000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:348 */
    			reg = < 0x40014000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:349 */
    			interrupts = < 0x14 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:350 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:351 */
    		};
    
    		/* node '/soc/egu@40015000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:354 */
    		egu1: swi1: egu@40015000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:355 */
    			reg = < 0x40015000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:356 */
    			interrupts = < 0x15 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:357 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:358 */
    		};
    
    		/* node '/soc/egu@40016000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:361 */
    		egu2: swi2: egu@40016000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:362 */
    			reg = < 0x40016000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:363 */
    			interrupts = < 0x16 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:364 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:365 */
    		};
    
    		/* node '/soc/egu@40017000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:368 */
    		egu3: swi3: egu@40017000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:369 */
    			reg = < 0x40017000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:370 */
    			interrupts = < 0x17 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:371 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:372 */
    		};
    
    		/* node '/soc/egu@40018000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:375 */
    		egu4: swi4: egu@40018000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:376 */
    			reg = < 0x40018000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:377 */
    			interrupts = < 0x18 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:378 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:379 */
    		};
    
    		/* node '/soc/egu@40019000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:382 */
    		egu5: swi5: egu@40019000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:383 */
    			reg = < 0x40019000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:384 */
    			interrupts = < 0x19 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:385 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:386 */
    		};
    
    		/* node '/soc/timer@4001a000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:389 */
    		timer3: timer@4001a000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:390 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:391 */
    			reg = < 0x4001a000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:392 */
    			cc-num = < 0x6 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:393 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:394 */
    			interrupts = < 0x1a 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:395 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:396 */
    		};
    
    		/* node '/soc/timer@4001b000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:399 */
    		timer4: timer@4001b000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:400 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:401 */
    			reg = < 0x4001b000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:402 */
    			cc-num = < 0x6 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:403 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:404 */
    			interrupts = < 0x1b 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:405 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:406 */
    		};
    
    		/* node '/soc/pwm@4001c000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:409 */
    		pwm0: pwm@4001c000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:410 */
    			reg = < 0x4001c000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:411 */
    			interrupts = < 0x1c 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:412 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:413 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:414 */
    		};
    
    		/* node '/soc/pdm@4001d000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:417 */
    		pdm0: pdm@4001d000 {
    			compatible = "nordic,nrf-pdm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:418 */
    			reg = < 0x4001d000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:419 */
    			interrupts = < 0x1d 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:420 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:421 */
    		};
    
    		/* node '/soc/acl@4001e000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:424 */
    		acl: acl@4001e000 {
    			compatible = "nordic,nrf-acl"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:425 */
    			reg = < 0x4001e000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:426 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:427 */
    		};
    
    		/* node '/soc/flash-controller@4001e000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:430 */
    		flash_controller: flash-controller@4001e000 {
    			compatible = "nordic,nrf52-flash-controller"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:431 */
    			reg = < 0x4001e000 0x1000 >;                  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:432 */
    			partial-erase;                                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:433 */
    			#address-cells = < 0x1 >;                     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:435 */
    			#size-cells = < 0x1 >;                        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:436 */
    
    			/* node '/soc/flash-controller@4001e000/flash@0' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:438 */
    			flash0: flash@0 {
    				compatible = "soc-nv-flash";   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:439 */
    				erase-block-size = < 0x1000 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:440 */
    				write-block-size = < 0x4 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:441 */
    				reg = < 0x0 0x80000 >;         /* in zephyr/dts/arm/nordic/nrf52833_qdaa.dtsi:11 */
    
    				/* node '/soc/flash-controller@4001e000/flash@0/partitions' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:135 */
    				partitions {
    					compatible = "fixed-partitions"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:136 */
    					#address-cells = < 0x1 >;        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:137 */
    					#size-cells = < 0x1 >;           /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:138 */
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@0' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:140 */
    					boot_partition: partition@0 {
    						label = "mcuboot";    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:141 */
    						reg = < 0x0 0xc000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:142 */
    					};
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@c000' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:145 */
    					slot0_partition: partition@c000 {
    						label = "image-0";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:146 */
    						reg = < 0xc000 0x39000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:147 */
    					};
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@45000' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:150 */
    					slot1_partition: partition@45000 {
    						label = "image-1";         /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:151 */
    						reg = < 0x45000 0x39000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:152 */
    					};
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@7e000' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:155 */
    					storage_partition: partition@7e000 {
    						label = "storage";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:156 */
    						reg = < 0x7e000 0x2000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:157 */
    					};
    				};
    			};
    		};
    
    		/* node '/soc/ppi@4001f000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:445 */
    		ppi: ppi@4001f000 {
    			compatible = "nordic,nrf-ppi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:446 */
    			reg = < 0x4001f000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:447 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:448 */
    		};
    
    		/* node '/soc/mwu@40020000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:451 */
    		mwu: mwu@40020000 {
    			compatible = "nordic,nrf-mwu"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:452 */
    			reg = < 0x40020000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:453 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:454 */
    		};
    
    		/* node '/soc/pwm@40021000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:457 */
    		pwm1: pwm@40021000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:458 */
    			reg = < 0x40021000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:459 */
    			interrupts = < 0x21 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:460 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:461 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:462 */
    		};
    
    		/* node '/soc/pwm@40022000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:465 */
    		pwm2: pwm@40022000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:466 */
    			reg = < 0x40022000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:467 */
    			interrupts = < 0x22 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:468 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:469 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:470 */
    		};
    
    		/* node '/soc/spi@40023000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:473 */
    		spi2: spi@40023000 {
    			compatible = "nordic,nrf-spim"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:481 */
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:482 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:483 */
    			reg = < 0x40023000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:484 */
    			interrupts = < 0x23 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:485 */
    			max-frequency = < 0x7a1200 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:486 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:487 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:488 */
    		};
    
    		/* node '/soc/rtc@40024000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:491 */
    		rtc2: rtc@40024000 {
    			compatible = "nordic,nrf-rtc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:492 */
    			reg = < 0x40024000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:493 */
    			cc-num = < 0x4 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:494 */
    			interrupts = < 0x24 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:495 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:496 */
    			clock-frequency = < 0x8000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:497 */
    			prescaler = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:498 */
    		};
    
    		/* node '/soc/i2s@40025000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:501 */
    		i2s0: i2s@40025000 {
    			compatible = "nordic,nrf-i2s"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:502 */
    			#address-cells = < 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:503 */
    			#size-cells = < 0x0 >;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:504 */
    			reg = < 0x40025000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:505 */
    			interrupts = < 0x25 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:506 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:507 */
    		};
    
    		/* node '/soc/usbd@40027000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:510 */
    		usbd: zephyr_udc0: usbd@40027000 {
    			reg = < 0x40027000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:512 */
    			interrupts = < 0x27 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:513 */
    			num-bidir-endpoints = < 0x1 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:514 */
    			num-in-endpoints = < 0x7 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:515 */
    			num-out-endpoints = < 0x7 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:516 */
    			num-isoin-endpoints = < 0x1 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:517 */
    			num-isoout-endpoints = < 0x1 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:518 */
    			compatible = "nordic,nrf-usbd"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:163 */
    			status = "okay";                /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:164 */
    		};
    
    		/* node '/soc/uart@40028000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:522 */
    		uart1: uart@40028000 {
    			compatible = "nordic,nrf-uarte"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:523 */
    			reg = < 0x40028000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:524 */
    			interrupts = < 0x28 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:525 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:526 */
    		};
    
    		/* node '/soc/pwm@4002d000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:529 */
    		pwm3: pwm@4002d000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:530 */
    			reg = < 0x4002d000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:531 */
    			interrupts = < 0x2d 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:532 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:533 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:534 */
    		};
    
    		/* node '/soc/spi@4002f000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:537 */
    		spi3: spi@4002f000 {
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:539 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:540 */
    			reg = < 0x4002f000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:541 */
    			interrupts = < 0x2f 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:542 */
    			max-frequency = < 0x1e84800 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:543 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:544 */
    			rx-delay-supported;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:545 */
    			rx-delay = < 0x2 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:546 */
    			compatible = "nordic,nrf-spim"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:121 */
    			cs-gpios = < &gpio1 0x6 0x1 >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:123 */
    			pinctrl-0 = < &spi3_default >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:125 */
    			pinctrl-1 = < &spi3_sleep >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:126 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:127 */
    			status = "disabled";            /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:16 */
    		};
    
    		/* node '/soc/gpio@50000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:550 */
    		gpio0: gpio@50000000 {
    			compatible = "nordic,nrf-gpio";              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:551 */
    			gpio-controller;                             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:552 */
    			reg = < 0x50000000 0x200 0x50000500 0x300 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:553 */
    			#gpio-cells = < 0x2 >;                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:555 */
    			port = < 0x0 >;                              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:557 */
    			gpiote-instance = < &gpiote >;               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:558 */
    			status = "okay";                             /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:88 */
    			phandle = < 0x6 >;                           /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:116 */
    		};
    
    		/* node '/soc/gpio@50000300' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:561 */
    		gpio1: gpio@50000300 {
    			compatible = "nordic,nrf-gpio";              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:562 */
    			gpio-controller;                             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:563 */
    			reg = < 0x50000300 0x200 0x50000800 0x300 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:564 */
    			#gpio-cells = < 0x2 >;                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:566 */
    			ngpios = < 0xa >;                            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:567 */
    			port = < 0x1 >;                              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:569 */
    			gpiote-instance = < &gpiote >;               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:570 */
    			status = "okay";                             /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:101 */
    			phandle = < 0x9 >;                           /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:123 */
    		};
    	};
    
    	/* node '/pin-controller' defined in zephyr/dts/vendor/nordic/nrf_common.dtsi:26 */
    	pinctrl: pin-controller {
    		compatible = "nordic,nrf-pinctrl"; /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:31 */
    
    		/* node '/pin-controller/uart0_default' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:7 */
    		uart0_default: uart0_default {
    			phandle = < 0x2 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:95 */
    
    			/* node '/pin-controller/uart0_default/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:8 */
    			group1 {
    				psels = < 0x13 >,
    				        < 0x100000f >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:9 */
    			};
    		};
    
    		/* node '/pin-controller/uart0_sleep' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:14 */
    		uart0_sleep: uart0_sleep {
    			phandle = < 0x3 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:96 */
    
    			/* node '/pin-controller/uart0_sleep/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:15 */
    			group1 {
    				psels = < 0x13 >,
    				        < 0x100000f >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:16 */
    				low-power-enable;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:18 */
    			};
    		};
    
    		/* node '/pin-controller/i2c0_default' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:22 */
    		i2c0_default: i2c0_default {
    			phandle = < 0x4 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:109 */
    
    			/* node '/pin-controller/i2c0_default/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:23 */
    			group1 {
    				psels = < 0xc000018 >,
    				        < 0xb000024 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:24 */
    				bias-pull-up;          /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:26 */
    			};
    		};
    
    		/* node '/pin-controller/i2c0_sleep' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:30 */
    		i2c0_sleep: i2c0_sleep {
    			phandle = < 0x5 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:110 */
    
    			/* node '/pin-controller/i2c0_sleep/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:31 */
    			group1 {
    				psels = < 0xc000018 >,
    				        < 0xb000024 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:32 */
    				low-power-enable;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:34 */
    			};
    		};
    
    		/* node '/pin-controller/spi3_default' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:38 */
    		spi3_default: spi3_default {
    			phandle = < 0xa >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:125 */
    
    			/* node '/pin-controller/spi3_default/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:39 */
    			group1 {
    				psels = < 0x4000003 >,
    				        < 0x5000008 >,
    				        < 0x600001d >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:40 */
    			};
    		};
    
    		/* node '/pin-controller/spi3_sleep' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:46 */
    		spi3_sleep: spi3_sleep {
    			phandle = < 0xb >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:126 */
    
    			/* node '/pin-controller/spi3_sleep/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:47 */
    			group1 {
    				psels = < 0x4000003 >,
    				        < 0x5000008 >,
    				        < 0x600001d >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:48 */
    				low-power-enable;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:51 */
    			};
    		};
    
    		/* node '/pin-controller/spi1_default' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:20 */
    		spi1_default: spi1_default {
    			phandle = < 0x7 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:42 */
    
    			/* node '/pin-controller/spi1_default/group1' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:21 */
    			group1 {
    				psels = < 0x4000004 >,
    				        < 0x500000c >,
    				        < 0x6000005 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:22 */
    			};
    		};
    
    		/* node '/pin-controller/spi1_sleep' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:28 */
    		spi1_sleep: spi1_sleep {
    			phandle = < 0x8 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:43 */
    
    			/* node '/pin-controller/spi1_sleep/group1' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:29 */
    			group1 {
    				psels = < 0x4000004 >,
    				        < 0x500000c >,
    				        < 0x6000005 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:30 */
    				low-power-enable;      /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:33 */
    			};
    		};
    	};
    
    	/* node '/entropy_bt_hci' defined in zephyr/dts/vendor/nordic/nrf_common.dtsi:34 */
    	rng_hci: entropy_bt_hci {
    		compatible = "zephyr,bt-hci-entropy"; /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:35 */
    		status = "disabled";                  /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:36 */
    	};
    
    	/* node '/sw-pwm' defined in zephyr/dts/vendor/nordic/nrf_common.dtsi:39 */
    	sw_pwm: sw-pwm {
    		compatible = "nordic,nrf-sw-pwm"; /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:40 */
    		status = "disabled";              /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:41 */
    		generator = < &timer1 >;          /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:42 */
    		clock-prescaler = < 0x0 >;        /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:43 */
    		#pwm-cells = < 0x3 >;             /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:44 */
    	};
    
    	/* node '/cpus' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:19 */
    	cpus {
    		#address-cells = < 0x1 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:20 */
    		#size-cells = < 0x0 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:21 */
    
    		/* node '/cpus/cpu@0' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:23 */
    		cpu@0 {
    			device_type = "cpu";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:24 */
    			compatible = "arm,cortex-m4f"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:25 */
    			reg = < 0x0 >;                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:26 */
    			#address-cells = < 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:27 */
    			#size-cells = < 0x1 >;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:28 */
    
    			/* node '/cpus/cpu@0/itm@e0000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:30 */
    			itm: itm@e0000000 {
    				compatible = "arm,armv7m-itm";     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:31 */
    				reg = < 0xe0000000 0x1000 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:32 */
    				swo-ref-frequency = < 0x1e84800 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:33 */
    			};
    		};
    	};
    
    	/* node '/clocks' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:38 */
    	clocks {
    
    		/* node '/clocks/hfxo' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:39 */
    		hfxo: hfxo {
    			compatible = "nordic,nrf52-hfxo"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:40 */
    			clock-frequency = < 0x3d09000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:41 */
    			startup-time-us = < 0x578 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:42 */
    			#clock-cells = < 0x0 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:43 */
    		};
    	};
    
    	/* node '/leds' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:28 */
    	leds {
    		compatible = "gpio-leds"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:29 */
    
    		/* node '/leds/led_0' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:34 */
    		led0: led_0 {
    			gpios = < &gpio0 0x4 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:35 */
    			label = "D9 green LED";     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:36 */
    			status = "disabled";        /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:8 */
    		};
    
    		/* node '/leds/led_1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:39 */
    		led1: led_1 {
    			gpios = < &gpio0 0xe 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:40 */
    			label = "D12 red LED";      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:41 */
    		};
    
    		/* node '/leds/led_2' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:44 */
    		led2: led_2 {
    			gpios = < &gpio0 0x16 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:45 */
    			label = "D11 red LED";       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:46 */
    		};
    
    		/* node '/leds/led_3' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:49 */
    		led3: led_3 {
    			gpios = < &gpio0 0x5 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:50 */
    			label = "D10 blue LED";     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:51 */
    			status = "disabled";        /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:12 */
    		};
    	};
    
    	/* node '/buttons' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:55 */
    	buttons {
    		compatible = "gpio-keys"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:56 */
    
    		/* node '/buttons/button_2' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:60 */
    		button2: button_2 {
    			gpios = < &gpio0 0x2 0x11 >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:61 */
    			label = "Push button switch 2"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:62 */
    			zephyr,code = < 0x2 >;          /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:63 */
    		};
    	};
    };
    

    # CONFIG_INPUT is not set
    # CONFIG_WIFI is not set
    # CONFIG_REGULATOR is not set
    CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024
    CONFIG_MAIN_STACK_SIZE=1024
    # CONFIG_FPU is not set
    # CONFIG_SERIAL is not set
    CONFIG_SPI=y
    # CONFIG_MIPI_DSI is not set
    # CONFIG_MEMC is not set
    # CONFIG_MODEM is not set
    # CONFIG_I2C is not set
    CONFIG_NUM_IRQS=48
    CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
    CONFIG_FLASH_SIZE=512
    CONFIG_FLASH_BASE_ADDRESS=0x0
    CONFIG_MP_MAX_NUM_CPUS=1
    CONFIG_SOC_RESET_HOOK=y
    CONFIG_CLOCK_CONTROL=y
    CONFIG_IDLE_STACK_SIZE=320
    CONFIG_ISR_STACK_SIZE=2048
    CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
    CONFIG_ROM_START_OFFSET=0
    CONFIG_KERNEL_ENTRY="__start"
    CONFIG_BUILD_OUTPUT_BIN=y
    CONFIG_XIP=y
    CONFIG_HAS_FLASH_LOAD_OFFSET=y
    # CONFIG_COUNTER is not set
    # CONFIG_SRAM_VECTOR_TABLE is not set
    CONFIG_CPU_HAS_ARM_MPU=y
    # CONFIG_SHARED_INTERRUPTS is not set
    # CONFIG_PM_DEVICE is not set
    CONFIG_TICKLESS_KERNEL=y
    CONFIG_CLOCK_CONTROL_INIT_PRIORITY=30
    # CONFIG_USE_DT_CODE_PARTITION is not set
    # CONFIG_MULTI_LEVEL_INTERRUPTS is not set
    # CONFIG_ZERO_LATENCY_IRQS is not set
    CONFIG_NUM_PREEMPT_PRIORITIES=15
    CONFIG_NUM_METAIRQ_PRIORITIES=0
    CONFIG_GEN_IRQ_VECTOR_TABLE=y
    # CONFIG_DYNAMIC_INTERRUPTS is not set
    CONFIG_GEN_ISR_TABLES=y
    # CONFIG_INIT_STACKS is not set
    CONFIG_TIMESLICE_SIZE=20
    CONFIG_FLASH_LOAD_OFFSET=0
    CONFIG_SYS_CLOCK_EXISTS=y
    CONFIG_INIT_ARCH_HW_AT_BOOT=y
    # CONFIG_BUILD_OUTPUT_S19 is not set
    CONFIG_BUILD_OUTPUT_HEX=y
    CONFIG_FLASH_FILL_BUFFER_SIZE=32
    CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT=y
    CONFIG_FLASH=y
    CONFIG_HW_STACK_PROTECTION=y
    # CONFIG_POWER_DOMAIN is not set
    # CONFIG_MFD is not set
    CONFIG_GPIO=y
    # CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
    # CONFIG_CODE_DATA_RELOCATION_SRAM is not set
    # CONFIG_CACHE is not set
    CONFIG_LOG=y
    CONFIG_CMSIS_CORE_HAS_SYSTEM_CORE_CLOCK=y
    # CONFIG_CODE_DATA_RELOCATION is not set
    # CONFIG_ROMSTART_RELOCATION_ROM is not set
    CONFIG_DCACHE_LINE_SIZE=32
    # CONFIG_RESET is not set
    CONFIG_ARCH_SW_ISR_TABLE_ALIGN=4
    CONFIG_LOG_DOMAIN_NAME=""
    # CONFIG_ASSERT is not set
    # CONFIG_DEVICE_DEPS is not set
    CONFIG_SOC_HAS_TIMING_FUNCTIONS=y
    # CONFIG_SYSCON is not set
    # CONFIG_CONSOLE is not set
    # CONFIG_WINSTREAM is not set
    CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=-1
    CONFIG_GEN_SW_ISR_TABLE=y
    # CONFIG_REBOOT is not set
    CONFIG_FLASH_INIT_PRIORITY=50
    CONFIG_GEN_IRQ_START_VECTOR=0
    CONFIG_SRAM_OFFSET=0
    CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN=4
    CONFIG_SPI_NOR=y
    CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED=y
    # CONFIG_BOOTLOADER_MCUBOOT is not set
    # CONFIG_SCHED_CPU_MASK is not set
    CONFIG_KERNEL_MEM_POOL=y
    CONFIG_MULTITHREADING=y
    # CONFIG_OUTPUT_DISASSEMBLY is not set
    # CONFIG_WATCHDOG is not set
    CONFIG_ICACHE_LINE_SIZE=32
    
    #
    # Devicetree Info
    #
    CONFIG_DT_HAS_ARM_ARMV7M_ITM_ENABLED=y
    CONFIG_DT_HAS_ARM_CORTEX_M4F_ENABLED=y
    CONFIG_DT_HAS_ARM_V7M_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_JEDEC_SPI_NOR_ENABLED=y
    CONFIG_DT_HAS_MMIO_SRAM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_BT_HCI_SDC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_ACL_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_CCM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_CLOCK_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_ECB_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_EGU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_FICR_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_IEEE802154_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_MWU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PINCTRL_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_POWER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PPI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_RADIO_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_RNG_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SAADC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SPIM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SWI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TEMP_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TWIM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_UART_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_UICR_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_USBD_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_WDT_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF52_FLASH_CONTROLLER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF52_HFXO_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF5X_REGULATOR_ENABLED=y
    CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED=y
    CONFIG_DT_HAS_ST_LIS2DH_ENABLED=y
    CONFIG_DT_HAS_ST_LIS2DH12_ENABLED=y
    # end of Devicetree Info
    
    #
    # Modules
    #
    # CONFIG_BUILD_ONLY_NO_BLOBS is not set
    
    #
    # Available modules.
    #
    
    #
    # nrf (/home/cemothy/programming/workspace/ncs/nrf)
    #
    # CONFIG_NRF_802154_RADIO_DRIVER is not set
    CONFIG_MPSL_WORK_STACK_SIZE=1024
    # CONFIG_ZMS is not set
    # CONFIG_NVS is not set
    # CONFIG_MBEDTLS is not set
    
    #
    # Nordic nRF Connect
    #
    CONFIG_WARN_EXPERIMENTAL=y
    CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
    CONFIG_NRF_SECURITY_ENABLER=y
    # CONFIG_NCS_SAMPLES_DEFAULTS is not set
    
    #
    # Image build variants
    #
    # CONFIG_NCS_MCUBOOT_IN_BUILD is not set
    # end of Image build variants
    
    #
    # Subsystems
    #
    
    #
    # Bootloader
    #
    # CONFIG_SECURE_BOOT is not set
    CONFIG_PM_PARTITION_SIZE_PROVISION=0x1000
    # CONFIG_B0_MIN_PARTITION_SIZE is not set
    CONFIG_PM_PARTITION_SIZE_B0_IMAGE=0x7000
    # CONFIG_IS_SECURE_BOOTLOADER 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_VALIDATION_STRUCT_HAS_HASH=y
    CONFIG_SB_VALIDATION_STRUCT_HAS_PUBLIC_KEY=y
    CONFIG_SB_VALIDATE_FW_SIGNATURE=y
    # end of Secure Boot firmware validation
    
    # CONFIG_SECURE_BOOT_STORAGE is not set
    # CONFIG_MCUBOOT_COMPRESSED_IMAGE_SUPPORT_ENABLED is not set
    # CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519 is not set
    # CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_PURE is not set
    # CONFIG_NCS_MCUBOOT_BOOTLOADER_SIGN_MERGED_BINARY is not set
    # CONFIG_NCS_MCUBOOT_MANIFEST_UPDATES is not set
    # end of Bootloader
    
    #
    # Bluetooth Low Energy
    #
    CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
    
    #
    # BLE over nRF RPC
    #
    CONFIG_HEAP_MEM_POOL_SIZE=0
    # 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_EMDS is not set
    
    #
    # Peripheral CPU DFU (PCD)
    #
    # CONFIG_PCD is not set
    # CONFIG_PCD_APP is not set
    CONFIG_PCD_VERSION_PAGE_BUF_SIZE=2046
    # CONFIG_PCD_NET is not set
    # end of Peripheral CPU DFU (PCD)
    
    #
    # Networking
    #
    
    #
    # Application protocols
    #
    # CONFIG_NRF_CLOUD is not set
    # CONFIG_REST_CLIENT is not set
    # CONFIG_DOWNLOADER 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)
    #
    # 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_MQTT_HELPER is not set
    # CONFIG_NRF_MCUMGR_SMP_CLIENT is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_OFF is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_ERR is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_WRN is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_INF is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_DBG is not set
    CONFIG_WIFI_PROV_CORE_LOG_LEVEL_DEFAULT=y
    CONFIG_WIFI_PROV_CORE_LOG_LEVEL=4
    # end of Application protocols
    
    # CONFIG_OPENTHREAD_RPC is not set
    # 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_TNEP_TAG is not set
    # CONFIG_NFC_TNEP_POLLER is not set
    # CONFIG_NFC_TNEP_CH is not set
    # CONFIG_NFC_RPC is not set
    # end of NFC
    
    # CONFIG_APP_EVENT_MANAGER is not set
    # CONFIG_NRF_PROFILER is not set
    # CONFIG_FW_INFO is not set
    
    #
    # Debug
    #
    # CONFIG_NRF_CPU_LOAD is not set
    # CONFIG_PPI_TRACE is not set
    CONFIG_PPI_TRACE_PIN_CNT=8
    # end of Debug
    
    #
    # Multiprotocol service layer (MPSL)
    #
    # 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=4
    CONFIG_MPSL_THREAD_COOP_PRIO=8
    CONFIG_MPSL_TIMESLOT_SESSION_COUNT=0
    # CONFIG_MPSL_ASSERT_HANDLER is not set
    CONFIG_MPSL_LOW_PRIO_IRQN=25
    CONFIG_MPSL_HFCLK_LATENCY=1400
    CONFIG_MPSL_INIT_PRIORITY=40
    # 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=4
    # end of Multiprotocol service layer (MPSL)
    
    #
    # Partition Manager
    #
    CONFIG_PARTITION_MANAGER_ENABLED=y
    CONFIG_FLASH_MAP_CUSTOM=y
    CONFIG_SRAM_SIZE=128
    CONFIG_SRAM_BASE_ADDRESS=0x20000000
    
    #
    # Zephyr subsystem configurations
    #
    # end of Zephyr subsystem configurations
    
    #
    # NCS subsystem configurations
    #
    CONFIG_PM_EXTERNAL_FLASH_HAS_DRIVER=y
    CONFIG_PM_EXTERNAL_FLASH_BASE=0
    CONFIG_PM_EXTERNAL_FLASH_ENABLED=y
    CONFIG_PM_EXTERNAL_FLASH_PATH="/soc/spi@40004000/w25q128jv@0"
    CONFIG_PM_EXTERNAL_FLASH_SIZE_BITS=134217728
    # CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK is not set
    CONFIG_PM_SRAM_BASE=0x20000000
    CONFIG_PM_SRAM_SIZE=0x20000
    # end of Partition Manager
    
    #
    # nRF RPC (Remote Procedure Call) library
    #
    # end of nRF RPC (Remote Procedure Call) library
    
    #
    # Full Modem Firmware Update Management(FMFU)
    #
    # end of Full Modem Firmware Update Management(FMFU)
    
    #
    # Additional MCUmgr configuration
    #
    
    #
    # Additional MCUmgr group configuration
    #
    
    #
    # Additional MCUmgr OS group management functionality
    #
    # end of Additional MCUmgr OS group management functionality
    
    #
    # Additional MCUmgr image management group functionality
    #
    # end of Additional MCUmgr image management group functionality
    # end of Additional MCUmgr group configuration
    # end of Additional MCUmgr configuration
    
    # CONFIG_CAF is not set
    # CONFIG_DM_MODULE is not set
    
    #
    # nRF Security
    #
    # CONFIG_NORDIC_SECURITY_BACKEND is not set
    # CONFIG_NRF_SECURITY is not set
    
    #
    # Nordic-added meta types
    #
    
    #
    # Nordic added alg types
    #
    # CONFIG_PSA_WANT_ALG_ECDSA_ANY is not set
    # CONFIG_PSA_WANT_ALG_ED25519PH is not set
    # CONFIG_PSA_WANT_ALG_ED448PH is not set
    # CONFIG_PSA_WANT_ALG_HSS is not set
    # CONFIG_PSA_WANT_ALG_LMS is not set
    # CONFIG_PSA_WANT_ALG_ML_DSA is not set
    # CONFIG_PSA_WANT_ALG_XMSS is not set
    # CONFIG_PSA_WANT_ALG_XMSS_MT is not set
    # CONFIG_PSA_WANT_ALG_ML_KEM is not set
    # CONFIG_PSA_WANT_ALG_PURE_EDDSA is not set
    # CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW is not set
    # CONFIG_PSA_WANT_ALG_RSA_PSS_ANY_SALT is not set
    # CONFIG_PSA_WANT_ALG_SHA_256_192 is not set
    # CONFIG_PSA_WANT_ALG_SHA_512_224 is not set
    # CONFIG_PSA_WANT_ALG_SHA_512_256 is not set
    # CONFIG_PSA_WANT_ALG_SPAKE2P_HMAC is not set
    # CONFIG_PSA_WANT_ALG_SPAKE2P_CMAC is not set
    # CONFIG_PSA_WANT_ALG_SPAKE2P_MATTER is not set
    # CONFIG_PSA_WANT_ALG_SRP_6 is not set
    # CONFIG_PSA_WANT_ALG_SRP_PASSWORD_HASH is not set
    # CONFIG_PSA_WANT_ALG_XTS is not set
    # CONFIG_PSA_WANT_ALG_ECB_NO_PADDING is not set
    # CONFIG_PSA_WANT_ALG_CHACHA20 is not set
    # CONFIG_PSA_WANT_ALG_XCHACHA20_POLY1305 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE128_256 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE256_192 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE256_256 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE256_512 is not set
    # CONFIG_PSA_WANT_ALG_AES_KW is not set
    # CONFIG_PSA_WANT_ALG_AES_KWP is not set
    # CONFIG_PSA_WANT_ALG_WPA3_SAE_H2E is not set
    # CONFIG_PSA_WANT_ALG_WPA3_SAE is not set
    
    #
    # Nordic added ECC curve types
    #
    # CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_224 is not set
    # CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_320 is not set
    # CONFIG_PSA_WANT_ECC_TWISTED_EDWARDS_255 is not set
    # CONFIG_PSA_WANT_ECC_TWISTED_EDWARDS_448 is not set
    # CONFIG_PSA_WANT_ECC_SECP_K1_224 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_233 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_283 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_409 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_571 is not set
    
    #
    # Nordic addded RNG configuration
    #
    # CONFIG_PSA_WANT_GENERATE_RANDOM is not set
    
    #
    # Nordic added key types
    #
    # CONFIG_PSA_WANT_KEY_TYPE_PEPPER is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_WPA3_SAE_PT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_XCHACHA20 is not set
    # CONFIG_PSA_WANT_KEY_TYPE_HSS_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_LMS_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_XMSS_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_XMSS_MT_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_ML_DSA_KEY_SIZE_44 is not set
    # CONFIG_PSA_WANT_ML_DSA_KEY_SIZE_65 is not set
    # CONFIG_PSA_WANT_ML_DSA_KEY_SIZE_87 is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_ML_KEM_KEY_SIZE_512 is not set
    # CONFIG_PSA_WANT_ML_KEM_KEY_SIZE_768 is not set
    # CONFIG_PSA_WANT_ML_KEM_KEY_SIZE_1024 is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_PUBLIC_KEY is not set
    # end of nRF Security
    
    #
    # Audio Modules
    #
    # CONFIG_AUDIO_MODULE_TEST is not set
    
    #
    # Log levels
    #
    # end of Log levels
    # end of Audio Modules
    
    #
    # Audio Modules
    #
    # CONFIG_AUDIO_MODULE_TEMPLATE is not set
    # end of Audio Modules
    
    # CONFIG_TRUSTED_STORAGE is not set
    
    #
    # Logging over RPC
    #
    # CONFIG_LOG_FORWARDER_RPC is not set
    CONFIG_LOG_BACKED_RPC_CRASH_INFO_FILENAME_SIZE=1
    # end of Logging over RPC
    
    # CONFIG_NRF_COMPRESS is not set
    
    #
    # MCUboot IDs (informative only, do not change)
    #
    CONFIG_MCUBOOT_APPLICATION_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_NETWORK_CORE_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_WIFI_PATCHES_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_QSPI_XIP_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_EXTRA_1_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_EXTRA_2_IMAGE_NUMBER=-1
    # end of MCUboot IDs (informative only, do not change)
    # end of Subsystems
    
    # CONFIG_WFA_QT_LOG_LEVEL_OFF is not set
    # CONFIG_WFA_QT_LOG_LEVEL_ERR is not set
    # CONFIG_WFA_QT_LOG_LEVEL_WRN is not set
    # CONFIG_WFA_QT_LOG_LEVEL_INF is not set
    # CONFIG_WFA_QT_LOG_LEVEL_DBG is not set
    CONFIG_WFA_QT_LOG_LEVEL_DEFAULT=y
    CONFIG_WFA_QT_LOG_LEVEL=4
    # CONFIG_WFA_QT_CONTROL_APP is not set
    CONFIG_WFA_QT_THREAD_STACK_SIZE=5200
    CONFIG_WFA_QT_REBOOT_TIMEOUT_MS=1000
    CONFIG_WFA_QT_DEFAULT_INTERFACE="wlan0"
    CONFIG_WPAS_READY_TIMEOUT_MS=10000
    
    #
    # Libraries
    #
    # CONFIG_APP_JWT is not set
    
    #
    # Binary libraries
    #
    # end of Binary libraries
    
    # CONFIG_AT_MONITOR is not set
    # CONFIG_LTE_LINK_CONTROL is not set
    CONFIG_NRF_ACL_FLASH_REGION_SIZE=0x1000
    CONFIG_FPROTECT_BLOCK_SIZE=0x1000
    # CONFIG_FPROTECT is not set
    # CONFIG_AT_CMD_CUSTOM is not set
    # CONFIG_DK_LIBRARY is not set
    # CONFIG_AT_PARSER is not set
    # CONFIG_RESET_ON_FATAL_ERROR is not set
    # CONFIG_SMS is not set
    # CONFIG_SUPL_CLIENT_LIB is not set
    # CONFIG_DATE_TIME is not set
    # CONFIG_HW_ID_LIBRARY is not set
    # CONFIG_RAM_POWER_DOWN_LIBRARY is not set
    # CONFIG_WAVE_GEN_LIB is not set
    CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE=0x1000
    # CONFIG_LOCATION is not set
    # 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
    # CONFIG_SAMPLE_RATE_CONVERTER is not set
    CONFIG_NCS_BOOT_BANNER=y
    CONFIG_NCS_NCS_BOOT_BANNER_STRING="nRF Connect SDK"
    CONFIG_NCS_ZEPHYR_BOOT_BANNER_STRING="Zephyr OS"
    # end of Libraries
    
    #
    # Device Drivers
    #
    # CONFIG_BT_DRIVER_QUIRK_NO_AUTO_DLE is not set
    # CONFIG_FLASH_RPC is not set
    # CONFIG_SOC_FLASH_NRF_RADIO_SYNC_RPC is not set
    CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_TIMESLOT_SESSION_COUNT=0
    # CONFIG_ETH_RTT is not set
    # CONFIG_SENSOR is not set
    # CONFIG_NRF_SW_LPUART is not set
    CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS=1
    # end of Device Drivers
    
    #
    # External libraries
    #
    # end of External libraries
    
    #
    # Test
    #
    # CONFIG_UNITY is not set
    
    #
    # Mocks
    #
    # CONFIG_MOCK_NRF_MODEM_AT is not set
    # CONFIG_MOCK_NRF_RPC is not set
    # end of Mocks
    # end of Test
    # end of Nordic nRF Connect
    
    CONFIG_ZEPHYR_NRF_MODULE=y
    # end of nrf (/home/cemothy/programming/workspace/ncs/nrf)
    
    #
    # hostap (/home/cemothy/programming/workspace/ncs/modules/lib/hostap)
    #
    # CONFIG_WIFI_NM_WPA_SUPPLICANT is not set
    CONFIG_ZEPHYR_HOSTAP_MODULE=y
    # end of hostap (/home/cemothy/programming/workspace/ncs/modules/lib/hostap)
    
    #
    # mcuboot (/home/cemothy/programming/workspace/ncs/bootloader/mcuboot)
    #
    
    #
    # MCUboot
    #
    CONFIG_DT_FLASH_WRITE_BLOCK_SIZE=4
    CONFIG_MCUBOOT_USB_SUPPORT=y
    # CONFIG_USE_NRF53_MULTI_IMAGE_WITHOUT_UPGRADE_ONLY is not set
    # end of MCUboot
    
    #
    # Custom TLVs
    #
    CONFIG_NCS_MCUBOOT_PERIPHCONF_TLV_ID=0xA1
    # end of Custom TLVs
    
    CONFIG_ZEPHYR_MCUBOOT_MODULE=y
    # end of mcuboot (/home/cemothy/programming/workspace/ncs/bootloader/mcuboot)
    
    #
    # mbedtls (/home/cemothy/programming/workspace/ncs/modules/crypto/mbedtls)
    #
    CONFIG_ZEPHYR_MBEDTLS_MODULE=y
    # CONFIG_PSA_CRYPTO is not set
    # end of mbedtls (/home/cemothy/programming/workspace/ncs/modules/crypto/mbedtls)
    
    #
    # oberon-psa-crypto (/home/cemothy/programming/workspace/ncs/modules/crypto/oberon-psa-crypto)
    #
    CONFIG_ZEPHYR_OBERON_PSA_CRYPTO_MODULE=y
    # end of oberon-psa-crypto (/home/cemothy/programming/workspace/ncs/modules/crypto/oberon-psa-crypto)
    
    #
    # trusted-firmware-m (/home/cemothy/programming/workspace/ncs/modules/tee/tf-m/trusted-firmware-m)
    #
    CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE=y
    # end of trusted-firmware-m (/home/cemothy/programming/workspace/ncs/modules/tee/tf-m/trusted-firmware-m)
    
    CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE=y
    
    #
    # cjson (/home/cemothy/programming/workspace/ncs/modules/lib/cjson)
    #
    # CONFIG_CJSON_LIB is not set
    CONFIG_ZEPHYR_CJSON_MODULE=y
    # end of cjson (/home/cemothy/programming/workspace/ncs/modules/lib/cjson)
    
    #
    # azure-sdk-for-c (/home/cemothy/programming/workspace/ncs/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 (/home/cemothy/programming/workspace/ncs/modules/lib/azure-sdk-for-c)
    
    #
    # cirrus-logic (/home/cemothy/programming/workspace/ncs/modules/hal/cirrus-logic)
    #
    # CONFIG_HW_CODEC_CIRRUS_LOGIC is not set
    CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE=y
    # end of cirrus-logic (/home/cemothy/programming/workspace/ncs/modules/hal/cirrus-logic)
    
    #
    # openthread (/home/cemothy/programming/workspace/ncs/modules/lib/openthread)
    #
    # CONFIG_OPENTHREAD is not set
    CONFIG_ZEPHYR_OPENTHREAD_MODULE=y
    # end of openthread (/home/cemothy/programming/workspace/ncs/modules/lib/openthread)
    
    #
    # memfault-firmware-sdk (/home/cemothy/programming/workspace/ncs/modules/lib/memfault-firmware-sdk)
    #
    # CONFIG_MEMFAULT is not set
    CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE=y
    # end of memfault-firmware-sdk (/home/cemothy/programming/workspace/ncs/modules/lib/memfault-firmware-sdk)
    
    #
    # coremark (/home/cemothy/programming/workspace/ncs/modules/benchmark/coremark)
    #
    # CONFIG_COREMARK is not set
    CONFIG_ZEPHYR_COREMARK_MODULE=y
    # end of coremark (/home/cemothy/programming/workspace/ncs/modules/benchmark/coremark)
    
    #
    # canopennode (/home/cemothy/programming/workspace/ncs/modules/lib/canopennode)
    #
    CONFIG_ZEPHYR_CANOPENNODE_MODULE=y
    # end of canopennode (/home/cemothy/programming/workspace/ncs/modules/lib/canopennode)
    
    #
    # chre (/home/cemothy/programming/workspace/ncs/modules/lib/chre)
    #
    CONFIG_ZEPHYR_CHRE_MODULE=y
    # CONFIG_CHRE is not set
    # end of chre (/home/cemothy/programming/workspace/ncs/modules/lib/chre)
    
    #
    # lz4 (/home/cemothy/programming/workspace/ncs/modules/lib/lz4)
    #
    CONFIG_ZEPHYR_LZ4_MODULE=y
    # CONFIG_LZ4 is not set
    # end of lz4 (/home/cemothy/programming/workspace/ncs/modules/lib/lz4)
    
    CONFIG_ZEPHYR_TF_M_TESTS_MODULE=y
    
    #
    # zscilib (/home/cemothy/programming/workspace/ncs/modules/lib/zscilib)
    #
    # CONFIG_ZSL is not set
    CONFIG_ZEPHYR_ZSCILIB_MODULE=y
    # end of zscilib (/home/cemothy/programming/workspace/ncs/modules/lib/zscilib)
    
    #
    # cmsis (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis)
    #
    CONFIG_ZEPHYR_CMSIS_MODULE=y
    CONFIG_HAS_CMSIS_CORE=y
    # end of cmsis (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis)
    
    #
    # cmsis-dsp (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-dsp)
    #
    CONFIG_ZEPHYR_CMSIS_DSP_MODULE=y
    # CONFIG_CMSIS_DSP is not set
    # end of cmsis-dsp (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-dsp)
    
    #
    # cmsis-nn (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-nn)
    #
    CONFIG_ZEPHYR_CMSIS_NN_MODULE=y
    # CONFIG_CMSIS_NN is not set
    # end of cmsis-nn (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-nn)
    
    #
    # cmsis_6 (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis_6)
    #
    CONFIG_ZEPHYR_CMSIS_6_MODULE=y
    CONFIG_HAS_CMSIS_CORE_M=y
    # CONFIG_CMSIS_M_CHECK_DEVICE_DEFINES is not set
    # end of cmsis_6 (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis_6)
    
    #
    # fatfs (/home/cemothy/programming/workspace/ncs/modules/fs/fatfs)
    #
    CONFIG_ZEPHYR_FATFS_MODULE=y
    # end of fatfs (/home/cemothy/programming/workspace/ncs/modules/fs/fatfs)
    
    #
    # hal_nordic (/home/cemothy/programming/workspace/ncs/modules/hal/nordic)
    #
    CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y
    CONFIG_HAS_NORDIC_DRIVERS=y
    
    #
    # Nordic drivers
    #
    # CONFIG_NRF_802154_SOURCE_HAL_NORDIC is not set
    # CONFIG_NRF_802154_SER_RADIO is not set
    # end of Nordic drivers
    
    CONFIG_HAS_NRFX=y
    
    #
    # nrfx drivers
    #
    
    #
    # nrfx drivers logging
    #
    # CONFIG_NRFX_CLOCK_LOG is not set
    # CONFIG_NRFX_GPIOTE_LOG is not set
    # CONFIG_NRFX_NVMC_LOG is not set
    # CONFIG_NRFX_SPIM_LOG is not set
    # end of nrfx drivers logging
    
    CONFIG_NRFX_CLOCK=y
    # CONFIG_NRFX_CLOCK_USE_LFRC_CALIBRATION is not set
    CONFIG_NRFX_CLOCK_LFXO_TWO_STAGE_ENABLED=y
    # CONFIG_NRFX_CLOCK_LF_CAL_ENABLED is not set
    # CONFIG_NRFX_CLOCK_LF_SRC_RC is not set
    CONFIG_NRFX_CLOCK_LF_SRC_XTAL=y
    # CONFIG_NRFX_CLOCK_LF_SRC_SYNTH is not set
    # CONFIG_NRFX_CLOCK_LF_SRC_LOW_SWING is not set
    # CONFIG_NRFX_CLOCK_LF_SRC_FULL_SWING is not set
    # CONFIG_NRFX_COMP is not set
    # 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_GPIOTE0=y
    # CONFIG_NRFX_GPPI is not set
    # CONFIG_NRFX_I2S is not set
    # CONFIG_NRFX_LPCOMP is not set
    # CONFIG_NRFX_NFCT is not set
    CONFIG_NRFX_NVMC=y
    # CONFIG_NRFX_PDM is not set
    # CONFIG_NRFX_POWER is not set
    # CONFIG_NRFX_PWM is not set
    # CONFIG_NRFX_QDEC is not set
    # CONFIG_NRFX_RNG is not set
    # CONFIG_NRFX_RTC0 is not set
    # CONFIG_NRFX_RTC1 is not set
    # CONFIG_NRFX_RTC2 is not set
    # CONFIG_NRFX_SAADC is not set
    # CONFIG_NRFX_SPI0 is not set
    # CONFIG_NRFX_SPI1 is not set
    # CONFIG_NRFX_SPI2 is not set
    CONFIG_NRFX_SPIM=y
    # CONFIG_NRFX_SYSTICK is not set
    # CONFIG_NRFX_TEMP is not set
    # CONFIG_NRFX_TIMER is not set
    # CONFIG_NRFX_TWI0 is not set
    # CONFIG_NRFX_TWI1 is not set
    # CONFIG_NRFX_TWIM is not set
    # CONFIG_NRFX_TWIS is not set
    # CONFIG_NRFX_UART0 is not set
    # CONFIG_NRFX_UARTE 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
    
    CONFIG_NRFX_RESERVED_RESOURCES_HEADER="nrfx_reserved_resources_ncs.h"
    # end of nrfx drivers
    # end of hal_nordic (/home/cemothy/programming/workspace/ncs/modules/hal/nordic)
    
    #
    # hal_st (/home/cemothy/programming/workspace/ncs/modules/hal/st)
    #
    CONFIG_ZEPHYR_HAL_ST_MODULE=y
    # end of hal_st (/home/cemothy/programming/workspace/ncs/modules/hal/st)
    
    #
    # hal_tdk (/home/cemothy/programming/workspace/ncs/modules/hal/tdk)
    #
    CONFIG_ZEPHYR_HAL_TDK_MODULE=y
    
    #
    # TDK drivers
    #
    # CONFIG_TDK_HAL is not set
    # end of TDK drivers
    # end of hal_tdk (/home/cemothy/programming/workspace/ncs/modules/hal/tdk)
    
    CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE=y
    
    #
    # liblc3 (/home/cemothy/programming/workspace/ncs/modules/lib/liblc3)
    #
    CONFIG_ZEPHYR_LIBLC3_MODULE=y
    # end of liblc3 (/home/cemothy/programming/workspace/ncs/modules/lib/liblc3)
    
    CONFIG_ZEPHYR_LIBMETAL_MODULE=y
    
    #
    # littlefs (/home/cemothy/programming/workspace/ncs/modules/fs/littlefs)
    #
    CONFIG_ZEPHYR_LITTLEFS_MODULE=y
    # end of littlefs (/home/cemothy/programming/workspace/ncs/modules/fs/littlefs)
    
    #
    # loramac-node (/home/cemothy/programming/workspace/ncs/modules/lib/loramac-node)
    #
    CONFIG_ZEPHYR_LORAMAC_NODE_MODULE=y
    # CONFIG_HAS_SEMTECH_RADIO_DRIVERS is not set
    # end of loramac-node (/home/cemothy/programming/workspace/ncs/modules/lib/loramac-node)
    
    #
    # lvgl (/home/cemothy/programming/workspace/ncs/modules/lib/gui/lvgl)
    #
    CONFIG_ZEPHYR_LVGL_MODULE=y
    # end of lvgl (/home/cemothy/programming/workspace/ncs/modules/lib/gui/lvgl)
    
    CONFIG_ZEPHYR_MIPI_SYS_T_MODULE=y
    
    #
    # nanopb (/home/cemothy/programming/workspace/ncs/modules/lib/nanopb)
    #
    CONFIG_ZEPHYR_NANOPB_MODULE=y
    # CONFIG_NANOPB is not set
    # end of nanopb (/home/cemothy/programming/workspace/ncs/modules/lib/nanopb)
    
    #
    # nrf_wifi (/home/cemothy/programming/workspace/ncs/modules/lib/nrf_wifi)
    #
    CONFIG_ZEPHYR_NRF_WIFI_MODULE=y
    # CONFIG_NRF70_BUSLIB is not set
    # end of nrf_wifi (/home/cemothy/programming/workspace/ncs/modules/lib/nrf_wifi)
    
    CONFIG_ZEPHYR_OPEN_AMP_MODULE=y
    
    #
    # percepio (/home/cemothy/programming/workspace/ncs/modules/debug/percepio)
    #
    
    #
    # Percepio Tracealyzer support can be enabled from the tracing subsystem
    #
    # CONFIG_PERCEPIO_DFM is not set
    CONFIG_ZEPHYR_PERCEPIO_MODULE=y
    # end of percepio (/home/cemothy/programming/workspace/ncs/modules/debug/percepio)
    
    #
    # picolibc (/home/cemothy/programming/workspace/ncs/modules/lib/picolibc)
    #
    # CONFIG_PICOLIBC_MODULE is not set
    CONFIG_ZEPHYR_PICOLIBC_MODULE=y
    # end of picolibc (/home/cemothy/programming/workspace/ncs/modules/lib/picolibc)
    
    #
    # segger (/home/cemothy/programming/workspace/ncs/modules/debug/segger)
    #
    CONFIG_ZEPHYR_SEGGER_MODULE=y
    CONFIG_HAS_SEGGER_RTT=y
    CONFIG_USE_SEGGER_RTT=y
    CONFIG_SEGGER_RTT_CUSTOM_LOCKING=y
    CONFIG_SEGGER_RTT_CB_ALIGNMENT=16
    CONFIG_SEGGER_RTT_MAX_NUM_UP_BUFFERS=3
    CONFIG_SEGGER_RTT_MAX_NUM_DOWN_BUFFERS=3
    CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=1024
    CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=16
    CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE=64
    CONFIG_SEGGER_RTT_MODE_NO_BLOCK_SKIP=y
    # CONFIG_SEGGER_RTT_MODE_NO_BLOCK_TRIM is not set
    # CONFIG_SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL is not set
    CONFIG_SEGGER_RTT_MODE=0
    # CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP is not set
    # CONFIG_SEGGER_RTT_SECTION_NONE is not set
    # CONFIG_SEGGER_RTT_SECTION_DTCM is not set
    # CONFIG_SEGGER_RTT_SECTION_CCM is not set
    CONFIG_SEGGER_RTT_SECTION_CUSTOM=y
    # CONFIG_SEGGER_RTT_SECTION_CUSTOM_DTS_REGION is not set
    CONFIG_SEGGER_RTT_SECTION_CUSTOM_NAME=".rtt_buff_data"
    # CONFIG_SEGGER_RTT_INIT_MODE_ALWAYS is not set
    CONFIG_SEGGER_RTT_INIT_MODE_STRONG_CHECK=y
    # CONFIG_SEGGER_RTT_INIT_MODE_WEAK_CHECK is not set
    # end of segger (/home/cemothy/programming/workspace/ncs/modules/debug/segger)
    
    #
    # uoscore-uedhoc (/home/cemothy/programming/workspace/ncs/modules/lib/uoscore-uedhoc)
    #
    CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE=y
    # end of uoscore-uedhoc (/home/cemothy/programming/workspace/ncs/modules/lib/uoscore-uedhoc)
    
    #
    # zcbor (/home/cemothy/programming/workspace/ncs/modules/lib/zcbor)
    #
    CONFIG_ZEPHYR_ZCBOR_MODULE=y
    # CONFIG_ZCBOR is not set
    # end of zcbor (/home/cemothy/programming/workspace/ncs/modules/lib/zcbor)
    
    #
    # nrfxlib (/home/cemothy/programming/workspace/ncs/nrfxlib)
    #
    
    #
    # Nordic nrfxlib
    #
    
    #
    # nrf_modem (Modem library)
    #
    CONFIG_NRF_MODEM_SHMEM_CTRL_SIZE=0x4e8
    # end of nrf_modem (Modem library)
    
    # CONFIG_NFC_T2T_NRFXLIB is not set
    # CONFIG_NFC_T4T_NRFXLIB is not set
    # CONFIG_MPSL is not set
    
    #
    # Crypto libraries for nRF5x SOCs.
    #
    # CONFIG_NRF_OBERON is not set
    # CONFIG_NRF_CC310_BL is not set
    # end of Crypto libraries for nRF5x SOCs.
    
    # CONFIG_NRF_RPC is not set
    CONFIG_NRF_802154_SOURCE_NRFXLIB=y
    # CONFIG_GZLL is not set
    # CONFIG_NRF_DM is not set
    # CONFIG_NRF_FUEL_GAUGE is not set
    # end of Nordic nrfxlib
    
    CONFIG_ZEPHYR_NRFXLIB_MODULE=y
    # end of nrfxlib (/home/cemothy/programming/workspace/ncs/nrfxlib)
    
    CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE=y
    
    #
    # connectedhomeip (/home/cemothy/programming/workspace/ncs/modules/lib/matter)
    #
    # CONFIG_CHIP is not set
    CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE=y
    # end of connectedhomeip (/home/cemothy/programming/workspace/ncs/modules/lib/matter)
    
    # 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_HAS_MEC5_HAL is not set
    # CONFIG_OPENAMP 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_bouffalolab module not available.
    #
    
    #
    # hal_gigadevice module not available.
    #
    
    #
    # hal_nxp module not available.
    #
    
    #
    # libsbc module not available.
    #
    
    #
    # Trusted-firmware-a module not available.
    #
    
    #
    # LoRa Basics Modem module not available.
    #
    
    #
    # THRIFT module not available.
    #
    # CONFIG_ACPI is not set
    # end of Modules
    
    CONFIG_BOARD="grivix_trilocate_v3"
    CONFIG_BOARD_REVISION=""
    CONFIG_BOARD_TARGET="grivix_trilocate_v3/nrf52833"
    # CONFIG_NET_DRIVERS is not set
    CONFIG_BOARD_GRIVIX_TRILOCATE_V3=y
    CONFIG_BOARD_GRIVIX_TRILOCATE_V3_NRF52833=y
    CONFIG_BOARD_QUALIFIERS="nrf52833"
    
    #
    # Board Options
    #
    # end of Board Options
    
    #
    # Hardware Configuration
    #
    CONFIG_SOC="nrf52833"
    CONFIG_SOC_SERIES="nrf52"
    CONFIG_SOC_FAMILY="nordic_nrf"
    CONFIG_SOC_FAMILY_NORDIC_NRF=y
    CONFIG_SOC_SERIES_NRF52X=y
    CONFIG_SOC_NRF52833=y
    CONFIG_SOC_NRF52833_QDAA=y
    # CONFIG_HWINFO is not set
    # CONFIG_BUILD_OUTPUT_INFO_HEADER is not set
    CONFIG_SOC_COMPATIBLE_NRF=y
    CONFIG_SOC_COMPATIBLE_NRF52X=y
    CONFIG_SOC_COMPATIBLE_NRF52833=y
    CONFIG_SOC_NORDIC_BSP_NAME="stable"
    CONFIG_HAS_HW_NRF_ACL=y
    CONFIG_HAS_HW_NRF_CCM=y
    CONFIG_HAS_HW_NRF_CCM_LFLEN_8BIT=y
    CONFIG_HAS_HW_NRF_CCM_HEADERMASK=y
    CONFIG_HAS_HW_NRF_CLOCK=y
    CONFIG_HAS_HW_NRF_ECB=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_GPIO1=y
    CONFIG_HAS_HW_NRF_GPIOTE0=y
    CONFIG_HAS_HW_NRF_MWU=y
    CONFIG_HAS_HW_NRF_NVMC_PE=y
    CONFIG_HAS_HW_NRF_POWER=y
    CONFIG_HAS_HW_NRF_PPI=y
    CONFIG_HAS_HW_NRF_RADIO_BLE_2M=y
    CONFIG_HAS_HW_NRF_RADIO_BLE_CODED=y
    CONFIG_HAS_HW_NRF_RADIO_DFE=y
    CONFIG_HAS_HW_NRF_RADIO_IEEE802154=y
    CONFIG_HAS_HW_NRF_RADIO_TX_PWR_HIGH=y
    CONFIG_HAS_HW_NRF_RNG=y
    CONFIG_HAS_HW_NRF_SAADC=y
    CONFIG_HAS_HW_NRF_SWI0=y
    CONFIG_HAS_HW_NRF_SWI1=y
    CONFIG_HAS_HW_NRF_SWI2=y
    CONFIG_HAS_HW_NRF_SWI3=y
    CONFIG_HAS_HW_NRF_SWI4=y
    CONFIG_HAS_HW_NRF_SWI5=y
    CONFIG_HAS_HW_NRF_TEMP=y
    CONFIG_HAS_HW_NRF_UART0=y
    CONFIG_HAS_HW_NRF_USBD=y
    CONFIG_HAS_NORDIC_RAM_CTRL=y
    # CONFIG_NRF_FORCE_RAM_ON_REBOOT is not set
    # CONFIG_NRF_SYS_EVENT is not set
    # CONFIG_IS_IRONSIDE_SE_SECONDARY_IMAGE is not set
    # CONFIG_IS_GEN_UICR_IMAGE is not set
    CONFIG_NRF_ENABLE_ICACHE=y
    CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0
    # CONFIG_SOC_NRF54H20_PM_S2RAM_OVERRIDE is not set
    CONFIG_NRF_SOC_SECURE_SUPPORTED=y
    CONFIG_NRF_APPROTECT_USE_UICR=y
    # CONFIG_NRF_APPROTECT_LOCK is not set
    # CONFIG_NRF_TRACE_PORT is not set
    CONFIG_GPIO_INIT_PRIORITY=40
    # 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=4
    # end of Hardware Configuration
    
    CONFIG_ARCH="arm"
    # CONFIG_EXTRA_EXCEPTION_INFO is not set
    CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT=y
    CONFIG_CPU_CORTEX=y
    CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=32
    CONFIG_MPU_ALLOW_FLASH_WRITE=y
    
    #
    # ARM Options
    #
    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_PLATFORM_SPECIFIC_INIT is not set
    CONFIG_FAULT_DUMP=2
    CONFIG_ARM_STACK_PROTECTION=y
    CONFIG_FP16=y
    CONFIG_FP16_IEEE=y
    # CONFIG_FP16_ALT is not set
    CONFIG_CPU_CORTEX_M4=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_PROGRAMMABLE_FAULT_PRIOS=y
    CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
    CONFIG_ARMV7_M_ARMV8_M_FP=y
    
    #
    # ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33/M55 options
    #
    # 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/M55 options
    
    CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
    # CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT is not set
    # CONFIG_NULL_POINTER_EXCEPTION_DETECTION_MPU is not set
    CONFIG_MPU_STACK_GUARD=y
    # CONFIG_MPU_DISABLE_BACKGROUND_MAP is not set
    # CONFIG_CUSTOM_SECTION_ALIGN is not set
    CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE=32
    CONFIG_HAS_SWO=y
    # end of ARM Options
    
    CONFIG_ARM=y
    CONFIG_ARCH_IS_SET=y
    
    #
    # General Architecture Options
    #
    # CONFIG_SEMIHOST is not set
    CONFIG_ARCH_SUPPORTS_ROM_OFFSET=y
    CONFIG_ARM_MPU=y
    # 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=4
    CONFIG_LITTLE_ENDIAN=y
    # CONFIG_USERSPACE is not set
    # CONFIG_NOINIT_SNIPPET_FIRST is not set
    CONFIG_GEN_PRIV_STACKS=y
    # CONFIG_STACK_GROWS_UP is not set
    # CONFIG_FRAME_POINTER is not set
    
    #
    # Interrupt Configuration
    #
    # CONFIG_ISR_TABLES_LOCAL_DECLARATION is not set
    CONFIG_ARCH_DEVICE_STATE_ALIGN=4
    CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS=y
    # CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_CODE is not set
    # CONFIG_SRAM_SW_ISR_TABLE is not set
    CONFIG_EXCEPTION_DEBUG=y
    # CONFIG_SIMPLIFIED_EXCEPTION_CODES is not set
    # end of Interrupt Configuration
    # end of General Architecture Options
    
    CONFIG_ARCH_HAS_TIMING_FUNCTIONS=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_VECTOR_TABLE_RELOCATION=y
    CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
    CONFIG_ARCH_SUPPORTS_COREDUMP=y
    CONFIG_ARCH_SUPPORTS_COREDUMP_THREADS=y
    CONFIG_ARCH_SUPPORTS_COREDUMP_STACK_PTR=y
    CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y
    CONFIG_ARCH_SUPPORTS_ROM_START=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_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=4
    CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT=y
    CONFIG_SRAM_REGION_PERMISSIONS=y
    
    #
    # DSP Options
    #
    # end of DSP Options
    
    #
    # Floating Point Options
    #
    # end of Floating Point Options
    
    #
    # Cache Options
    #
    # end of Cache Options
    
    CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS=y
    CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=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=4
    CONFIG_NUM_COOP_PRIORITIES=16
    CONFIG_MAIN_THREAD_PRIORITY=0
    CONFIG_COOP_ENABLED=y
    CONFIG_PREEMPT_ENABLED=y
    CONFIG_PRIORITY_CEILING=-127
    # CONFIG_SCHED_DEADLINE is not set
    CONFIG_THREAD_STACK_INFO=y
    # CONFIG_THREAD_CUSTOM_DATA is not set
    # CONFIG_DYNAMIC_THREAD is not set
    # CONFIG_SCHED_DUMB is not set
    CONFIG_SCHED_SIMPLE=y
    # CONFIG_SCHED_SCALABLE is not set
    # CONFIG_SCHED_MULTIQ is not set
    # CONFIG_WAITQ_DUMB is not set
    # CONFIG_WAITQ_SCALABLE is not set
    CONFIG_WAITQ_SIMPLE=y
    
    #
    # Misc Kernel related options
    #
    CONFIG_LIBC_ERRNO=y
    CONFIG_ERRNO=y
    CONFIG_CURRENT_THREAD_USE_TLS=y
    # end of Misc Kernel related options
    
    #
    # Kernel Debugging and Metrics
    #
    CONFIG_BOOT_DELAY=0
    # CONFIG_BOOT_CLEAR_SCREEN is not set
    # 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
    
    # CONFIG_OBJ_CORE is not set
    # CONFIG_WORKQUEUE_WORK_TIMEOUT is not set
    
    #
    # System Work Queue Options
    #
    # CONFIG_SYSTEM_WORKQUEUE_NO_YIELD is not set
    CONFIG_SYSTEM_WORKQUEUE_WORK_TIMEOUT_MS=0
    # end of System Work Queue Options
    
    #
    # Barrier Operations
    #
    CONFIG_BARRIER_OPERATIONS_ARCH=y
    # end of Barrier Operations
    
    #
    # Atomic Operations
    #
    CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
    # end of Atomic Operations
    
    #
    # Timer API Options
    #
    CONFIG_TIMESLICING=y
    CONFIG_TIMESLICE_PRIORITY=0
    # CONFIG_TIMESLICE_PER_THREAD is not set
    # end of Timer API Options
    
    #
    # Other Kernel Object Options
    #
    # CONFIG_POLL is not set
    # CONFIG_MEM_SLAB_POINTER_VALIDATE is not set
    # CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set
    CONFIG_NUM_MBOX_ASYNC_MSGS=10
    # CONFIG_EVENTS is not set
    # CONFIG_HEAP_MEM_POOL_IGNORE_MIN is not set
    # end of Other Kernel Object Options
    
    CONFIG_SWAP_NONATOMIC=y
    CONFIG_TIMEOUT_64BIT=y
    CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS=365
    
    #
    # Security Options
    #
    # end of Security Options
    
    #
    # Memory Domains
    #
    CONFIG_ARCH_MEM_DOMAIN_SUPPORTS_ISOLATED_STACKS=y
    CONFIG_MEM_DOMAIN_ISOLATED_STACKS=y
    # end of Memory Domains
    
    #
    # SMP Options
    #
    # CONFIG_TICKET_SPINLOCKS is not set
    # end of SMP Options
    
    CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE=y
    CONFIG_THREAD_LOCAL_STORAGE=y
    CONFIG_TOOLCHAIN_SUPPORTS_STATIC_INIT_GNU=y
    # CONFIG_STATIC_INIT_GNU is not set
    # CONFIG_BOOTARGS is not set
    # end of General Kernel Options
    
    #
    # Device Options
    #
    # CONFIG_DEVICE_MUTABLE is not set
    # CONFIG_DEVICE_DT_METADATA is not set
    CONFIG_DEVICE_DEINIT_SUPPORT=y
    # end of Device Options
    
    #
    # Initialization Priorities
    #
    CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
    CONFIG_KERNEL_INIT_PRIORITY_LIBC=35
    CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
    CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
    CONFIG_APPLICATION_INIT_PRIORITY=90
    # end of Initialization Priorities
    
    #
    # Virtual Memory Support
    #
    
    #
    # MMU Features
    #
    # end of MMU Features
    # end of Virtual Memory Support
    
    #
    # SoC and Board Hooks
    #
    # CONFIG_SOC_EARLY_RESET_HOOK is not set
    # CONFIG_SOC_PREP_HOOK is not set
    # CONFIG_SOC_EARLY_INIT_HOOK is not set
    # CONFIG_SOC_LATE_INIT_HOOK is not set
    # CONFIG_SOC_PER_CORE_INIT_HOOK is not set
    # CONFIG_BOARD_EARLY_INIT_HOOK is not set
    # CONFIG_BOARD_LATE_INIT_HOOK is not set
    # end of SoC and Board Hooks
    
    #
    # Device Drivers
    #
    # CONFIG_ADC is not set
    # CONFIG_AUDIO is not set
    # CONFIG_AUXDISPLAY is not set
    # CONFIG_BBRAM is not set
    # CONFIG_CAN is not set
    # CONFIG_CHARGER 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=4
    CONFIG_CLOCK_CONTROL_NRF=y
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_FREQUENCY=32768
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC is not set
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_LOW_SWING is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING is not set
    # 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_CLOCK_CONTROL_FIXED_RATE_CLOCK is not set
    # CONFIG_COMPARATOR is not set
    # CONFIG_COREDUMP_DEVICE is not set
    # CONFIG_CRC_DRIVER is not set
    # CONFIG_CRYPTO is not set
    # CONFIG_DAC is not set
    # CONFIG_DAI is not set
    # CONFIG_DEBUG_DRIVER is not set
    # CONFIG_DISK_DRIVERS is not set
    # CONFIG_DISPLAY is not set
    # CONFIG_DMA is not set
    # CONFIG_DP_DRIVER is not set
    # CONFIG_EDAC is not set
    # CONFIG_EEPROM is not set
    # CONFIG_ENTROPY_GENERATOR is not set
    # CONFIG_ESPI is not set
    
    #
    # Firmware drivers
    #
    # CONFIG_ARM_SCMI is not set
    # end of Firmware drivers
    
    CONFIG_FLASH_HAS_DRIVER_ENABLED=y
    CONFIG_FLASH_HAS_EX_OP=y
    CONFIG_FLASH_HAS_EXPLICIT_ERASE=y
    CONFIG_FLASH_HAS_PAGE_LAYOUT=y
    CONFIG_FLASH_JESD216=y
    # CONFIG_FLASH_JESD216_API is not set
    CONFIG_FLASH_PAGE_LAYOUT=y
    # CONFIG_FLASH_EX_OP_ENABLED is not set
    
    #
    # MSPI flash device driver
    #
    # end of MSPI flash device driver
    
    CONFIG_SPI_NOR_SFDP_MINIMAL=y
    # CONFIG_SPI_NOR_SFDP_DEVICETREE is not set
    # CONFIG_SPI_NOR_SFDP_RUNTIME is not set
    CONFIG_SPI_NOR_INIT_PRIORITY=80
    CONFIG_SPI_NOR_CS_WAIT_DELAY=0
    CONFIG_SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY=y
    CONFIG_SPI_NOR_SLEEP_ERASE_MS=50
    CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=65536
    # CONFIG_SOC_FLASH_NRF_CUSTOM_CONTEXT is not set
    CONFIG_SOC_FLASH_NRF=y
    CONFIG_SOC_FLASH_NRF_RADIO_SYNC_NONE=y
    # CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE is not set
    # CONFIG_SOC_FLASH_NRF_UICR is not set
    # CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS is not set
    # CONFIG_FLASH_LOG_LEVEL_OFF is not set
    # CONFIG_FLASH_LOG_LEVEL_ERR is not set
    # CONFIG_FLASH_LOG_LEVEL_WRN is not set
    # CONFIG_FLASH_LOG_LEVEL_INF is not set
    CONFIG_FLASH_LOG_LEVEL_DBG=y
    # CONFIG_FLASH_LOG_LEVEL_DEFAULT is not set
    CONFIG_FLASH_LOG_LEVEL=4
    # CONFIG_FPGA is not set
    # CONFIG_FUEL_GAUGE is not set
    # CONFIG_GNSS 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=4
    # 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_GPIO_NRFX_INTERRUPT=y
    # CONFIG_HAPTICS is not set
    # CONFIG_HWSPINLOCK is not set
    # CONFIG_I2S is not set
    # CONFIG_I3C 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=4
    # 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_DBI is not set
    
    #
    # Miscellaneous Drivers
    #
    # CONFIG_TIMEAWARE_GPIO is not set
    
    #
    # Interconn Drivers
    #
    # end of Interconn Drivers
    # end of Miscellaneous Drivers
    
    # CONFIG_MM_DRV is not set
    # CONFIG_MSPI is not set
    # CONFIG_PCIE is not set
    # CONFIG_PCIE_ENDPOINT is not set
    # CONFIG_PECI is not set
    CONFIG_PINCTRL=y
    # 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=4
    CONFIG_PINCTRL_STORE_REG=y
    # CONFIG_PINCTRL_DYNAMIC is not set
    CONFIG_PINCTRL_KEEP_SLEEP_STATE=y
    # CONFIG_PINCTRL_NPCX_EX is not set
    CONFIG_PINCTRL_NRF=y
    # CONFIG_PM_CPU_OPS is not set
    # CONFIG_PS2 is not set
    # CONFIG_PSI5 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
    # CONFIG_SENT is not set
    # CONFIG_SMBUS is not set
    # 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=50
    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=4
    CONFIG_SPI_NRFX=y
    CONFIG_SPI_NRFX_SPIM=y
    CONFIG_SPI_NRFX_RAM_BUFFER_SIZE=8
    CONFIG_SPI_NRFX_WAKE_TIMEOUT_US=200
    # CONFIG_STEPPER 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=y
    # CONFIG_NRF_RTC_TIMER_TRIGGER_OVERFLOW is not set
    CONFIG_NRF_RTC_COUNTER_BIT_WIDTH=24
    # 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_UHC_DRIVER is not set
    # CONFIG_UVB is not set
    # CONFIG_USB_DEVICE_DRIVER is not set
    
    #
    # USB common
    #
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_OFF is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_ERR is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_WRN is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_INF is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DBG is not set
    CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DEFAULT=y
    CONFIG_NRF_USBD_COMMON_LOG_LEVEL=4
    # CONFIG_NRF_USBD_COMMON is not set
    # end of USB common
    
    # 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=4
    # CONFIG_USBC_VBUS_DRIVER is not set
    # CONFIG_USBC_PPC_DRIVER is not set
    # CONFIG_VIDEO is not set
    # CONFIG_VIRTIO is not set
    # CONFIG_VIRTIO_LOG_LEVEL_OFF is not set
    # CONFIG_VIRTIO_LOG_LEVEL_ERR is not set
    # CONFIG_VIRTIO_LOG_LEVEL_WRN is not set
    # CONFIG_VIRTIO_LOG_LEVEL_INF is not set
    # CONFIG_VIRTIO_LOG_LEVEL_DBG is not set
    CONFIG_VIRTIO_LOG_LEVEL_DEFAULT=y
    CONFIG_VIRTIO_LOG_LEVEL=4
    # CONFIG_VIRTUALIZATION is not set
    # CONFIG_W1 is not set
    # CONFIG_TEE is not set
    # end of Device Drivers
    
    # CONFIG_REQUIRES_FULL_LIBC is not set
    # CONFIG_REQUIRES_FLOAT_PRINTF is not set
    # CONFIG_LIBC_ALLOW_LESS_THAN_64BIT_TIME is not set
    CONFIG_FULL_LIBC_SUPPORTED=y
    CONFIG_MINIMAL_LIBC_SUPPORTED=y
    CONFIG_NEWLIB_LIBC_SUPPORTED=y
    CONFIG_PICOLIBC_SUPPORTED=y
    
    #
    # C Library
    #
    # CONFIG_MINIMAL_LIBC is not set
    CONFIG_PICOLIBC=y
    # CONFIG_NEWLIB_LIBC is not set
    # CONFIG_EXTERNAL_LIBC is not set
    CONFIG_HAS_NEWLIB_LIBC_NANO=y
    CONFIG_COMMON_LIBC_ABORT=y
    # CONFIG_COMMON_LIBC_ASCTIME_R is not set
    # CONFIG_COMMON_LIBC_CTIME_R is not set
    CONFIG_COMMON_LIBC_TIME=y
    CONFIG_COMMON_LIBC_MALLOC=y
    CONFIG_COMMON_LIBC_CALLOC=y
    CONFIG_COMMON_LIBC_REALLOCARRAY=y
    # CONFIG_COMMON_LIBC_REMOVE is not set
    # CONFIG_PICOLIBC_USE_MODULE is not set
    CONFIG_PICOLIBC_USE_TOOLCHAIN=y
    # CONFIG_PICOLIBC_IO_FLOAT is not set
    CONFIG_PICOLIBC_IO_LONG_LONG=y
    CONFIG_NEED_LIBC_MEM_PARTITION=y
    # end of C Library
    
    #
    # C++ Language Support
    #
    # CONFIG_CPP is not set
    # 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
    
    #
    # Heap and Memory Allocation
    #
    # CONFIG_SYS_HEAP_STRESS is not set
    # CONFIG_SYS_HEAP_INFO is not set
    CONFIG_SYS_HEAP_ALLOC_LOOPS=3
    # CONFIG_SYS_HEAP_RUNTIME_STATS is not set
    CONFIG_SYS_HEAP_ARRAY_SIZE=0
    # CONFIG_SYS_HEAP_LISTENER is not set
    # CONFIG_SYS_HEAP_SMALL_ONLY is not set
    # CONFIG_SYS_HEAP_BIG_ONLY is not set
    CONFIG_SYS_HEAP_AUTO=y
    # CONFIG_MULTI_HEAP is not set
    # CONFIG_SHARED_MULTI_HEAP is not set
    # end of Heap and Memory Allocation
    
    #
    # Memory Blocks
    #
    # CONFIG_SYS_MEM_BLOCKS is not set
    # end of Memory Blocks
    
    # CONFIG_NET_BUF is not set
    
    #
    # OS Support Library
    #
    # CONFIG_FDTABLE is not set
    CONFIG_ZVFS_OPEN_MAX=4
    # CONFIG_PRINTK_SYNC is not set
    # CONFIG_MPSC_PBUF is not set
    # CONFIG_SPSC_PBUF is not set
    CONFIG_HAS_POWEROFF=y
    # CONFIG_POWEROFF 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_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=4
    # CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE is not set
    CONFIG_CBPRINTF_CONVERT_CHECK_PTR=y
    # CONFIG_ZVFS is not set
    # end of OS Support Library
    
    #
    # POSIX API Support
    #
    
    #
    # POSIX Options
    #
    # CONFIG_POSIX_API is not set
    CONFIG_POSIX_AEP_CHOICE_NONE=y
    # CONFIG_POSIX_AEP_CHOICE_BASE is not set
    # CONFIG_POSIX_AEP_CHOICE_PSE51 is not set
    # CONFIG_POSIX_AEP_CHOICE_PSE52 is not set
    # CONFIG_POSIX_AEP_CHOICE_PSE53 is not set
    # CONFIG_POSIX_ASYNCHRONOUS_IO is not set
    # CONFIG_POSIX_BARRIERS is not set
    # CONFIG_POSIX_C_LANG_SUPPORT_R is not set
    # CONFIG_POSIX_C_LIB_EXT is not set
    
    #
    # POSIX device I/O
    #
    # CONFIG_POSIX_DEVICE_IO is not set
    CONFIG_POSIX_OPEN_MAX=4
    # end of POSIX device I/O
    
    # CONFIG_POSIX_FD_MGMT is not set
    # CONFIG_POSIX_FILE_SYSTEM_R is not set
    # CONFIG_POSIX_FILE_SYSTEM is not set
    
    #
    # POSIX memory
    #
    CONFIG_POSIX_PAGE_SIZE=0x40
    # CONFIG_POSIX_SHARED_MEMORY_OBJECTS is not set
    # CONFIG_POSIX_MAPPED_FILES is not set
    # CONFIG_POSIX_MEMORY_PROTECTION is not set
    # end of POSIX memory
    
    # CONFIG_POSIX_MESSAGE_PASSING is not set
    # CONFIG_POSIX_SINGLE_PROCESS is not set
    # CONFIG_POSIX_MULTI_PROCESS is not set
    # CONFIG_POSIX_THREADS is not set
    # CONFIG_POSIX_READER_WRITER_LOCKS is not set
    
    #
    # POSIX scheduler options
    #
    # CONFIG_POSIX_PRIORITY_SCHEDULING is not set
    # end of POSIX scheduler options
    
    # CONFIG_POSIX_SEMAPHORES is not set
    
    #
    # POSIX signals
    #
    # CONFIG_POSIX_REALTIME_SIGNALS is not set
    # CONFIG_POSIX_SIGNALS is not set
    # end of POSIX signals
    
    # CONFIG_POSIX_SPIN_LOCKS is not set
    
    #
    # POSIX synchronized I/O
    #
    # CONFIG_POSIX_FSYNC is not set
    # CONFIG_POSIX_SYNCHRONIZED_IO is not set
    # end of POSIX synchronized I/O
    
    # CONFIG_POSIX_TIMERS is not set
    
    #
    # X/Open system interfaces
    #
    # CONFIG_XSI_REALTIME is not set
    # CONFIG_XSI_SINGLE_PROCESS is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_OFF is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_ERR is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_WRN is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_INF is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_DBG is not set
    CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_DEFAULT=y
    CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL=4
    # CONFIG_XOPEN_STREAMS is not set
    # CONFIG_XSI_SYSTEM_LOGGING is not set
    # CONFIG_XSI_THREADS_EXT is not set
    # end of X/Open system interfaces
    
    #
    # Miscellaneous POSIX-related options
    #
    # CONFIG_EVENTFD is not set
    # end of Miscellaneous POSIX-related options
    
    CONFIG_TC_PROVIDES_POSIX_C_LANG_SUPPORT_R=y
    # end of POSIX Options
    
    #
    # POSIX Shell Utilities
    #
    # end of POSIX Shell Utilities
    # end of POSIX API Support
    
    # CONFIG_OPENAMP_RSC_TABLE is not set
    # CONFIG_SMF is not set
    CONFIG_LIBGCC_RTLIB=y
    
    #
    # Utility Library
    #
    # CONFIG_JSON_LIBRARY is not set
    CONFIG_RING_BUFFER=y
    # CONFIG_RING_BUFFER_LARGE is not set
    CONFIG_NOTIFY=y
    # CONFIG_BASE64 is not set
    CONFIG_ONOFF=y
    # CONFIG_UTF8 is not set
    # CONFIG_COBS is not set
    # end of Utility Library
    
    #
    # Universally Unique Identifier (UUID)
    #
    # CONFIG_UUID is not set
    # end of Universally Unique Identifier (UUID)
    
    # CONFIG_MIN_HEAP is not set
    # end of Additional libraries
    
    #
    # Subsystems and OS Services
    #
    # CONFIG_BINDESC is not set
    # CONFIG_BT is not set
    
    #
    # Controller Area Network (CAN) bus subsystem
    #
    # end of Controller Area Network (CAN) bus subsystem
    
    # CONFIG_CONSOLE_SUBSYS is not set
    # CONFIG_CPU_LOAD_METRIC is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_OFF is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_ERR is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_WRN is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_INF is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_DBG is not set
    CONFIG_CPU_LOAD_LOG_LEVEL_DEFAULT=y
    CONFIG_CPU_LOAD_LOG_LEVEL=4
    # CONFIG_CRC is not set
    # CONFIG_DAP 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_UBSAN is not set
    # CONFIG_STACK_USAGE is not set
    CONFIG_PRINTK=y
    CONFIG_EARLY_CONSOLE=y
    # 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_THREAD_INFO is not set
    # CONFIG_DEBUG_COREDUMP is not set
    # CONFIG_SYMTAB is not set
    # end of Debugging Options
    
    # CONFIG_MIPI_STP_DECODER is not set
    # CONFIG_CS_TRACE_DEFMT is not set
    # CONFIG_CPU_LOAD is not set
    CONFIG_CPU_LOAD_LOG_PERIODICALLY=0
    # 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_LIB_LINK is not set
    # CONFIG_FILE_SYSTEM is not set
    # CONFIG_FCB is not set
    # end of File Systems
    
    # CONFIG_GNSS_RTK is not set
    
    #
    # 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
    # CONFIG_LLEXT is not set
    # CONFIG_LLEXT_EDK is not set
    
    #
    # Logging
    #
    CONFIG_LOG_CORE_INIT_PRIORITY=0
    # CONFIG_LOG_MODE_DEFERRED is not set
    CONFIG_LOG_MODE_IMMEDIATE=y
    # CONFIG_LOG_MODE_MINIMAL is not set
    # CONFIG_LOG_FRONTEND is not set
    # CONFIG_LOG_FRONTEND_OPT_API 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=4
    CONFIG_LOG_OVERRIDE_LEVEL=0
    CONFIG_LOG_MAX_LEVEL=4
    # end of Logging levels filtering
    
    #
    # Processing
    #
    CONFIG_LOG_PRINTK=y
    CONFIG_LOG_TRACE_SHORT_TIMESTAMP=y
    # CONFIG_LOG_TIMESTAMP_64BIT is not set
    # CONFIG_LOG_TIMESTAMP_USE_REALTIME 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_THREAD_ID_PREFIX is not set
    # CONFIG_LOG_CUSTOM_FORMAT_SUPPORT is not set
    # CONFIG_LOG_IMMEDIATE_CLEAN_OUTPUT is not set
    CONFIG_LOG_BACKEND_SHOW_COLOR=y
    # CONFIG_LOG_INFO_COLOR_GREEN is not set
    # CONFIG_LOG_DBG_COLOR_BLUE is not set
    CONFIG_LOG_TAG_MAX_LEN=0
    CONFIG_LOG_BACKEND_SUPPORTS_FORMAT_TIMESTAMP=y
    CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP=y
    CONFIG_LOG_OUTPUT_FORMAT_TIME_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_RTT=y
    # CONFIG_LOG_BACKEND_RTT_MODE_DROP is not set
    CONFIG_LOG_BACKEND_RTT_MODE_BLOCK=y
    # CONFIG_LOG_BACKEND_RTT_MODE_OVERWRITE is not set
    CONFIG_LOG_BACKEND_RTT_OUTPUT_TEXT=y
    # CONFIG_LOG_BACKEND_RTT_OUTPUT_DICTIONARY is not set
    # CONFIG_LOG_BACKEND_RTT_OUTPUT_CUSTOM is not set
    CONFIG_LOG_BACKEND_RTT_OUTPUT_DEFAULT=0
    CONFIG_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE=16
    CONFIG_LOG_BACKEND_RTT_RETRY_CNT=4
    CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS=5
    CONFIG_LOG_BACKEND_RTT_BUFFER=0
    # CONFIG_LOG_BACKEND_SWO is not set
    # CONFIG_LOG_BACKEND_IPC_SERVICE is not set
    # end of Backends
    
    #
    # Misc
    #
    CONFIG_LOG_USE_VLA=y
    CONFIG_LOG_SIMPLE_MSG_OPTIMIZE=y
    CONFIG_LOG_ALWAYS_RUNTIME=y
    # CONFIG_LOG_FMT_SECTION is not set
    # CONFIG_LOG_FMT_STRING_VALIDATE is not set
    # end of Misc
    
    CONFIG_LOG_RATELIMIT=y
    CONFIG_LOG_RATELIMIT_INTERVAL_MS=5000
    CONFIG_LOG_OUTPUT=y
    # end of Logging
    
    CONFIG_MEM_ATTR=y
    # CONFIG_MEM_ATTR_HEAP is not set
    
    #
    # Device Management
    #
    
    #
    # Host command handler subsystem
    #
    # CONFIG_EC_HOST_CMD is not set
    # end of Host command handler subsystem
    
    # CONFIG_OSDP is not set
    # end of Device Management
    
    # CONFIG_MODBUS is not set
    # CONFIG_MODEM_MODULES is not set
    
    #
    # Networking
    #
    # CONFIG_NETWORKING is not set
    # end of Networking
    
    #
    # Power Management
    #
    # CONFIG_PM_POLICY_LATENCY_STANDALONE is not set
    # end of Power Management
    
    #
    # Platform Management Communications Infrastructure (PMCI)
    #
    # CONFIG_MCTP is not set
    # end of Platform Management Communications Infrastructure (PMCI)
    
    #
    # Portability
    #
    # end of Portability
    
    # CONFIG_PROFILING is not set
    
    #
    # Random Number Generators
    #
    # CONFIG_TEST_RANDOM_GENERATOR is not set
    CONFIG_TIMER_RANDOM_INITIAL_STATE=123456789
    CONFIG_CSPRNG_AVAILABLE=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_SECURE_STORAGE is not set
    # CONFIG_SETTINGS is not set
    # CONFIG_SHELL is not set
    # CONFIG_STATS is not set
    
    #
    # Storage
    #
    CONFIG_FLASH_MAP=y
    # CONFIG_FLASH_AREA_CHECK_INTEGRITY is not set
    # CONFIG_FLASH_MAP_LABELS is not set
    # 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_FORCE_COVERAGE is not set
    # 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
    # CONFIG_MODULES is not set
    # end of Subsystems and OS Services
    
    CONFIG_TOOLCHAIN_ZEPHYR_0_16=y
    CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE=y
    CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS=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_FLASH_LOAD_SIZE=0
    CONFIG_ROM_END_OFFSET=0
    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_LINKER_SORT_BY_ALIGNMENT=y
    
    #
    # 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
    
    CONFIG_LINKER_ITERABLE_SUBALIGN=4
    CONFIG_LINKER_DEVNULL_SUPPORT=y
    # CONFIG_LINKER_DEVNULL_MEMORY is not set
    # end of Linker Options
    
    #
    # Compiler Options
    #
    # CONFIG_STD_C90 is not set
    CONFIG_STD_C99=y
    # CONFIG_STD_C11 is not set
    # CONFIG_STD_C17 is not set
    # CONFIG_STD_C23 is not set
    CONFIG_TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS=y
    # CONFIG_GNU_C_EXTENSIONS is not set
    # CONFIG_CODING_GUIDELINE_CHECK is not set
    # CONFIG_COMPILER_FREESTANDING is not set
    CONFIG_SIZE_OPTIMIZATIONS=y
    # CONFIG_SIZE_OPTIMIZATIONS_AGGRESSIVE is not set
    # 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_DEPRECATION_TEST is not set
    # CONFIG_COMPILER_SAVE_TEMPS is not set
    CONFIG_COMPILER_TRACK_MACRO_EXPANSION=y
    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
    CONFIG_TOOLCHAIN_SUPPORTS_VLA_IN_STATEMENTS=y
    # 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_PRINT_MEMORY_USAGE=y
    # CONFIG_CLEANUP_INTERMEDIATE_FILES is not set
    CONFIG_BUILD_GAP_FILL_PATTERN=0xFF
    # CONFIG_BUILD_NO_GAP_FILL is not set
    # CONFIG_BUILD_OUTPUT_HEX_GAP_FILL is not set
    # CONFIG_BUILD_OUTPUT_EXE is not set
    # CONFIG_BUILD_OUTPUT_S19_GAP_FILL is not set
    # CONFIG_BUILD_OUTPUT_UF2 is not set
    # CONFIG_BUILD_OUTPUT_MOT is not set
    # CONFIG_BUILD_OUTPUT_STRIPPED is not set
    # CONFIG_BUILD_OUTPUT_COMPRESS_DEBUG_SECTIONS is not set
    # CONFIG_BUILD_ALIGN_LMA 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
    CONFIG_CHECK_INIT_PRIORITIES=y
    # CONFIG_EMIT_ALL_SYSCALLS is not set
    # 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_LEGACY_GENERATED_INCLUDE_PATH=y
    # end of Compatibility
    

Reply
  • Sure and thank you! If you need anything else please let me know. 

    /dts-v1/;
    
    /* node '/' defined in zephyr/dts/common/skeleton.dtsi:9 */
    / {
    	#address-cells = < 0x1 >;        /* in zephyr/dts/common/skeleton.dtsi:10 */
    	#size-cells = < 0x1 >;           /* in zephyr/dts/common/skeleton.dtsi:11 */
    	model = "Decawave DWM3001CDK";   /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:13 */
    	compatible = "decawave,dwm3001"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:14 */
    
    	/* node '/chosen' defined in zephyr/dts/common/skeleton.dtsi:12 */
    	chosen {
    		zephyr,bt-hci = &bt_hci_sdc;                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:14 */
    		zephyr,entropy = &rng;                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:15 */
    		zephyr,flash-controller = &flash_controller; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:16 */
    		zephyr,console = &uart0;                     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:17 */
    		zephyr,shell-uart = &uart0;                  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:18 */
    		zephyr,uart-mcumgr = &uart0;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:19 */
    		zephyr,bt-mon-uart = &uart0;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:20 */
    		zephyr,bt-c2h-uart = &uart0;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:21 */
    		zephyr,sram = &sram0;                        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:22 */
    		zephyr,flash = &flash0;                      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:23 */
    		zephyr,code-partition = &slot0_partition;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:24 */
    		zephyr,ieee802154 = &ieee802154;             /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:25 */
    		nordic,pm-ext-flash = &ext_flash;            /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:3 */
    	};
    
    	/* node '/aliases' defined in zephyr/dts/common/skeleton.dtsi:13 */
    	aliases {
    		sw0 = &button2;     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:69 */
    		led0 = &led0;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:70 */
    		led1 = &led1;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:71 */
    		led2 = &led2;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:72 */
    		led3 = &led3;       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:73 */
    		watchdog0 = &wdt0;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:74 */
    		accel0 = &lis2dh12; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:75 */
    	};
    
    	/* node '/soc' defined in zephyr/dts/arm/armv7-m.dtsi:6 */
    	soc {
    		#address-cells = < 0x1 >;     /* in zephyr/dts/arm/armv7-m.dtsi:7 */
    		#size-cells = < 0x1 >;        /* in zephyr/dts/arm/armv7-m.dtsi:8 */
    		interrupt-parent = < &nvic >; /* in zephyr/dts/arm/armv7-m.dtsi:10 */
    		ranges;                       /* in zephyr/dts/arm/armv7-m.dtsi:11 */
    		compatible = "simple-bus";    /* in zephyr/dts/arm/nordic/nrf52833_qdaa.dtsi:20 */
    
    		/* node '/soc/interrupt-controller@e000e100' defined in zephyr/dts/arm/armv7-m.dtsi:13 */
    		nvic: interrupt-controller@e000e100 {
    			#address-cells = < 0x1 >;            /* in zephyr/dts/arm/armv7-m.dtsi:14 */
    			compatible = "arm,v7m-nvic";         /* in zephyr/dts/arm/armv7-m.dtsi:15 */
    			reg = < 0xe000e100 0xc00 >;          /* in zephyr/dts/arm/armv7-m.dtsi:16 */
    			interrupt-controller;                /* in zephyr/dts/arm/armv7-m.dtsi:17 */
    			#interrupt-cells = < 0x2 >;          /* in zephyr/dts/arm/armv7-m.dtsi:18 */
    			arm,num-irq-priority-bits = < 0x3 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:576 */
    			phandle = < 0x1 >;                   /* in zephyr/dts/arm/armv7-m.dtsi:10 */
    		};
    
    		/* node '/soc/timer@e000e010' defined in zephyr/dts/arm/armv7-m.dtsi:21 */
    		systick: timer@e000e010 {
    			compatible = "arm,armv7m-systick"; /* in zephyr/dts/arm/armv7-m.dtsi:22 */
    			reg = < 0xe000e010 0x10 >;         /* in zephyr/dts/arm/armv7-m.dtsi:23 */
    			status = "disabled";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:581 */
    		};
    
    		/* node '/soc/ficr@10000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:48 */
    		ficr: ficr@10000000 {
    			compatible = "nordic,nrf-ficr"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:49 */
    			reg = < 0x10000000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:50 */
    			#nordic,ficr-cells = < 0x1 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:51 */
    			status = "okay";                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:52 */
    		};
    
    		/* node '/soc/uicr@10001000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:55 */
    		uicr: uicr@10001000 {
    			compatible = "nordic,nrf-uicr"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:56 */
    			reg = < 0x10001000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:57 */
    			status = "okay";                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:58 */
    			gpio-as-nreset;                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:80 */
    		};
    
    		/* node '/soc/memory@20000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:61 */
    		sram0: memory@20000000 {
    			compatible = "mmio-sram";     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:62 */
    			reg = < 0x20000000 0x20000 >; /* in zephyr/dts/arm/nordic/nrf52833_qdaa.dtsi:15 */
    		};
    
    		/* node '/soc/clock@40000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:65 */
    		clock: clock@40000000 {
    			compatible = "nordic,nrf-clock"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:66 */
    			reg = < 0x40000000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:67 */
    			interrupts = < 0x0 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:68 */
    			status = "okay";                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:69 */
    		};
    
    		/* node '/soc/power@40000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:72 */
    		power: power@40000000 {
    			compatible = "nordic,nrf-power"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:73 */
    			reg = < 0x40000000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:74 */
    			interrupts = < 0x0 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:75 */
    			status = "okay";                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:76 */
    			#address-cells = < 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:77 */
    			#size-cells = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:78 */
    
    			/* node '/soc/power@40000000/gpregret1@4000051c' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:80 */
    			gpregret1: gpregret1@4000051c {
    				#address-cells = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:81 */
    				#size-cells = < 0x1 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:82 */
    				compatible = "nordic,nrf-gpregret"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:83 */
    				reg = < 0x4000051c 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:84 */
    				status = "okay";                    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:85 */
    			};
    
    			/* node '/soc/power@40000000/gpregret2@40000520' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:88 */
    			gpregret2: gpregret2@40000520 {
    				#address-cells = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:89 */
    				#size-cells = < 0x1 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:90 */
    				compatible = "nordic,nrf-gpregret"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:91 */
    				reg = < 0x40000520 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:92 */
    				status = "okay";                    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:93 */
    			};
    
    			/* node '/soc/power@40000000/regulator@40000578' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:96 */
    			reg1: regulator@40000578 {
    				compatible = "nordic,nrf5x-regulator"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:97 */
    				reg = < 0x40000578 0x1 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:98 */
    				regulator-name = "REG1";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:99 */
    				regulator-initial-mode = < 0x1 >;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:168 */
    			};
    
    			/* node '/soc/power@40000000/regulator@40000580' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:103 */
    			reg0: regulator@40000580 {
    				compatible = "nordic,nrf52x-regulator-hv"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:104 */
    				reg = < 0x40000580 0x1 >;                  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:105 */
    				regulator-name = "REG0";                   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:106 */
    				status = "disabled";                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:107 */
    			};
    		};
    
    		/* node '/soc/radio@40001000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:111 */
    		radio: radio@40001000 {
    			compatible = "nordic,nrf-radio"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:112 */
    			reg = < 0x40001000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:113 */
    			interrupts = < 0x1 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:114 */
    			status = "okay";                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:115 */
    			dfe-supported;                   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:116 */
    			ieee802154-supported;            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:117 */
    			ble-2mbps-supported;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:118 */
    			ble-coded-phy-supported;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:119 */
    			tx-high-power-supported;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:120 */
    
    			/* node '/soc/radio@40001000/ieee802154' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:122 */
    			ieee802154: ieee802154 {
    				compatible = "nordic,nrf-ieee802154"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:123 */
    				status = "okay";                      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:131 */
    			};
    
    			/* node '/soc/radio@40001000/bt_hci_sdc' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:127 */
    			bt_hci_sdc: bt_hci_sdc {
    				compatible = "nordic,bt-hci-sdc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:128 */
    				status = "okay";                  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:129 */
    			};
    
    			/* node '/soc/radio@40001000/bt_hci_controller' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:131 */
    			bt_hci_controller: bt_hci_controller {
    				compatible = "zephyr,bt-hci-ll-sw-split"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:132 */
    				status = "disabled";                      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:133 */
    			};
    		};
    
    		/* node '/soc/uart@40002000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:137 */
    		uart0: uart@40002000 {
    			reg = < 0x40002000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:141 */
    			interrupts = < 0x2 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:142 */
    			status = "okay";                /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:92 */
    			compatible = "nordic,nrf-uart"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:93 */
    			current-speed = < 0x1c200 >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:94 */
    			pinctrl-0 = < &uart0_default >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:95 */
    			pinctrl-1 = < &uart0_sleep >;   /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:96 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:97 */
    		};
    
    		/* node '/soc/i2c@40003000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:146 */
    		i2c0: i2c@40003000 {
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:155 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:156 */
    			reg = < 0x40003000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:157 */
    			interrupts = < 0x3 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:158 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:159 */
    			zephyr,pm-device-runtime-auto;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:161 */
    			compatible = "nordic,nrf-twim"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:105 */
    			status = "okay";                /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:106 */
    			clock-frequency = < 0x61a80 >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:107 */
    			pinctrl-0 = < &i2c0_default >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:109 */
    			pinctrl-1 = < &i2c0_sleep >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:110 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:111 */
    
    			/* node '/soc/i2c@40003000/lis2dh12@19' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:113 */
    			lis2dh12: lis2dh12@19 {
    				compatible = "st,lis2dh12",
    				             "st,lis2dh";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:114 */
    				reg = < 0x19 >;                  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:115 */
    				irq-gpios = < &gpio0 0x10 0x0 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:116 */
    			};
    		};
    
    		/* node '/soc/spi@40003000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:164 */
    		spi0: spi@40003000 {
    			compatible = "nordic,nrf-spim"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:172 */
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:173 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:174 */
    			reg = < 0x40003000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:175 */
    			interrupts = < 0x3 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:176 */
    			max-frequency = < 0x7a1200 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:177 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:178 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:179 */
    		};
    
    		/* node '/soc/i2c@40004000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:182 */
    		i2c1: i2c@40004000 {
    			compatible = "nordic,nrf-twim"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:190 */
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:191 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:192 */
    			reg = < 0x40004000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:193 */
    			interrupts = < 0x4 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:194 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:195 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:196 */
    			zephyr,pm-device-runtime-auto;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:197 */
    		};
    
    		/* node '/soc/spi@40004000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:200 */
    		spi1: spi@40004000 {
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:209 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:210 */
    			reg = < 0x40004000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:211 */
    			interrupts = < 0x4 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:212 */
    			max-frequency = < 0x7a1200 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:213 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:214 */
    			compatible = "nordic,nrf-spim"; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:39 */
    			status = "okay";                /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:40 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:41 */
    			pinctrl-0 = < &spi1_default >;  /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:42 */
    			pinctrl-1 = < &spi1_sleep >;    /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:43 */
    			cs-gpios = < &gpio0 0x11 0x1 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:44 */
    
    			/* node '/soc/spi@40004000/w25q128jv@0' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:46 */
    			ext_flash: w25q128jv@0 {
    				compatible = "jedec,spi-nor";     /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:47 */
    				reg = < 0x0 >;                    /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:48 */
    				spi-max-frequency = < 0x7a1200 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:49 */
    				jedec-id = [ EF 40 18 ];          /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:50 */
    				size = < 0x8000000 >;             /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:51 */
    				status = "okay";                  /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:52 */
    			};
    		};
    
    		/* node '/soc/nfct@40005000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:218 */
    		nfct: nfct@40005000 {
    			compatible = "nordic,nrf-nfct"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:219 */
    			reg = < 0x40005000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:220 */
    			interrupts = < 0x5 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:221 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:222 */
    		};
    
    		/* node '/soc/gpiote@40006000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:225 */
    		gpiote: gpiote0: gpiote@40006000 {
    			compatible = "nordic,nrf-gpiote"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:226 */
    			reg = < 0x40006000 0x1000 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:227 */
    			interrupts = < 0x6 0x5 >;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:228 */
    			instance = < 0x0 >;               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:230 */
    			status = "okay";                  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:84 */
    			phandle = < 0xc >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:558 */
    		};
    
    		/* node '/soc/adc@40007000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:233 */
    		adc: adc@40007000 {
    			compatible = "nordic,nrf-saadc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:234 */
    			reg = < 0x40007000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:235 */
    			interrupts = < 0x7 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:236 */
    			#io-channel-cells = < 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:238 */
    			zephyr,pm-device-runtime-auto;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:239 */
    			status = "okay";                 /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:172 */
    		};
    
    		/* node '/soc/timer@40008000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:242 */
    		timer0: timer@40008000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:243 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:244 */
    			reg = < 0x40008000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:245 */
    			cc-num = < 0x4 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:246 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:247 */
    			interrupts = < 0x8 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:248 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:249 */
    		};
    
    		/* node '/soc/timer@40009000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:252 */
    		timer1: timer@40009000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:253 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:254 */
    			reg = < 0x40009000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:255 */
    			cc-num = < 0x4 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:256 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:257 */
    			interrupts = < 0x9 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:258 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:259 */
    			phandle = < 0xd >;               /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:42 */
    		};
    
    		/* node '/soc/timer@4000a000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:262 */
    		timer2: timer@4000a000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:263 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:264 */
    			reg = < 0x4000a000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:265 */
    			cc-num = < 0x4 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:266 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:267 */
    			interrupts = < 0xa 0x1 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:268 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:269 */
    		};
    
    		/* node '/soc/rtc@4000b000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:272 */
    		rtc0: rtc@4000b000 {
    			compatible = "nordic,nrf-rtc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:273 */
    			reg = < 0x4000b000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:274 */
    			cc-num = < 0x3 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:275 */
    			interrupts = < 0xb 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:276 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:277 */
    			clock-frequency = < 0x8000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:278 */
    			prescaler = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:279 */
    		};
    
    		/* node '/soc/temp@4000c000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:282 */
    		temp: temp@4000c000 {
    			compatible = "nordic,nrf-temp"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:283 */
    			reg = < 0x4000c000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:284 */
    			interrupts = < 0xc 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:285 */
    			status = "okay";                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:286 */
    		};
    
    		/* node '/soc/random@4000d000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:289 */
    		rng: random@4000d000 {
    			compatible = "nordic,nrf-rng"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:290 */
    			reg = < 0x4000d000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:291 */
    			interrupts = < 0xd 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:292 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:293 */
    		};
    
    		/* node '/soc/ecb@4000e000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:296 */
    		ecb: ecb@4000e000 {
    			compatible = "nordic,nrf-ecb"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:297 */
    			reg = < 0x4000e000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:298 */
    			interrupts = < 0xe 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:299 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:300 */
    		};
    
    		/* node '/soc/ccm@4000f000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:303 */
    		ccm: ccm@4000f000 {
    			compatible = "nordic,nrf-ccm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:304 */
    			reg = < 0x4000f000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:305 */
    			interrupts = < 0xf 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:306 */
    			length-field-length-8-bits;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:307 */
    			headermask-supported;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:308 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:309 */
    		};
    
    		/* node '/soc/watchdog@40010000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:312 */
    		wdt: wdt0: watchdog@40010000 {
    			compatible = "nordic,nrf-wdt"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:313 */
    			reg = < 0x40010000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:314 */
    			interrupts = < 0x10 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:315 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:316 */
    		};
    
    		/* node '/soc/rtc@40011000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:319 */
    		rtc1: rtc@40011000 {
    			compatible = "nordic,nrf-rtc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:320 */
    			reg = < 0x40011000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:321 */
    			cc-num = < 0x4 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:322 */
    			interrupts = < 0x11 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:323 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:324 */
    			clock-frequency = < 0x8000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:325 */
    			prescaler = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:326 */
    		};
    
    		/* node '/soc/qdec@40012000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:329 */
    		qdec: qdec0: qdec@40012000 {
    			compatible = "nordic,nrf-qdec"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:330 */
    			reg = < 0x40012000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:331 */
    			interrupts = < 0x12 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:332 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:333 */
    		};
    
    		/* node '/soc/comparator@40013000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:336 */
    		comp: comparator@40013000 {
    			compatible = "nordic,nrf-comp"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:341 */
    			reg = < 0x40013000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:342 */
    			interrupts = < 0x13 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:343 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:344 */
    		};
    
    		/* node '/soc/egu@40014000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:347 */
    		egu0: swi0: egu@40014000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:348 */
    			reg = < 0x40014000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:349 */
    			interrupts = < 0x14 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:350 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:351 */
    		};
    
    		/* node '/soc/egu@40015000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:354 */
    		egu1: swi1: egu@40015000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:355 */
    			reg = < 0x40015000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:356 */
    			interrupts = < 0x15 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:357 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:358 */
    		};
    
    		/* node '/soc/egu@40016000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:361 */
    		egu2: swi2: egu@40016000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:362 */
    			reg = < 0x40016000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:363 */
    			interrupts = < 0x16 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:364 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:365 */
    		};
    
    		/* node '/soc/egu@40017000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:368 */
    		egu3: swi3: egu@40017000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:369 */
    			reg = < 0x40017000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:370 */
    			interrupts = < 0x17 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:371 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:372 */
    		};
    
    		/* node '/soc/egu@40018000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:375 */
    		egu4: swi4: egu@40018000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:376 */
    			reg = < 0x40018000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:377 */
    			interrupts = < 0x18 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:378 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:379 */
    		};
    
    		/* node '/soc/egu@40019000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:382 */
    		egu5: swi5: egu@40019000 {
    			compatible = "nordic,nrf-egu",
    			             "nordic,nrf-swi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:383 */
    			reg = < 0x40019000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:384 */
    			interrupts = < 0x19 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:385 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:386 */
    		};
    
    		/* node '/soc/timer@4001a000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:389 */
    		timer3: timer@4001a000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:390 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:391 */
    			reg = < 0x4001a000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:392 */
    			cc-num = < 0x6 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:393 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:394 */
    			interrupts = < 0x1a 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:395 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:396 */
    		};
    
    		/* node '/soc/timer@4001b000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:399 */
    		timer4: timer@4001b000 {
    			compatible = "nordic,nrf-timer"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:400 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:401 */
    			reg = < 0x4001b000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:402 */
    			cc-num = < 0x6 >;                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:403 */
    			max-bit-width = < 0x20 >;        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:404 */
    			interrupts = < 0x1b 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:405 */
    			prescaler = < 0x0 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:406 */
    		};
    
    		/* node '/soc/pwm@4001c000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:409 */
    		pwm0: pwm@4001c000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:410 */
    			reg = < 0x4001c000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:411 */
    			interrupts = < 0x1c 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:412 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:413 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:414 */
    		};
    
    		/* node '/soc/pdm@4001d000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:417 */
    		pdm0: pdm@4001d000 {
    			compatible = "nordic,nrf-pdm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:418 */
    			reg = < 0x4001d000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:419 */
    			interrupts = < 0x1d 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:420 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:421 */
    		};
    
    		/* node '/soc/acl@4001e000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:424 */
    		acl: acl@4001e000 {
    			compatible = "nordic,nrf-acl"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:425 */
    			reg = < 0x4001e000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:426 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:427 */
    		};
    
    		/* node '/soc/flash-controller@4001e000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:430 */
    		flash_controller: flash-controller@4001e000 {
    			compatible = "nordic,nrf52-flash-controller"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:431 */
    			reg = < 0x4001e000 0x1000 >;                  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:432 */
    			partial-erase;                                /* in zephyr/dts/arm/nordic/nrf52833.dtsi:433 */
    			#address-cells = < 0x1 >;                     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:435 */
    			#size-cells = < 0x1 >;                        /* in zephyr/dts/arm/nordic/nrf52833.dtsi:436 */
    
    			/* node '/soc/flash-controller@4001e000/flash@0' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:438 */
    			flash0: flash@0 {
    				compatible = "soc-nv-flash";   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:439 */
    				erase-block-size = < 0x1000 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:440 */
    				write-block-size = < 0x4 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:441 */
    				reg = < 0x0 0x80000 >;         /* in zephyr/dts/arm/nordic/nrf52833_qdaa.dtsi:11 */
    
    				/* node '/soc/flash-controller@4001e000/flash@0/partitions' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:135 */
    				partitions {
    					compatible = "fixed-partitions"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:136 */
    					#address-cells = < 0x1 >;        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:137 */
    					#size-cells = < 0x1 >;           /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:138 */
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@0' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:140 */
    					boot_partition: partition@0 {
    						label = "mcuboot";    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:141 */
    						reg = < 0x0 0xc000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:142 */
    					};
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@c000' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:145 */
    					slot0_partition: partition@c000 {
    						label = "image-0";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:146 */
    						reg = < 0xc000 0x39000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:147 */
    					};
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@45000' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:150 */
    					slot1_partition: partition@45000 {
    						label = "image-1";         /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:151 */
    						reg = < 0x45000 0x39000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:152 */
    					};
    
    					/* node '/soc/flash-controller@4001e000/flash@0/partitions/partition@7e000' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:155 */
    					storage_partition: partition@7e000 {
    						label = "storage";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:156 */
    						reg = < 0x7e000 0x2000 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:157 */
    					};
    				};
    			};
    		};
    
    		/* node '/soc/ppi@4001f000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:445 */
    		ppi: ppi@4001f000 {
    			compatible = "nordic,nrf-ppi"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:446 */
    			reg = < 0x4001f000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:447 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:448 */
    		};
    
    		/* node '/soc/mwu@40020000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:451 */
    		mwu: mwu@40020000 {
    			compatible = "nordic,nrf-mwu"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:452 */
    			reg = < 0x40020000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:453 */
    			status = "okay";               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:454 */
    		};
    
    		/* node '/soc/pwm@40021000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:457 */
    		pwm1: pwm@40021000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:458 */
    			reg = < 0x40021000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:459 */
    			interrupts = < 0x21 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:460 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:461 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:462 */
    		};
    
    		/* node '/soc/pwm@40022000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:465 */
    		pwm2: pwm@40022000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:466 */
    			reg = < 0x40022000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:467 */
    			interrupts = < 0x22 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:468 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:469 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:470 */
    		};
    
    		/* node '/soc/spi@40023000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:473 */
    		spi2: spi@40023000 {
    			compatible = "nordic,nrf-spim"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:481 */
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:482 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:483 */
    			reg = < 0x40023000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:484 */
    			interrupts = < 0x23 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:485 */
    			max-frequency = < 0x7a1200 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:486 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:487 */
    			status = "disabled";            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:488 */
    		};
    
    		/* node '/soc/rtc@40024000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:491 */
    		rtc2: rtc@40024000 {
    			compatible = "nordic,nrf-rtc"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:492 */
    			reg = < 0x40024000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:493 */
    			cc-num = < 0x4 >;              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:494 */
    			interrupts = < 0x24 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:495 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:496 */
    			clock-frequency = < 0x8000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:497 */
    			prescaler = < 0x1 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:498 */
    		};
    
    		/* node '/soc/i2s@40025000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:501 */
    		i2s0: i2s@40025000 {
    			compatible = "nordic,nrf-i2s"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:502 */
    			#address-cells = < 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:503 */
    			#size-cells = < 0x0 >;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:504 */
    			reg = < 0x40025000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:505 */
    			interrupts = < 0x25 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:506 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:507 */
    		};
    
    		/* node '/soc/usbd@40027000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:510 */
    		usbd: zephyr_udc0: usbd@40027000 {
    			reg = < 0x40027000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:512 */
    			interrupts = < 0x27 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:513 */
    			num-bidir-endpoints = < 0x1 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:514 */
    			num-in-endpoints = < 0x7 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:515 */
    			num-out-endpoints = < 0x7 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:516 */
    			num-isoin-endpoints = < 0x1 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:517 */
    			num-isoout-endpoints = < 0x1 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:518 */
    			compatible = "nordic,nrf-usbd"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:163 */
    			status = "okay";                /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:164 */
    		};
    
    		/* node '/soc/uart@40028000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:522 */
    		uart1: uart@40028000 {
    			compatible = "nordic,nrf-uarte"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:523 */
    			reg = < 0x40028000 0x1000 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:524 */
    			interrupts = < 0x28 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:525 */
    			status = "disabled";             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:526 */
    		};
    
    		/* node '/soc/pwm@4002d000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:529 */
    		pwm3: pwm@4002d000 {
    			compatible = "nordic,nrf-pwm"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:530 */
    			reg = < 0x4002d000 0x1000 >;   /* in zephyr/dts/arm/nordic/nrf52833.dtsi:531 */
    			interrupts = < 0x2d 0x1 >;     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:532 */
    			status = "disabled";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:533 */
    			#pwm-cells = < 0x3 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:534 */
    		};
    
    		/* node '/soc/spi@4002f000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:537 */
    		spi3: spi@4002f000 {
    			#address-cells = < 0x1 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:539 */
    			#size-cells = < 0x0 >;          /* in zephyr/dts/arm/nordic/nrf52833.dtsi:540 */
    			reg = < 0x4002f000 0x1000 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:541 */
    			interrupts = < 0x2f 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:542 */
    			max-frequency = < 0x1e84800 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:543 */
    			easydma-maxcnt-bits = < 0x10 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:544 */
    			rx-delay-supported;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:545 */
    			rx-delay = < 0x2 >;             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:546 */
    			compatible = "nordic,nrf-spim"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:121 */
    			cs-gpios = < &gpio1 0x6 0x1 >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:123 */
    			pinctrl-0 = < &spi3_default >;  /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:125 */
    			pinctrl-1 = < &spi3_sleep >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:126 */
    			pinctrl-names = "default",
    			                "sleep";        /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:127 */
    			status = "disabled";            /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:16 */
    		};
    
    		/* node '/soc/gpio@50000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:550 */
    		gpio0: gpio@50000000 {
    			compatible = "nordic,nrf-gpio";              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:551 */
    			gpio-controller;                             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:552 */
    			reg = < 0x50000000 0x200 0x50000500 0x300 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:553 */
    			#gpio-cells = < 0x2 >;                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:555 */
    			port = < 0x0 >;                              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:557 */
    			gpiote-instance = < &gpiote >;               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:558 */
    			status = "okay";                             /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:88 */
    			phandle = < 0x6 >;                           /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:116 */
    		};
    
    		/* node '/soc/gpio@50000300' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:561 */
    		gpio1: gpio@50000300 {
    			compatible = "nordic,nrf-gpio";              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:562 */
    			gpio-controller;                             /* in zephyr/dts/arm/nordic/nrf52833.dtsi:563 */
    			reg = < 0x50000300 0x200 0x50000800 0x300 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:564 */
    			#gpio-cells = < 0x2 >;                       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:566 */
    			ngpios = < 0xa >;                            /* in zephyr/dts/arm/nordic/nrf52833.dtsi:567 */
    			port = < 0x1 >;                              /* in zephyr/dts/arm/nordic/nrf52833.dtsi:569 */
    			gpiote-instance = < &gpiote >;               /* in zephyr/dts/arm/nordic/nrf52833.dtsi:570 */
    			status = "okay";                             /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:101 */
    			phandle = < 0x9 >;                           /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:123 */
    		};
    	};
    
    	/* node '/pin-controller' defined in zephyr/dts/vendor/nordic/nrf_common.dtsi:26 */
    	pinctrl: pin-controller {
    		compatible = "nordic,nrf-pinctrl"; /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:31 */
    
    		/* node '/pin-controller/uart0_default' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:7 */
    		uart0_default: uart0_default {
    			phandle = < 0x2 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:95 */
    
    			/* node '/pin-controller/uart0_default/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:8 */
    			group1 {
    				psels = < 0x13 >,
    				        < 0x100000f >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:9 */
    			};
    		};
    
    		/* node '/pin-controller/uart0_sleep' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:14 */
    		uart0_sleep: uart0_sleep {
    			phandle = < 0x3 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:96 */
    
    			/* node '/pin-controller/uart0_sleep/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:15 */
    			group1 {
    				psels = < 0x13 >,
    				        < 0x100000f >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:16 */
    				low-power-enable;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:18 */
    			};
    		};
    
    		/* node '/pin-controller/i2c0_default' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:22 */
    		i2c0_default: i2c0_default {
    			phandle = < 0x4 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:109 */
    
    			/* node '/pin-controller/i2c0_default/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:23 */
    			group1 {
    				psels = < 0xc000018 >,
    				        < 0xb000024 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:24 */
    				bias-pull-up;          /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:26 */
    			};
    		};
    
    		/* node '/pin-controller/i2c0_sleep' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:30 */
    		i2c0_sleep: i2c0_sleep {
    			phandle = < 0x5 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:110 */
    
    			/* node '/pin-controller/i2c0_sleep/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:31 */
    			group1 {
    				psels = < 0xc000018 >,
    				        < 0xb000024 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:32 */
    				low-power-enable;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:34 */
    			};
    		};
    
    		/* node '/pin-controller/spi3_default' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:38 */
    		spi3_default: spi3_default {
    			phandle = < 0xa >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:125 */
    
    			/* node '/pin-controller/spi3_default/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:39 */
    			group1 {
    				psels = < 0x4000003 >,
    				        < 0x5000008 >,
    				        < 0x600001d >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:40 */
    			};
    		};
    
    		/* node '/pin-controller/spi3_sleep' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:46 */
    		spi3_sleep: spi3_sleep {
    			phandle = < 0xb >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:126 */
    
    			/* node '/pin-controller/spi3_sleep/group1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:47 */
    			group1 {
    				psels = < 0x4000003 >,
    				        < 0x5000008 >,
    				        < 0x600001d >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:48 */
    				low-power-enable;      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3-pinctrl.dtsi:51 */
    			};
    		};
    
    		/* node '/pin-controller/spi1_default' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:20 */
    		spi1_default: spi1_default {
    			phandle = < 0x7 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:42 */
    
    			/* node '/pin-controller/spi1_default/group1' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:21 */
    			group1 {
    				psels = < 0x4000004 >,
    				        < 0x500000c >,
    				        < 0x6000005 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:22 */
    			};
    		};
    
    		/* node '/pin-controller/spi1_sleep' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:28 */
    		spi1_sleep: spi1_sleep {
    			phandle = < 0x8 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:43 */
    
    			/* node '/pin-controller/spi1_sleep/group1' defined in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:29 */
    			group1 {
    				psels = < 0x4000004 >,
    				        < 0x500000c >,
    				        < 0x6000005 >; /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:30 */
    				low-power-enable;      /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:33 */
    			};
    		};
    	};
    
    	/* node '/entropy_bt_hci' defined in zephyr/dts/vendor/nordic/nrf_common.dtsi:34 */
    	rng_hci: entropy_bt_hci {
    		compatible = "zephyr,bt-hci-entropy"; /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:35 */
    		status = "disabled";                  /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:36 */
    	};
    
    	/* node '/sw-pwm' defined in zephyr/dts/vendor/nordic/nrf_common.dtsi:39 */
    	sw_pwm: sw-pwm {
    		compatible = "nordic,nrf-sw-pwm"; /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:40 */
    		status = "disabled";              /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:41 */
    		generator = < &timer1 >;          /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:42 */
    		clock-prescaler = < 0x0 >;        /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:43 */
    		#pwm-cells = < 0x3 >;             /* in zephyr/dts/vendor/nordic/nrf_common.dtsi:44 */
    	};
    
    	/* node '/cpus' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:19 */
    	cpus {
    		#address-cells = < 0x1 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:20 */
    		#size-cells = < 0x0 >;    /* in zephyr/dts/arm/nordic/nrf52833.dtsi:21 */
    
    		/* node '/cpus/cpu@0' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:23 */
    		cpu@0 {
    			device_type = "cpu";           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:24 */
    			compatible = "arm,cortex-m4f"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:25 */
    			reg = < 0x0 >;                 /* in zephyr/dts/arm/nordic/nrf52833.dtsi:26 */
    			#address-cells = < 0x1 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:27 */
    			#size-cells = < 0x1 >;         /* in zephyr/dts/arm/nordic/nrf52833.dtsi:28 */
    
    			/* node '/cpus/cpu@0/itm@e0000000' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:30 */
    			itm: itm@e0000000 {
    				compatible = "arm,armv7m-itm";     /* in zephyr/dts/arm/nordic/nrf52833.dtsi:31 */
    				reg = < 0xe0000000 0x1000 >;       /* in zephyr/dts/arm/nordic/nrf52833.dtsi:32 */
    				swo-ref-frequency = < 0x1e84800 >; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:33 */
    			};
    		};
    	};
    
    	/* node '/clocks' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:38 */
    	clocks {
    
    		/* node '/clocks/hfxo' defined in zephyr/dts/arm/nordic/nrf52833.dtsi:39 */
    		hfxo: hfxo {
    			compatible = "nordic,nrf52-hfxo"; /* in zephyr/dts/arm/nordic/nrf52833.dtsi:40 */
    			clock-frequency = < 0x3d09000 >;  /* in zephyr/dts/arm/nordic/nrf52833.dtsi:41 */
    			startup-time-us = < 0x578 >;      /* in zephyr/dts/arm/nordic/nrf52833.dtsi:42 */
    			#clock-cells = < 0x0 >;           /* in zephyr/dts/arm/nordic/nrf52833.dtsi:43 */
    		};
    	};
    
    	/* node '/leds' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:28 */
    	leds {
    		compatible = "gpio-leds"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:29 */
    
    		/* node '/leds/led_0' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:34 */
    		led0: led_0 {
    			gpios = < &gpio0 0x4 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:35 */
    			label = "D9 green LED";     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:36 */
    			status = "disabled";        /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:8 */
    		};
    
    		/* node '/leds/led_1' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:39 */
    		led1: led_1 {
    			gpios = < &gpio0 0xe 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:40 */
    			label = "D12 red LED";      /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:41 */
    		};
    
    		/* node '/leds/led_2' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:44 */
    		led2: led_2 {
    			gpios = < &gpio0 0x16 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:45 */
    			label = "D11 red LED";       /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:46 */
    		};
    
    		/* node '/leds/led_3' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:49 */
    		led3: led_3 {
    			gpios = < &gpio0 0x5 0x1 >; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:50 */
    			label = "D10 blue LED";     /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:51 */
    			status = "disabled";        /* in app/grivix_trilocate/tests/spi_flash_probe/app.overlay:12 */
    		};
    	};
    
    	/* node '/buttons' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:55 */
    	buttons {
    		compatible = "gpio-keys"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:56 */
    
    		/* node '/buttons/button_2' defined in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:60 */
    		button2: button_2 {
    			gpios = < &gpio0 0x2 0x11 >;    /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:61 */
    			label = "Push button switch 2"; /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:62 */
    			zephyr,code = < 0x2 >;          /* in app/grivix_trilocate/boards/qorvo/grivix_trilocate_v3/grivix_trilocate_v3.dts:63 */
    		};
    	};
    };
    

    # CONFIG_INPUT is not set
    # CONFIG_WIFI is not set
    # CONFIG_REGULATOR is not set
    CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024
    CONFIG_MAIN_STACK_SIZE=1024
    # CONFIG_FPU is not set
    # CONFIG_SERIAL is not set
    CONFIG_SPI=y
    # CONFIG_MIPI_DSI is not set
    # CONFIG_MEMC is not set
    # CONFIG_MODEM is not set
    # CONFIG_I2C is not set
    CONFIG_NUM_IRQS=48
    CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
    CONFIG_FLASH_SIZE=512
    CONFIG_FLASH_BASE_ADDRESS=0x0
    CONFIG_MP_MAX_NUM_CPUS=1
    CONFIG_SOC_RESET_HOOK=y
    CONFIG_CLOCK_CONTROL=y
    CONFIG_IDLE_STACK_SIZE=320
    CONFIG_ISR_STACK_SIZE=2048
    CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
    CONFIG_ROM_START_OFFSET=0
    CONFIG_KERNEL_ENTRY="__start"
    CONFIG_BUILD_OUTPUT_BIN=y
    CONFIG_XIP=y
    CONFIG_HAS_FLASH_LOAD_OFFSET=y
    # CONFIG_COUNTER is not set
    # CONFIG_SRAM_VECTOR_TABLE is not set
    CONFIG_CPU_HAS_ARM_MPU=y
    # CONFIG_SHARED_INTERRUPTS is not set
    # CONFIG_PM_DEVICE is not set
    CONFIG_TICKLESS_KERNEL=y
    CONFIG_CLOCK_CONTROL_INIT_PRIORITY=30
    # CONFIG_USE_DT_CODE_PARTITION is not set
    # CONFIG_MULTI_LEVEL_INTERRUPTS is not set
    # CONFIG_ZERO_LATENCY_IRQS is not set
    CONFIG_NUM_PREEMPT_PRIORITIES=15
    CONFIG_NUM_METAIRQ_PRIORITIES=0
    CONFIG_GEN_IRQ_VECTOR_TABLE=y
    # CONFIG_DYNAMIC_INTERRUPTS is not set
    CONFIG_GEN_ISR_TABLES=y
    # CONFIG_INIT_STACKS is not set
    CONFIG_TIMESLICE_SIZE=20
    CONFIG_FLASH_LOAD_OFFSET=0
    CONFIG_SYS_CLOCK_EXISTS=y
    CONFIG_INIT_ARCH_HW_AT_BOOT=y
    # CONFIG_BUILD_OUTPUT_S19 is not set
    CONFIG_BUILD_OUTPUT_HEX=y
    CONFIG_FLASH_FILL_BUFFER_SIZE=32
    CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT=y
    CONFIG_FLASH=y
    CONFIG_HW_STACK_PROTECTION=y
    # CONFIG_POWER_DOMAIN is not set
    # CONFIG_MFD is not set
    CONFIG_GPIO=y
    # CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
    # CONFIG_CODE_DATA_RELOCATION_SRAM is not set
    # CONFIG_CACHE is not set
    CONFIG_LOG=y
    CONFIG_CMSIS_CORE_HAS_SYSTEM_CORE_CLOCK=y
    # CONFIG_CODE_DATA_RELOCATION is not set
    # CONFIG_ROMSTART_RELOCATION_ROM is not set
    CONFIG_DCACHE_LINE_SIZE=32
    # CONFIG_RESET is not set
    CONFIG_ARCH_SW_ISR_TABLE_ALIGN=4
    CONFIG_LOG_DOMAIN_NAME=""
    # CONFIG_ASSERT is not set
    # CONFIG_DEVICE_DEPS is not set
    CONFIG_SOC_HAS_TIMING_FUNCTIONS=y
    # CONFIG_SYSCON is not set
    # CONFIG_CONSOLE is not set
    # CONFIG_WINSTREAM is not set
    CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=-1
    CONFIG_GEN_SW_ISR_TABLE=y
    # CONFIG_REBOOT is not set
    CONFIG_FLASH_INIT_PRIORITY=50
    CONFIG_GEN_IRQ_START_VECTOR=0
    CONFIG_SRAM_OFFSET=0
    CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN=4
    CONFIG_SPI_NOR=y
    CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED=y
    # CONFIG_BOOTLOADER_MCUBOOT is not set
    # CONFIG_SCHED_CPU_MASK is not set
    CONFIG_KERNEL_MEM_POOL=y
    CONFIG_MULTITHREADING=y
    # CONFIG_OUTPUT_DISASSEMBLY is not set
    # CONFIG_WATCHDOG is not set
    CONFIG_ICACHE_LINE_SIZE=32
    
    #
    # Devicetree Info
    #
    CONFIG_DT_HAS_ARM_ARMV7M_ITM_ENABLED=y
    CONFIG_DT_HAS_ARM_CORTEX_M4F_ENABLED=y
    CONFIG_DT_HAS_ARM_V7M_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_JEDEC_SPI_NOR_ENABLED=y
    CONFIG_DT_HAS_MMIO_SRAM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_BT_HCI_SDC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_ACL_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_CCM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_CLOCK_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_ECB_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_EGU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_FICR_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_IEEE802154_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_MWU_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PINCTRL_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_POWER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_PPI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_RADIO_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_RNG_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SAADC_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SPIM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_SWI_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TEMP_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_TWIM_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_UART_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_UICR_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_USBD_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF_WDT_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF52_FLASH_CONTROLLER_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF52_HFXO_ENABLED=y
    CONFIG_DT_HAS_NORDIC_NRF5X_REGULATOR_ENABLED=y
    CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED=y
    CONFIG_DT_HAS_ST_LIS2DH_ENABLED=y
    CONFIG_DT_HAS_ST_LIS2DH12_ENABLED=y
    # end of Devicetree Info
    
    #
    # Modules
    #
    # CONFIG_BUILD_ONLY_NO_BLOBS is not set
    
    #
    # Available modules.
    #
    
    #
    # nrf (/home/cemothy/programming/workspace/ncs/nrf)
    #
    # CONFIG_NRF_802154_RADIO_DRIVER is not set
    CONFIG_MPSL_WORK_STACK_SIZE=1024
    # CONFIG_ZMS is not set
    # CONFIG_NVS is not set
    # CONFIG_MBEDTLS is not set
    
    #
    # Nordic nRF Connect
    #
    CONFIG_WARN_EXPERIMENTAL=y
    CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
    CONFIG_NRF_SECURITY_ENABLER=y
    # CONFIG_NCS_SAMPLES_DEFAULTS is not set
    
    #
    # Image build variants
    #
    # CONFIG_NCS_MCUBOOT_IN_BUILD is not set
    # end of Image build variants
    
    #
    # Subsystems
    #
    
    #
    # Bootloader
    #
    # CONFIG_SECURE_BOOT is not set
    CONFIG_PM_PARTITION_SIZE_PROVISION=0x1000
    # CONFIG_B0_MIN_PARTITION_SIZE is not set
    CONFIG_PM_PARTITION_SIZE_B0_IMAGE=0x7000
    # CONFIG_IS_SECURE_BOOTLOADER 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_VALIDATION_STRUCT_HAS_HASH=y
    CONFIG_SB_VALIDATION_STRUCT_HAS_PUBLIC_KEY=y
    CONFIG_SB_VALIDATE_FW_SIGNATURE=y
    # end of Secure Boot firmware validation
    
    # CONFIG_SECURE_BOOT_STORAGE is not set
    # CONFIG_MCUBOOT_COMPRESSED_IMAGE_SUPPORT_ENABLED is not set
    # CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_ED25519 is not set
    # CONFIG_MCUBOOT_BOOTLOADER_SIGNATURE_TYPE_PURE is not set
    # CONFIG_NCS_MCUBOOT_BOOTLOADER_SIGN_MERGED_BINARY is not set
    # CONFIG_NCS_MCUBOOT_MANIFEST_UPDATES is not set
    # end of Bootloader
    
    #
    # Bluetooth Low Energy
    #
    CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
    
    #
    # BLE over nRF RPC
    #
    CONFIG_HEAP_MEM_POOL_SIZE=0
    # 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_EMDS is not set
    
    #
    # Peripheral CPU DFU (PCD)
    #
    # CONFIG_PCD is not set
    # CONFIG_PCD_APP is not set
    CONFIG_PCD_VERSION_PAGE_BUF_SIZE=2046
    # CONFIG_PCD_NET is not set
    # end of Peripheral CPU DFU (PCD)
    
    #
    # Networking
    #
    
    #
    # Application protocols
    #
    # CONFIG_NRF_CLOUD is not set
    # CONFIG_REST_CLIENT is not set
    # CONFIG_DOWNLOADER 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)
    #
    # 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_MQTT_HELPER is not set
    # CONFIG_NRF_MCUMGR_SMP_CLIENT is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_OFF is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_ERR is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_WRN is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_INF is not set
    # CONFIG_WIFI_PROV_CORE_LOG_LEVEL_DBG is not set
    CONFIG_WIFI_PROV_CORE_LOG_LEVEL_DEFAULT=y
    CONFIG_WIFI_PROV_CORE_LOG_LEVEL=4
    # end of Application protocols
    
    # CONFIG_OPENTHREAD_RPC is not set
    # 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_TNEP_TAG is not set
    # CONFIG_NFC_TNEP_POLLER is not set
    # CONFIG_NFC_TNEP_CH is not set
    # CONFIG_NFC_RPC is not set
    # end of NFC
    
    # CONFIG_APP_EVENT_MANAGER is not set
    # CONFIG_NRF_PROFILER is not set
    # CONFIG_FW_INFO is not set
    
    #
    # Debug
    #
    # CONFIG_NRF_CPU_LOAD is not set
    # CONFIG_PPI_TRACE is not set
    CONFIG_PPI_TRACE_PIN_CNT=8
    # end of Debug
    
    #
    # Multiprotocol service layer (MPSL)
    #
    # 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=4
    CONFIG_MPSL_THREAD_COOP_PRIO=8
    CONFIG_MPSL_TIMESLOT_SESSION_COUNT=0
    # CONFIG_MPSL_ASSERT_HANDLER is not set
    CONFIG_MPSL_LOW_PRIO_IRQN=25
    CONFIG_MPSL_HFCLK_LATENCY=1400
    CONFIG_MPSL_INIT_PRIORITY=40
    # 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=4
    # end of Multiprotocol service layer (MPSL)
    
    #
    # Partition Manager
    #
    CONFIG_PARTITION_MANAGER_ENABLED=y
    CONFIG_FLASH_MAP_CUSTOM=y
    CONFIG_SRAM_SIZE=128
    CONFIG_SRAM_BASE_ADDRESS=0x20000000
    
    #
    # Zephyr subsystem configurations
    #
    # end of Zephyr subsystem configurations
    
    #
    # NCS subsystem configurations
    #
    CONFIG_PM_EXTERNAL_FLASH_HAS_DRIVER=y
    CONFIG_PM_EXTERNAL_FLASH_BASE=0
    CONFIG_PM_EXTERNAL_FLASH_ENABLED=y
    CONFIG_PM_EXTERNAL_FLASH_PATH="/soc/spi@40004000/w25q128jv@0"
    CONFIG_PM_EXTERNAL_FLASH_SIZE_BITS=134217728
    # CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK is not set
    CONFIG_PM_SRAM_BASE=0x20000000
    CONFIG_PM_SRAM_SIZE=0x20000
    # end of Partition Manager
    
    #
    # nRF RPC (Remote Procedure Call) library
    #
    # end of nRF RPC (Remote Procedure Call) library
    
    #
    # Full Modem Firmware Update Management(FMFU)
    #
    # end of Full Modem Firmware Update Management(FMFU)
    
    #
    # Additional MCUmgr configuration
    #
    
    #
    # Additional MCUmgr group configuration
    #
    
    #
    # Additional MCUmgr OS group management functionality
    #
    # end of Additional MCUmgr OS group management functionality
    
    #
    # Additional MCUmgr image management group functionality
    #
    # end of Additional MCUmgr image management group functionality
    # end of Additional MCUmgr group configuration
    # end of Additional MCUmgr configuration
    
    # CONFIG_CAF is not set
    # CONFIG_DM_MODULE is not set
    
    #
    # nRF Security
    #
    # CONFIG_NORDIC_SECURITY_BACKEND is not set
    # CONFIG_NRF_SECURITY is not set
    
    #
    # Nordic-added meta types
    #
    
    #
    # Nordic added alg types
    #
    # CONFIG_PSA_WANT_ALG_ECDSA_ANY is not set
    # CONFIG_PSA_WANT_ALG_ED25519PH is not set
    # CONFIG_PSA_WANT_ALG_ED448PH is not set
    # CONFIG_PSA_WANT_ALG_HSS is not set
    # CONFIG_PSA_WANT_ALG_LMS is not set
    # CONFIG_PSA_WANT_ALG_ML_DSA is not set
    # CONFIG_PSA_WANT_ALG_XMSS is not set
    # CONFIG_PSA_WANT_ALG_XMSS_MT is not set
    # CONFIG_PSA_WANT_ALG_ML_KEM is not set
    # CONFIG_PSA_WANT_ALG_PURE_EDDSA is not set
    # CONFIG_PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW is not set
    # CONFIG_PSA_WANT_ALG_RSA_PSS_ANY_SALT is not set
    # CONFIG_PSA_WANT_ALG_SHA_256_192 is not set
    # CONFIG_PSA_WANT_ALG_SHA_512_224 is not set
    # CONFIG_PSA_WANT_ALG_SHA_512_256 is not set
    # CONFIG_PSA_WANT_ALG_SPAKE2P_HMAC is not set
    # CONFIG_PSA_WANT_ALG_SPAKE2P_CMAC is not set
    # CONFIG_PSA_WANT_ALG_SPAKE2P_MATTER is not set
    # CONFIG_PSA_WANT_ALG_SRP_6 is not set
    # CONFIG_PSA_WANT_ALG_SRP_PASSWORD_HASH is not set
    # CONFIG_PSA_WANT_ALG_XTS is not set
    # CONFIG_PSA_WANT_ALG_ECB_NO_PADDING is not set
    # CONFIG_PSA_WANT_ALG_CHACHA20 is not set
    # CONFIG_PSA_WANT_ALG_XCHACHA20_POLY1305 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE128_256 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE256_192 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE256_256 is not set
    # CONFIG_PSA_WANT_ALG_SHAKE256_512 is not set
    # CONFIG_PSA_WANT_ALG_AES_KW is not set
    # CONFIG_PSA_WANT_ALG_AES_KWP is not set
    # CONFIG_PSA_WANT_ALG_WPA3_SAE_H2E is not set
    # CONFIG_PSA_WANT_ALG_WPA3_SAE is not set
    
    #
    # Nordic added ECC curve types
    #
    # CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_224 is not set
    # CONFIG_PSA_WANT_ECC_BRAINPOOL_P_R1_320 is not set
    # CONFIG_PSA_WANT_ECC_TWISTED_EDWARDS_255 is not set
    # CONFIG_PSA_WANT_ECC_TWISTED_EDWARDS_448 is not set
    # CONFIG_PSA_WANT_ECC_SECP_K1_224 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_233 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_283 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_409 is not set
    # CONFIG_PSA_WANT_ECC_SECT_R1_571 is not set
    
    #
    # Nordic addded RNG configuration
    #
    # CONFIG_PSA_WANT_GENERATE_RANDOM is not set
    
    #
    # Nordic added key types
    #
    # CONFIG_PSA_WANT_KEY_TYPE_PEPPER is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SPAKE2P_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_SRP_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_WPA3_SAE_PT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_XCHACHA20 is not set
    # CONFIG_PSA_WANT_KEY_TYPE_HSS_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_LMS_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_XMSS_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_KEY_TYPE_XMSS_MT_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_ML_DSA_KEY_SIZE_44 is not set
    # CONFIG_PSA_WANT_ML_DSA_KEY_SIZE_65 is not set
    # CONFIG_PSA_WANT_ML_DSA_KEY_SIZE_87 is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_DSA_PUBLIC_KEY is not set
    # CONFIG_PSA_WANT_ML_KEM_KEY_SIZE_512 is not set
    # CONFIG_PSA_WANT_ML_KEM_KEY_SIZE_768 is not set
    # CONFIG_PSA_WANT_ML_KEM_KEY_SIZE_1024 is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_IMPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_EXPORT is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_GENERATE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_KEY_PAIR_DERIVE is not set
    # CONFIG_PSA_WANT_KEY_TYPE_ML_KEM_PUBLIC_KEY is not set
    # end of nRF Security
    
    #
    # Audio Modules
    #
    # CONFIG_AUDIO_MODULE_TEST is not set
    
    #
    # Log levels
    #
    # end of Log levels
    # end of Audio Modules
    
    #
    # Audio Modules
    #
    # CONFIG_AUDIO_MODULE_TEMPLATE is not set
    # end of Audio Modules
    
    # CONFIG_TRUSTED_STORAGE is not set
    
    #
    # Logging over RPC
    #
    # CONFIG_LOG_FORWARDER_RPC is not set
    CONFIG_LOG_BACKED_RPC_CRASH_INFO_FILENAME_SIZE=1
    # end of Logging over RPC
    
    # CONFIG_NRF_COMPRESS is not set
    
    #
    # MCUboot IDs (informative only, do not change)
    #
    CONFIG_MCUBOOT_APPLICATION_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_NETWORK_CORE_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_WIFI_PATCHES_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_QSPI_XIP_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_EXTRA_1_IMAGE_NUMBER=-1
    CONFIG_MCUBOOT_EXTRA_2_IMAGE_NUMBER=-1
    # end of MCUboot IDs (informative only, do not change)
    # end of Subsystems
    
    # CONFIG_WFA_QT_LOG_LEVEL_OFF is not set
    # CONFIG_WFA_QT_LOG_LEVEL_ERR is not set
    # CONFIG_WFA_QT_LOG_LEVEL_WRN is not set
    # CONFIG_WFA_QT_LOG_LEVEL_INF is not set
    # CONFIG_WFA_QT_LOG_LEVEL_DBG is not set
    CONFIG_WFA_QT_LOG_LEVEL_DEFAULT=y
    CONFIG_WFA_QT_LOG_LEVEL=4
    # CONFIG_WFA_QT_CONTROL_APP is not set
    CONFIG_WFA_QT_THREAD_STACK_SIZE=5200
    CONFIG_WFA_QT_REBOOT_TIMEOUT_MS=1000
    CONFIG_WFA_QT_DEFAULT_INTERFACE="wlan0"
    CONFIG_WPAS_READY_TIMEOUT_MS=10000
    
    #
    # Libraries
    #
    # CONFIG_APP_JWT is not set
    
    #
    # Binary libraries
    #
    # end of Binary libraries
    
    # CONFIG_AT_MONITOR is not set
    # CONFIG_LTE_LINK_CONTROL is not set
    CONFIG_NRF_ACL_FLASH_REGION_SIZE=0x1000
    CONFIG_FPROTECT_BLOCK_SIZE=0x1000
    # CONFIG_FPROTECT is not set
    # CONFIG_AT_CMD_CUSTOM is not set
    # CONFIG_DK_LIBRARY is not set
    # CONFIG_AT_PARSER is not set
    # CONFIG_RESET_ON_FATAL_ERROR is not set
    # CONFIG_SMS is not set
    # CONFIG_SUPL_CLIENT_LIB is not set
    # CONFIG_DATE_TIME is not set
    # CONFIG_HW_ID_LIBRARY is not set
    # CONFIG_RAM_POWER_DOWN_LIBRARY is not set
    # CONFIG_WAVE_GEN_LIB is not set
    CONFIG_HW_UNIQUE_KEY_PARTITION_SIZE=0x1000
    # CONFIG_LOCATION is not set
    # 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
    # CONFIG_SAMPLE_RATE_CONVERTER is not set
    CONFIG_NCS_BOOT_BANNER=y
    CONFIG_NCS_NCS_BOOT_BANNER_STRING="nRF Connect SDK"
    CONFIG_NCS_ZEPHYR_BOOT_BANNER_STRING="Zephyr OS"
    # end of Libraries
    
    #
    # Device Drivers
    #
    # CONFIG_BT_DRIVER_QUIRK_NO_AUTO_DLE is not set
    # CONFIG_FLASH_RPC is not set
    # CONFIG_SOC_FLASH_NRF_RADIO_SYNC_RPC is not set
    CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_TIMESLOT_SESSION_COUNT=0
    # CONFIG_ETH_RTT is not set
    # CONFIG_SENSOR is not set
    # CONFIG_NRF_SW_LPUART is not set
    CONFIG_NRFX_GPIOTE_NUM_OF_EVT_HANDLERS=1
    # end of Device Drivers
    
    #
    # External libraries
    #
    # end of External libraries
    
    #
    # Test
    #
    # CONFIG_UNITY is not set
    
    #
    # Mocks
    #
    # CONFIG_MOCK_NRF_MODEM_AT is not set
    # CONFIG_MOCK_NRF_RPC is not set
    # end of Mocks
    # end of Test
    # end of Nordic nRF Connect
    
    CONFIG_ZEPHYR_NRF_MODULE=y
    # end of nrf (/home/cemothy/programming/workspace/ncs/nrf)
    
    #
    # hostap (/home/cemothy/programming/workspace/ncs/modules/lib/hostap)
    #
    # CONFIG_WIFI_NM_WPA_SUPPLICANT is not set
    CONFIG_ZEPHYR_HOSTAP_MODULE=y
    # end of hostap (/home/cemothy/programming/workspace/ncs/modules/lib/hostap)
    
    #
    # mcuboot (/home/cemothy/programming/workspace/ncs/bootloader/mcuboot)
    #
    
    #
    # MCUboot
    #
    CONFIG_DT_FLASH_WRITE_BLOCK_SIZE=4
    CONFIG_MCUBOOT_USB_SUPPORT=y
    # CONFIG_USE_NRF53_MULTI_IMAGE_WITHOUT_UPGRADE_ONLY is not set
    # end of MCUboot
    
    #
    # Custom TLVs
    #
    CONFIG_NCS_MCUBOOT_PERIPHCONF_TLV_ID=0xA1
    # end of Custom TLVs
    
    CONFIG_ZEPHYR_MCUBOOT_MODULE=y
    # end of mcuboot (/home/cemothy/programming/workspace/ncs/bootloader/mcuboot)
    
    #
    # mbedtls (/home/cemothy/programming/workspace/ncs/modules/crypto/mbedtls)
    #
    CONFIG_ZEPHYR_MBEDTLS_MODULE=y
    # CONFIG_PSA_CRYPTO is not set
    # end of mbedtls (/home/cemothy/programming/workspace/ncs/modules/crypto/mbedtls)
    
    #
    # oberon-psa-crypto (/home/cemothy/programming/workspace/ncs/modules/crypto/oberon-psa-crypto)
    #
    CONFIG_ZEPHYR_OBERON_PSA_CRYPTO_MODULE=y
    # end of oberon-psa-crypto (/home/cemothy/programming/workspace/ncs/modules/crypto/oberon-psa-crypto)
    
    #
    # trusted-firmware-m (/home/cemothy/programming/workspace/ncs/modules/tee/tf-m/trusted-firmware-m)
    #
    CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE=y
    # end of trusted-firmware-m (/home/cemothy/programming/workspace/ncs/modules/tee/tf-m/trusted-firmware-m)
    
    CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE=y
    
    #
    # cjson (/home/cemothy/programming/workspace/ncs/modules/lib/cjson)
    #
    # CONFIG_CJSON_LIB is not set
    CONFIG_ZEPHYR_CJSON_MODULE=y
    # end of cjson (/home/cemothy/programming/workspace/ncs/modules/lib/cjson)
    
    #
    # azure-sdk-for-c (/home/cemothy/programming/workspace/ncs/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 (/home/cemothy/programming/workspace/ncs/modules/lib/azure-sdk-for-c)
    
    #
    # cirrus-logic (/home/cemothy/programming/workspace/ncs/modules/hal/cirrus-logic)
    #
    # CONFIG_HW_CODEC_CIRRUS_LOGIC is not set
    CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE=y
    # end of cirrus-logic (/home/cemothy/programming/workspace/ncs/modules/hal/cirrus-logic)
    
    #
    # openthread (/home/cemothy/programming/workspace/ncs/modules/lib/openthread)
    #
    # CONFIG_OPENTHREAD is not set
    CONFIG_ZEPHYR_OPENTHREAD_MODULE=y
    # end of openthread (/home/cemothy/programming/workspace/ncs/modules/lib/openthread)
    
    #
    # memfault-firmware-sdk (/home/cemothy/programming/workspace/ncs/modules/lib/memfault-firmware-sdk)
    #
    # CONFIG_MEMFAULT is not set
    CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE=y
    # end of memfault-firmware-sdk (/home/cemothy/programming/workspace/ncs/modules/lib/memfault-firmware-sdk)
    
    #
    # coremark (/home/cemothy/programming/workspace/ncs/modules/benchmark/coremark)
    #
    # CONFIG_COREMARK is not set
    CONFIG_ZEPHYR_COREMARK_MODULE=y
    # end of coremark (/home/cemothy/programming/workspace/ncs/modules/benchmark/coremark)
    
    #
    # canopennode (/home/cemothy/programming/workspace/ncs/modules/lib/canopennode)
    #
    CONFIG_ZEPHYR_CANOPENNODE_MODULE=y
    # end of canopennode (/home/cemothy/programming/workspace/ncs/modules/lib/canopennode)
    
    #
    # chre (/home/cemothy/programming/workspace/ncs/modules/lib/chre)
    #
    CONFIG_ZEPHYR_CHRE_MODULE=y
    # CONFIG_CHRE is not set
    # end of chre (/home/cemothy/programming/workspace/ncs/modules/lib/chre)
    
    #
    # lz4 (/home/cemothy/programming/workspace/ncs/modules/lib/lz4)
    #
    CONFIG_ZEPHYR_LZ4_MODULE=y
    # CONFIG_LZ4 is not set
    # end of lz4 (/home/cemothy/programming/workspace/ncs/modules/lib/lz4)
    
    CONFIG_ZEPHYR_TF_M_TESTS_MODULE=y
    
    #
    # zscilib (/home/cemothy/programming/workspace/ncs/modules/lib/zscilib)
    #
    # CONFIG_ZSL is not set
    CONFIG_ZEPHYR_ZSCILIB_MODULE=y
    # end of zscilib (/home/cemothy/programming/workspace/ncs/modules/lib/zscilib)
    
    #
    # cmsis (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis)
    #
    CONFIG_ZEPHYR_CMSIS_MODULE=y
    CONFIG_HAS_CMSIS_CORE=y
    # end of cmsis (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis)
    
    #
    # cmsis-dsp (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-dsp)
    #
    CONFIG_ZEPHYR_CMSIS_DSP_MODULE=y
    # CONFIG_CMSIS_DSP is not set
    # end of cmsis-dsp (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-dsp)
    
    #
    # cmsis-nn (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-nn)
    #
    CONFIG_ZEPHYR_CMSIS_NN_MODULE=y
    # CONFIG_CMSIS_NN is not set
    # end of cmsis-nn (/home/cemothy/programming/workspace/ncs/modules/lib/cmsis-nn)
    
    #
    # cmsis_6 (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis_6)
    #
    CONFIG_ZEPHYR_CMSIS_6_MODULE=y
    CONFIG_HAS_CMSIS_CORE_M=y
    # CONFIG_CMSIS_M_CHECK_DEVICE_DEFINES is not set
    # end of cmsis_6 (/home/cemothy/programming/workspace/ncs/modules/hal/cmsis_6)
    
    #
    # fatfs (/home/cemothy/programming/workspace/ncs/modules/fs/fatfs)
    #
    CONFIG_ZEPHYR_FATFS_MODULE=y
    # end of fatfs (/home/cemothy/programming/workspace/ncs/modules/fs/fatfs)
    
    #
    # hal_nordic (/home/cemothy/programming/workspace/ncs/modules/hal/nordic)
    #
    CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y
    CONFIG_HAS_NORDIC_DRIVERS=y
    
    #
    # Nordic drivers
    #
    # CONFIG_NRF_802154_SOURCE_HAL_NORDIC is not set
    # CONFIG_NRF_802154_SER_RADIO is not set
    # end of Nordic drivers
    
    CONFIG_HAS_NRFX=y
    
    #
    # nrfx drivers
    #
    
    #
    # nrfx drivers logging
    #
    # CONFIG_NRFX_CLOCK_LOG is not set
    # CONFIG_NRFX_GPIOTE_LOG is not set
    # CONFIG_NRFX_NVMC_LOG is not set
    # CONFIG_NRFX_SPIM_LOG is not set
    # end of nrfx drivers logging
    
    CONFIG_NRFX_CLOCK=y
    # CONFIG_NRFX_CLOCK_USE_LFRC_CALIBRATION is not set
    CONFIG_NRFX_CLOCK_LFXO_TWO_STAGE_ENABLED=y
    # CONFIG_NRFX_CLOCK_LF_CAL_ENABLED is not set
    # CONFIG_NRFX_CLOCK_LF_SRC_RC is not set
    CONFIG_NRFX_CLOCK_LF_SRC_XTAL=y
    # CONFIG_NRFX_CLOCK_LF_SRC_SYNTH is not set
    # CONFIG_NRFX_CLOCK_LF_SRC_LOW_SWING is not set
    # CONFIG_NRFX_CLOCK_LF_SRC_FULL_SWING is not set
    # CONFIG_NRFX_COMP is not set
    # 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_GPIOTE0=y
    # CONFIG_NRFX_GPPI is not set
    # CONFIG_NRFX_I2S is not set
    # CONFIG_NRFX_LPCOMP is not set
    # CONFIG_NRFX_NFCT is not set
    CONFIG_NRFX_NVMC=y
    # CONFIG_NRFX_PDM is not set
    # CONFIG_NRFX_POWER is not set
    # CONFIG_NRFX_PWM is not set
    # CONFIG_NRFX_QDEC is not set
    # CONFIG_NRFX_RNG is not set
    # CONFIG_NRFX_RTC0 is not set
    # CONFIG_NRFX_RTC1 is not set
    # CONFIG_NRFX_RTC2 is not set
    # CONFIG_NRFX_SAADC is not set
    # CONFIG_NRFX_SPI0 is not set
    # CONFIG_NRFX_SPI1 is not set
    # CONFIG_NRFX_SPI2 is not set
    CONFIG_NRFX_SPIM=y
    # CONFIG_NRFX_SYSTICK is not set
    # CONFIG_NRFX_TEMP is not set
    # CONFIG_NRFX_TIMER is not set
    # CONFIG_NRFX_TWI0 is not set
    # CONFIG_NRFX_TWI1 is not set
    # CONFIG_NRFX_TWIM is not set
    # CONFIG_NRFX_TWIS is not set
    # CONFIG_NRFX_UART0 is not set
    # CONFIG_NRFX_UARTE 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
    
    CONFIG_NRFX_RESERVED_RESOURCES_HEADER="nrfx_reserved_resources_ncs.h"
    # end of nrfx drivers
    # end of hal_nordic (/home/cemothy/programming/workspace/ncs/modules/hal/nordic)
    
    #
    # hal_st (/home/cemothy/programming/workspace/ncs/modules/hal/st)
    #
    CONFIG_ZEPHYR_HAL_ST_MODULE=y
    # end of hal_st (/home/cemothy/programming/workspace/ncs/modules/hal/st)
    
    #
    # hal_tdk (/home/cemothy/programming/workspace/ncs/modules/hal/tdk)
    #
    CONFIG_ZEPHYR_HAL_TDK_MODULE=y
    
    #
    # TDK drivers
    #
    # CONFIG_TDK_HAL is not set
    # end of TDK drivers
    # end of hal_tdk (/home/cemothy/programming/workspace/ncs/modules/hal/tdk)
    
    CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE=y
    
    #
    # liblc3 (/home/cemothy/programming/workspace/ncs/modules/lib/liblc3)
    #
    CONFIG_ZEPHYR_LIBLC3_MODULE=y
    # end of liblc3 (/home/cemothy/programming/workspace/ncs/modules/lib/liblc3)
    
    CONFIG_ZEPHYR_LIBMETAL_MODULE=y
    
    #
    # littlefs (/home/cemothy/programming/workspace/ncs/modules/fs/littlefs)
    #
    CONFIG_ZEPHYR_LITTLEFS_MODULE=y
    # end of littlefs (/home/cemothy/programming/workspace/ncs/modules/fs/littlefs)
    
    #
    # loramac-node (/home/cemothy/programming/workspace/ncs/modules/lib/loramac-node)
    #
    CONFIG_ZEPHYR_LORAMAC_NODE_MODULE=y
    # CONFIG_HAS_SEMTECH_RADIO_DRIVERS is not set
    # end of loramac-node (/home/cemothy/programming/workspace/ncs/modules/lib/loramac-node)
    
    #
    # lvgl (/home/cemothy/programming/workspace/ncs/modules/lib/gui/lvgl)
    #
    CONFIG_ZEPHYR_LVGL_MODULE=y
    # end of lvgl (/home/cemothy/programming/workspace/ncs/modules/lib/gui/lvgl)
    
    CONFIG_ZEPHYR_MIPI_SYS_T_MODULE=y
    
    #
    # nanopb (/home/cemothy/programming/workspace/ncs/modules/lib/nanopb)
    #
    CONFIG_ZEPHYR_NANOPB_MODULE=y
    # CONFIG_NANOPB is not set
    # end of nanopb (/home/cemothy/programming/workspace/ncs/modules/lib/nanopb)
    
    #
    # nrf_wifi (/home/cemothy/programming/workspace/ncs/modules/lib/nrf_wifi)
    #
    CONFIG_ZEPHYR_NRF_WIFI_MODULE=y
    # CONFIG_NRF70_BUSLIB is not set
    # end of nrf_wifi (/home/cemothy/programming/workspace/ncs/modules/lib/nrf_wifi)
    
    CONFIG_ZEPHYR_OPEN_AMP_MODULE=y
    
    #
    # percepio (/home/cemothy/programming/workspace/ncs/modules/debug/percepio)
    #
    
    #
    # Percepio Tracealyzer support can be enabled from the tracing subsystem
    #
    # CONFIG_PERCEPIO_DFM is not set
    CONFIG_ZEPHYR_PERCEPIO_MODULE=y
    # end of percepio (/home/cemothy/programming/workspace/ncs/modules/debug/percepio)
    
    #
    # picolibc (/home/cemothy/programming/workspace/ncs/modules/lib/picolibc)
    #
    # CONFIG_PICOLIBC_MODULE is not set
    CONFIG_ZEPHYR_PICOLIBC_MODULE=y
    # end of picolibc (/home/cemothy/programming/workspace/ncs/modules/lib/picolibc)
    
    #
    # segger (/home/cemothy/programming/workspace/ncs/modules/debug/segger)
    #
    CONFIG_ZEPHYR_SEGGER_MODULE=y
    CONFIG_HAS_SEGGER_RTT=y
    CONFIG_USE_SEGGER_RTT=y
    CONFIG_SEGGER_RTT_CUSTOM_LOCKING=y
    CONFIG_SEGGER_RTT_CB_ALIGNMENT=16
    CONFIG_SEGGER_RTT_MAX_NUM_UP_BUFFERS=3
    CONFIG_SEGGER_RTT_MAX_NUM_DOWN_BUFFERS=3
    CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=1024
    CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=16
    CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE=64
    CONFIG_SEGGER_RTT_MODE_NO_BLOCK_SKIP=y
    # CONFIG_SEGGER_RTT_MODE_NO_BLOCK_TRIM is not set
    # CONFIG_SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL is not set
    CONFIG_SEGGER_RTT_MODE=0
    # CONFIG_SEGGER_RTT_MEMCPY_USE_BYTELOOP is not set
    # CONFIG_SEGGER_RTT_SECTION_NONE is not set
    # CONFIG_SEGGER_RTT_SECTION_DTCM is not set
    # CONFIG_SEGGER_RTT_SECTION_CCM is not set
    CONFIG_SEGGER_RTT_SECTION_CUSTOM=y
    # CONFIG_SEGGER_RTT_SECTION_CUSTOM_DTS_REGION is not set
    CONFIG_SEGGER_RTT_SECTION_CUSTOM_NAME=".rtt_buff_data"
    # CONFIG_SEGGER_RTT_INIT_MODE_ALWAYS is not set
    CONFIG_SEGGER_RTT_INIT_MODE_STRONG_CHECK=y
    # CONFIG_SEGGER_RTT_INIT_MODE_WEAK_CHECK is not set
    # end of segger (/home/cemothy/programming/workspace/ncs/modules/debug/segger)
    
    #
    # uoscore-uedhoc (/home/cemothy/programming/workspace/ncs/modules/lib/uoscore-uedhoc)
    #
    CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE=y
    # end of uoscore-uedhoc (/home/cemothy/programming/workspace/ncs/modules/lib/uoscore-uedhoc)
    
    #
    # zcbor (/home/cemothy/programming/workspace/ncs/modules/lib/zcbor)
    #
    CONFIG_ZEPHYR_ZCBOR_MODULE=y
    # CONFIG_ZCBOR is not set
    # end of zcbor (/home/cemothy/programming/workspace/ncs/modules/lib/zcbor)
    
    #
    # nrfxlib (/home/cemothy/programming/workspace/ncs/nrfxlib)
    #
    
    #
    # Nordic nrfxlib
    #
    
    #
    # nrf_modem (Modem library)
    #
    CONFIG_NRF_MODEM_SHMEM_CTRL_SIZE=0x4e8
    # end of nrf_modem (Modem library)
    
    # CONFIG_NFC_T2T_NRFXLIB is not set
    # CONFIG_NFC_T4T_NRFXLIB is not set
    # CONFIG_MPSL is not set
    
    #
    # Crypto libraries for nRF5x SOCs.
    #
    # CONFIG_NRF_OBERON is not set
    # CONFIG_NRF_CC310_BL is not set
    # end of Crypto libraries for nRF5x SOCs.
    
    # CONFIG_NRF_RPC is not set
    CONFIG_NRF_802154_SOURCE_NRFXLIB=y
    # CONFIG_GZLL is not set
    # CONFIG_NRF_DM is not set
    # CONFIG_NRF_FUEL_GAUGE is not set
    # end of Nordic nrfxlib
    
    CONFIG_ZEPHYR_NRFXLIB_MODULE=y
    # end of nrfxlib (/home/cemothy/programming/workspace/ncs/nrfxlib)
    
    CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE=y
    
    #
    # connectedhomeip (/home/cemothy/programming/workspace/ncs/modules/lib/matter)
    #
    # CONFIG_CHIP is not set
    CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE=y
    # end of connectedhomeip (/home/cemothy/programming/workspace/ncs/modules/lib/matter)
    
    # 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_HAS_MEC5_HAL is not set
    # CONFIG_OPENAMP 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_bouffalolab module not available.
    #
    
    #
    # hal_gigadevice module not available.
    #
    
    #
    # hal_nxp module not available.
    #
    
    #
    # libsbc module not available.
    #
    
    #
    # Trusted-firmware-a module not available.
    #
    
    #
    # LoRa Basics Modem module not available.
    #
    
    #
    # THRIFT module not available.
    #
    # CONFIG_ACPI is not set
    # end of Modules
    
    CONFIG_BOARD="grivix_trilocate_v3"
    CONFIG_BOARD_REVISION=""
    CONFIG_BOARD_TARGET="grivix_trilocate_v3/nrf52833"
    # CONFIG_NET_DRIVERS is not set
    CONFIG_BOARD_GRIVIX_TRILOCATE_V3=y
    CONFIG_BOARD_GRIVIX_TRILOCATE_V3_NRF52833=y
    CONFIG_BOARD_QUALIFIERS="nrf52833"
    
    #
    # Board Options
    #
    # end of Board Options
    
    #
    # Hardware Configuration
    #
    CONFIG_SOC="nrf52833"
    CONFIG_SOC_SERIES="nrf52"
    CONFIG_SOC_FAMILY="nordic_nrf"
    CONFIG_SOC_FAMILY_NORDIC_NRF=y
    CONFIG_SOC_SERIES_NRF52X=y
    CONFIG_SOC_NRF52833=y
    CONFIG_SOC_NRF52833_QDAA=y
    # CONFIG_HWINFO is not set
    # CONFIG_BUILD_OUTPUT_INFO_HEADER is not set
    CONFIG_SOC_COMPATIBLE_NRF=y
    CONFIG_SOC_COMPATIBLE_NRF52X=y
    CONFIG_SOC_COMPATIBLE_NRF52833=y
    CONFIG_SOC_NORDIC_BSP_NAME="stable"
    CONFIG_HAS_HW_NRF_ACL=y
    CONFIG_HAS_HW_NRF_CCM=y
    CONFIG_HAS_HW_NRF_CCM_LFLEN_8BIT=y
    CONFIG_HAS_HW_NRF_CCM_HEADERMASK=y
    CONFIG_HAS_HW_NRF_CLOCK=y
    CONFIG_HAS_HW_NRF_ECB=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_GPIO1=y
    CONFIG_HAS_HW_NRF_GPIOTE0=y
    CONFIG_HAS_HW_NRF_MWU=y
    CONFIG_HAS_HW_NRF_NVMC_PE=y
    CONFIG_HAS_HW_NRF_POWER=y
    CONFIG_HAS_HW_NRF_PPI=y
    CONFIG_HAS_HW_NRF_RADIO_BLE_2M=y
    CONFIG_HAS_HW_NRF_RADIO_BLE_CODED=y
    CONFIG_HAS_HW_NRF_RADIO_DFE=y
    CONFIG_HAS_HW_NRF_RADIO_IEEE802154=y
    CONFIG_HAS_HW_NRF_RADIO_TX_PWR_HIGH=y
    CONFIG_HAS_HW_NRF_RNG=y
    CONFIG_HAS_HW_NRF_SAADC=y
    CONFIG_HAS_HW_NRF_SWI0=y
    CONFIG_HAS_HW_NRF_SWI1=y
    CONFIG_HAS_HW_NRF_SWI2=y
    CONFIG_HAS_HW_NRF_SWI3=y
    CONFIG_HAS_HW_NRF_SWI4=y
    CONFIG_HAS_HW_NRF_SWI5=y
    CONFIG_HAS_HW_NRF_TEMP=y
    CONFIG_HAS_HW_NRF_UART0=y
    CONFIG_HAS_HW_NRF_USBD=y
    CONFIG_HAS_NORDIC_RAM_CTRL=y
    # CONFIG_NRF_FORCE_RAM_ON_REBOOT is not set
    # CONFIG_NRF_SYS_EVENT is not set
    # CONFIG_IS_IRONSIDE_SE_SECONDARY_IMAGE is not set
    # CONFIG_IS_GEN_UICR_IMAGE is not set
    CONFIG_NRF_ENABLE_ICACHE=y
    CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=0
    # CONFIG_SOC_NRF54H20_PM_S2RAM_OVERRIDE is not set
    CONFIG_NRF_SOC_SECURE_SUPPORTED=y
    CONFIG_NRF_APPROTECT_USE_UICR=y
    # CONFIG_NRF_APPROTECT_LOCK is not set
    # CONFIG_NRF_TRACE_PORT is not set
    CONFIG_GPIO_INIT_PRIORITY=40
    # 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=4
    # end of Hardware Configuration
    
    CONFIG_ARCH="arm"
    # CONFIG_EXTRA_EXCEPTION_INFO is not set
    CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT=y
    CONFIG_CPU_CORTEX=y
    CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=32
    CONFIG_MPU_ALLOW_FLASH_WRITE=y
    
    #
    # ARM Options
    #
    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_PLATFORM_SPECIFIC_INIT is not set
    CONFIG_FAULT_DUMP=2
    CONFIG_ARM_STACK_PROTECTION=y
    CONFIG_FP16=y
    CONFIG_FP16_IEEE=y
    # CONFIG_FP16_ALT is not set
    CONFIG_CPU_CORTEX_M4=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_PROGRAMMABLE_FAULT_PRIOS=y
    CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
    CONFIG_ARMV7_M_ARMV8_M_FP=y
    
    #
    # ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33/M55 options
    #
    # 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/M55 options
    
    CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
    # CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT is not set
    # CONFIG_NULL_POINTER_EXCEPTION_DETECTION_MPU is not set
    CONFIG_MPU_STACK_GUARD=y
    # CONFIG_MPU_DISABLE_BACKGROUND_MAP is not set
    # CONFIG_CUSTOM_SECTION_ALIGN is not set
    CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE=32
    CONFIG_HAS_SWO=y
    # end of ARM Options
    
    CONFIG_ARM=y
    CONFIG_ARCH_IS_SET=y
    
    #
    # General Architecture Options
    #
    # CONFIG_SEMIHOST is not set
    CONFIG_ARCH_SUPPORTS_ROM_OFFSET=y
    CONFIG_ARM_MPU=y
    # 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=4
    CONFIG_LITTLE_ENDIAN=y
    # CONFIG_USERSPACE is not set
    # CONFIG_NOINIT_SNIPPET_FIRST is not set
    CONFIG_GEN_PRIV_STACKS=y
    # CONFIG_STACK_GROWS_UP is not set
    # CONFIG_FRAME_POINTER is not set
    
    #
    # Interrupt Configuration
    #
    # CONFIG_ISR_TABLES_LOCAL_DECLARATION is not set
    CONFIG_ARCH_DEVICE_STATE_ALIGN=4
    CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_ADDRESS=y
    # CONFIG_IRQ_VECTOR_TABLE_JUMP_BY_CODE is not set
    # CONFIG_SRAM_SW_ISR_TABLE is not set
    CONFIG_EXCEPTION_DEBUG=y
    # CONFIG_SIMPLIFIED_EXCEPTION_CODES is not set
    # end of Interrupt Configuration
    # end of General Architecture Options
    
    CONFIG_ARCH_HAS_TIMING_FUNCTIONS=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_VECTOR_TABLE_RELOCATION=y
    CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
    CONFIG_ARCH_SUPPORTS_COREDUMP=y
    CONFIG_ARCH_SUPPORTS_COREDUMP_THREADS=y
    CONFIG_ARCH_SUPPORTS_COREDUMP_STACK_PTR=y
    CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y
    CONFIG_ARCH_SUPPORTS_ROM_START=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_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=4
    CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT=y
    CONFIG_SRAM_REGION_PERMISSIONS=y
    
    #
    # DSP Options
    #
    # end of DSP Options
    
    #
    # Floating Point Options
    #
    # end of Floating Point Options
    
    #
    # Cache Options
    #
    # end of Cache Options
    
    CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS=y
    CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=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=4
    CONFIG_NUM_COOP_PRIORITIES=16
    CONFIG_MAIN_THREAD_PRIORITY=0
    CONFIG_COOP_ENABLED=y
    CONFIG_PREEMPT_ENABLED=y
    CONFIG_PRIORITY_CEILING=-127
    # CONFIG_SCHED_DEADLINE is not set
    CONFIG_THREAD_STACK_INFO=y
    # CONFIG_THREAD_CUSTOM_DATA is not set
    # CONFIG_DYNAMIC_THREAD is not set
    # CONFIG_SCHED_DUMB is not set
    CONFIG_SCHED_SIMPLE=y
    # CONFIG_SCHED_SCALABLE is not set
    # CONFIG_SCHED_MULTIQ is not set
    # CONFIG_WAITQ_DUMB is not set
    # CONFIG_WAITQ_SCALABLE is not set
    CONFIG_WAITQ_SIMPLE=y
    
    #
    # Misc Kernel related options
    #
    CONFIG_LIBC_ERRNO=y
    CONFIG_ERRNO=y
    CONFIG_CURRENT_THREAD_USE_TLS=y
    # end of Misc Kernel related options
    
    #
    # Kernel Debugging and Metrics
    #
    CONFIG_BOOT_DELAY=0
    # CONFIG_BOOT_CLEAR_SCREEN is not set
    # 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
    
    # CONFIG_OBJ_CORE is not set
    # CONFIG_WORKQUEUE_WORK_TIMEOUT is not set
    
    #
    # System Work Queue Options
    #
    # CONFIG_SYSTEM_WORKQUEUE_NO_YIELD is not set
    CONFIG_SYSTEM_WORKQUEUE_WORK_TIMEOUT_MS=0
    # end of System Work Queue Options
    
    #
    # Barrier Operations
    #
    CONFIG_BARRIER_OPERATIONS_ARCH=y
    # end of Barrier Operations
    
    #
    # Atomic Operations
    #
    CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
    # end of Atomic Operations
    
    #
    # Timer API Options
    #
    CONFIG_TIMESLICING=y
    CONFIG_TIMESLICE_PRIORITY=0
    # CONFIG_TIMESLICE_PER_THREAD is not set
    # end of Timer API Options
    
    #
    # Other Kernel Object Options
    #
    # CONFIG_POLL is not set
    # CONFIG_MEM_SLAB_POINTER_VALIDATE is not set
    # CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set
    CONFIG_NUM_MBOX_ASYNC_MSGS=10
    # CONFIG_EVENTS is not set
    # CONFIG_HEAP_MEM_POOL_IGNORE_MIN is not set
    # end of Other Kernel Object Options
    
    CONFIG_SWAP_NONATOMIC=y
    CONFIG_TIMEOUT_64BIT=y
    CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS=365
    
    #
    # Security Options
    #
    # end of Security Options
    
    #
    # Memory Domains
    #
    CONFIG_ARCH_MEM_DOMAIN_SUPPORTS_ISOLATED_STACKS=y
    CONFIG_MEM_DOMAIN_ISOLATED_STACKS=y
    # end of Memory Domains
    
    #
    # SMP Options
    #
    # CONFIG_TICKET_SPINLOCKS is not set
    # end of SMP Options
    
    CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE=y
    CONFIG_THREAD_LOCAL_STORAGE=y
    CONFIG_TOOLCHAIN_SUPPORTS_STATIC_INIT_GNU=y
    # CONFIG_STATIC_INIT_GNU is not set
    # CONFIG_BOOTARGS is not set
    # end of General Kernel Options
    
    #
    # Device Options
    #
    # CONFIG_DEVICE_MUTABLE is not set
    # CONFIG_DEVICE_DT_METADATA is not set
    CONFIG_DEVICE_DEINIT_SUPPORT=y
    # end of Device Options
    
    #
    # Initialization Priorities
    #
    CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
    CONFIG_KERNEL_INIT_PRIORITY_LIBC=35
    CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
    CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
    CONFIG_APPLICATION_INIT_PRIORITY=90
    # end of Initialization Priorities
    
    #
    # Virtual Memory Support
    #
    
    #
    # MMU Features
    #
    # end of MMU Features
    # end of Virtual Memory Support
    
    #
    # SoC and Board Hooks
    #
    # CONFIG_SOC_EARLY_RESET_HOOK is not set
    # CONFIG_SOC_PREP_HOOK is not set
    # CONFIG_SOC_EARLY_INIT_HOOK is not set
    # CONFIG_SOC_LATE_INIT_HOOK is not set
    # CONFIG_SOC_PER_CORE_INIT_HOOK is not set
    # CONFIG_BOARD_EARLY_INIT_HOOK is not set
    # CONFIG_BOARD_LATE_INIT_HOOK is not set
    # end of SoC and Board Hooks
    
    #
    # Device Drivers
    #
    # CONFIG_ADC is not set
    # CONFIG_AUDIO is not set
    # CONFIG_AUXDISPLAY is not set
    # CONFIG_BBRAM is not set
    # CONFIG_CAN is not set
    # CONFIG_CHARGER 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=4
    CONFIG_CLOCK_CONTROL_NRF=y
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_FREQUENCY=32768
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC is not set
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_LOW_SWING is not set
    # CONFIG_CLOCK_CONTROL_NRF_K32SRC_EXT_FULL_SWING is not set
    # 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_CLOCK_CONTROL_FIXED_RATE_CLOCK is not set
    # CONFIG_COMPARATOR is not set
    # CONFIG_COREDUMP_DEVICE is not set
    # CONFIG_CRC_DRIVER is not set
    # CONFIG_CRYPTO is not set
    # CONFIG_DAC is not set
    # CONFIG_DAI is not set
    # CONFIG_DEBUG_DRIVER is not set
    # CONFIG_DISK_DRIVERS is not set
    # CONFIG_DISPLAY is not set
    # CONFIG_DMA is not set
    # CONFIG_DP_DRIVER is not set
    # CONFIG_EDAC is not set
    # CONFIG_EEPROM is not set
    # CONFIG_ENTROPY_GENERATOR is not set
    # CONFIG_ESPI is not set
    
    #
    # Firmware drivers
    #
    # CONFIG_ARM_SCMI is not set
    # end of Firmware drivers
    
    CONFIG_FLASH_HAS_DRIVER_ENABLED=y
    CONFIG_FLASH_HAS_EX_OP=y
    CONFIG_FLASH_HAS_EXPLICIT_ERASE=y
    CONFIG_FLASH_HAS_PAGE_LAYOUT=y
    CONFIG_FLASH_JESD216=y
    # CONFIG_FLASH_JESD216_API is not set
    CONFIG_FLASH_PAGE_LAYOUT=y
    # CONFIG_FLASH_EX_OP_ENABLED is not set
    
    #
    # MSPI flash device driver
    #
    # end of MSPI flash device driver
    
    CONFIG_SPI_NOR_SFDP_MINIMAL=y
    # CONFIG_SPI_NOR_SFDP_DEVICETREE is not set
    # CONFIG_SPI_NOR_SFDP_RUNTIME is not set
    CONFIG_SPI_NOR_INIT_PRIORITY=80
    CONFIG_SPI_NOR_CS_WAIT_DELAY=0
    CONFIG_SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY=y
    CONFIG_SPI_NOR_SLEEP_ERASE_MS=50
    CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=65536
    # CONFIG_SOC_FLASH_NRF_CUSTOM_CONTEXT is not set
    CONFIG_SOC_FLASH_NRF=y
    CONFIG_SOC_FLASH_NRF_RADIO_SYNC_NONE=y
    # CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE is not set
    # CONFIG_SOC_FLASH_NRF_UICR is not set
    # CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS is not set
    # CONFIG_FLASH_LOG_LEVEL_OFF is not set
    # CONFIG_FLASH_LOG_LEVEL_ERR is not set
    # CONFIG_FLASH_LOG_LEVEL_WRN is not set
    # CONFIG_FLASH_LOG_LEVEL_INF is not set
    CONFIG_FLASH_LOG_LEVEL_DBG=y
    # CONFIG_FLASH_LOG_LEVEL_DEFAULT is not set
    CONFIG_FLASH_LOG_LEVEL=4
    # CONFIG_FPGA is not set
    # CONFIG_FUEL_GAUGE is not set
    # CONFIG_GNSS 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=4
    # 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_GPIO_NRFX_INTERRUPT=y
    # CONFIG_HAPTICS is not set
    # CONFIG_HWSPINLOCK is not set
    # CONFIG_I2S is not set
    # CONFIG_I3C 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=4
    # 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_DBI is not set
    
    #
    # Miscellaneous Drivers
    #
    # CONFIG_TIMEAWARE_GPIO is not set
    
    #
    # Interconn Drivers
    #
    # end of Interconn Drivers
    # end of Miscellaneous Drivers
    
    # CONFIG_MM_DRV is not set
    # CONFIG_MSPI is not set
    # CONFIG_PCIE is not set
    # CONFIG_PCIE_ENDPOINT is not set
    # CONFIG_PECI is not set
    CONFIG_PINCTRL=y
    # 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=4
    CONFIG_PINCTRL_STORE_REG=y
    # CONFIG_PINCTRL_DYNAMIC is not set
    CONFIG_PINCTRL_KEEP_SLEEP_STATE=y
    # CONFIG_PINCTRL_NPCX_EX is not set
    CONFIG_PINCTRL_NRF=y
    # CONFIG_PM_CPU_OPS is not set
    # CONFIG_PS2 is not set
    # CONFIG_PSI5 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
    # CONFIG_SENT is not set
    # CONFIG_SMBUS is not set
    # 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=50
    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=4
    CONFIG_SPI_NRFX=y
    CONFIG_SPI_NRFX_SPIM=y
    CONFIG_SPI_NRFX_RAM_BUFFER_SIZE=8
    CONFIG_SPI_NRFX_WAKE_TIMEOUT_US=200
    # CONFIG_STEPPER 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=y
    # CONFIG_NRF_RTC_TIMER_TRIGGER_OVERFLOW is not set
    CONFIG_NRF_RTC_COUNTER_BIT_WIDTH=24
    # 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_UHC_DRIVER is not set
    # CONFIG_UVB is not set
    # CONFIG_USB_DEVICE_DRIVER is not set
    
    #
    # USB common
    #
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_OFF is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_ERR is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_WRN is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_INF is not set
    # CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DBG is not set
    CONFIG_NRF_USBD_COMMON_LOG_LEVEL_DEFAULT=y
    CONFIG_NRF_USBD_COMMON_LOG_LEVEL=4
    # CONFIG_NRF_USBD_COMMON is not set
    # end of USB common
    
    # 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=4
    # CONFIG_USBC_VBUS_DRIVER is not set
    # CONFIG_USBC_PPC_DRIVER is not set
    # CONFIG_VIDEO is not set
    # CONFIG_VIRTIO is not set
    # CONFIG_VIRTIO_LOG_LEVEL_OFF is not set
    # CONFIG_VIRTIO_LOG_LEVEL_ERR is not set
    # CONFIG_VIRTIO_LOG_LEVEL_WRN is not set
    # CONFIG_VIRTIO_LOG_LEVEL_INF is not set
    # CONFIG_VIRTIO_LOG_LEVEL_DBG is not set
    CONFIG_VIRTIO_LOG_LEVEL_DEFAULT=y
    CONFIG_VIRTIO_LOG_LEVEL=4
    # CONFIG_VIRTUALIZATION is not set
    # CONFIG_W1 is not set
    # CONFIG_TEE is not set
    # end of Device Drivers
    
    # CONFIG_REQUIRES_FULL_LIBC is not set
    # CONFIG_REQUIRES_FLOAT_PRINTF is not set
    # CONFIG_LIBC_ALLOW_LESS_THAN_64BIT_TIME is not set
    CONFIG_FULL_LIBC_SUPPORTED=y
    CONFIG_MINIMAL_LIBC_SUPPORTED=y
    CONFIG_NEWLIB_LIBC_SUPPORTED=y
    CONFIG_PICOLIBC_SUPPORTED=y
    
    #
    # C Library
    #
    # CONFIG_MINIMAL_LIBC is not set
    CONFIG_PICOLIBC=y
    # CONFIG_NEWLIB_LIBC is not set
    # CONFIG_EXTERNAL_LIBC is not set
    CONFIG_HAS_NEWLIB_LIBC_NANO=y
    CONFIG_COMMON_LIBC_ABORT=y
    # CONFIG_COMMON_LIBC_ASCTIME_R is not set
    # CONFIG_COMMON_LIBC_CTIME_R is not set
    CONFIG_COMMON_LIBC_TIME=y
    CONFIG_COMMON_LIBC_MALLOC=y
    CONFIG_COMMON_LIBC_CALLOC=y
    CONFIG_COMMON_LIBC_REALLOCARRAY=y
    # CONFIG_COMMON_LIBC_REMOVE is not set
    # CONFIG_PICOLIBC_USE_MODULE is not set
    CONFIG_PICOLIBC_USE_TOOLCHAIN=y
    # CONFIG_PICOLIBC_IO_FLOAT is not set
    CONFIG_PICOLIBC_IO_LONG_LONG=y
    CONFIG_NEED_LIBC_MEM_PARTITION=y
    # end of C Library
    
    #
    # C++ Language Support
    #
    # CONFIG_CPP is not set
    # 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
    
    #
    # Heap and Memory Allocation
    #
    # CONFIG_SYS_HEAP_STRESS is not set
    # CONFIG_SYS_HEAP_INFO is not set
    CONFIG_SYS_HEAP_ALLOC_LOOPS=3
    # CONFIG_SYS_HEAP_RUNTIME_STATS is not set
    CONFIG_SYS_HEAP_ARRAY_SIZE=0
    # CONFIG_SYS_HEAP_LISTENER is not set
    # CONFIG_SYS_HEAP_SMALL_ONLY is not set
    # CONFIG_SYS_HEAP_BIG_ONLY is not set
    CONFIG_SYS_HEAP_AUTO=y
    # CONFIG_MULTI_HEAP is not set
    # CONFIG_SHARED_MULTI_HEAP is not set
    # end of Heap and Memory Allocation
    
    #
    # Memory Blocks
    #
    # CONFIG_SYS_MEM_BLOCKS is not set
    # end of Memory Blocks
    
    # CONFIG_NET_BUF is not set
    
    #
    # OS Support Library
    #
    # CONFIG_FDTABLE is not set
    CONFIG_ZVFS_OPEN_MAX=4
    # CONFIG_PRINTK_SYNC is not set
    # CONFIG_MPSC_PBUF is not set
    # CONFIG_SPSC_PBUF is not set
    CONFIG_HAS_POWEROFF=y
    # CONFIG_POWEROFF 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_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=4
    # CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE is not set
    CONFIG_CBPRINTF_CONVERT_CHECK_PTR=y
    # CONFIG_ZVFS is not set
    # end of OS Support Library
    
    #
    # POSIX API Support
    #
    
    #
    # POSIX Options
    #
    # CONFIG_POSIX_API is not set
    CONFIG_POSIX_AEP_CHOICE_NONE=y
    # CONFIG_POSIX_AEP_CHOICE_BASE is not set
    # CONFIG_POSIX_AEP_CHOICE_PSE51 is not set
    # CONFIG_POSIX_AEP_CHOICE_PSE52 is not set
    # CONFIG_POSIX_AEP_CHOICE_PSE53 is not set
    # CONFIG_POSIX_ASYNCHRONOUS_IO is not set
    # CONFIG_POSIX_BARRIERS is not set
    # CONFIG_POSIX_C_LANG_SUPPORT_R is not set
    # CONFIG_POSIX_C_LIB_EXT is not set
    
    #
    # POSIX device I/O
    #
    # CONFIG_POSIX_DEVICE_IO is not set
    CONFIG_POSIX_OPEN_MAX=4
    # end of POSIX device I/O
    
    # CONFIG_POSIX_FD_MGMT is not set
    # CONFIG_POSIX_FILE_SYSTEM_R is not set
    # CONFIG_POSIX_FILE_SYSTEM is not set
    
    #
    # POSIX memory
    #
    CONFIG_POSIX_PAGE_SIZE=0x40
    # CONFIG_POSIX_SHARED_MEMORY_OBJECTS is not set
    # CONFIG_POSIX_MAPPED_FILES is not set
    # CONFIG_POSIX_MEMORY_PROTECTION is not set
    # end of POSIX memory
    
    # CONFIG_POSIX_MESSAGE_PASSING is not set
    # CONFIG_POSIX_SINGLE_PROCESS is not set
    # CONFIG_POSIX_MULTI_PROCESS is not set
    # CONFIG_POSIX_THREADS is not set
    # CONFIG_POSIX_READER_WRITER_LOCKS is not set
    
    #
    # POSIX scheduler options
    #
    # CONFIG_POSIX_PRIORITY_SCHEDULING is not set
    # end of POSIX scheduler options
    
    # CONFIG_POSIX_SEMAPHORES is not set
    
    #
    # POSIX signals
    #
    # CONFIG_POSIX_REALTIME_SIGNALS is not set
    # CONFIG_POSIX_SIGNALS is not set
    # end of POSIX signals
    
    # CONFIG_POSIX_SPIN_LOCKS is not set
    
    #
    # POSIX synchronized I/O
    #
    # CONFIG_POSIX_FSYNC is not set
    # CONFIG_POSIX_SYNCHRONIZED_IO is not set
    # end of POSIX synchronized I/O
    
    # CONFIG_POSIX_TIMERS is not set
    
    #
    # X/Open system interfaces
    #
    # CONFIG_XSI_REALTIME is not set
    # CONFIG_XSI_SINGLE_PROCESS is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_OFF is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_ERR is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_WRN is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_INF is not set
    # CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_DBG is not set
    CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL_DEFAULT=y
    CONFIG_XSI_SINGLE_PROCESS_LOG_LEVEL=4
    # CONFIG_XOPEN_STREAMS is not set
    # CONFIG_XSI_SYSTEM_LOGGING is not set
    # CONFIG_XSI_THREADS_EXT is not set
    # end of X/Open system interfaces
    
    #
    # Miscellaneous POSIX-related options
    #
    # CONFIG_EVENTFD is not set
    # end of Miscellaneous POSIX-related options
    
    CONFIG_TC_PROVIDES_POSIX_C_LANG_SUPPORT_R=y
    # end of POSIX Options
    
    #
    # POSIX Shell Utilities
    #
    # end of POSIX Shell Utilities
    # end of POSIX API Support
    
    # CONFIG_OPENAMP_RSC_TABLE is not set
    # CONFIG_SMF is not set
    CONFIG_LIBGCC_RTLIB=y
    
    #
    # Utility Library
    #
    # CONFIG_JSON_LIBRARY is not set
    CONFIG_RING_BUFFER=y
    # CONFIG_RING_BUFFER_LARGE is not set
    CONFIG_NOTIFY=y
    # CONFIG_BASE64 is not set
    CONFIG_ONOFF=y
    # CONFIG_UTF8 is not set
    # CONFIG_COBS is not set
    # end of Utility Library
    
    #
    # Universally Unique Identifier (UUID)
    #
    # CONFIG_UUID is not set
    # end of Universally Unique Identifier (UUID)
    
    # CONFIG_MIN_HEAP is not set
    # end of Additional libraries
    
    #
    # Subsystems and OS Services
    #
    # CONFIG_BINDESC is not set
    # CONFIG_BT is not set
    
    #
    # Controller Area Network (CAN) bus subsystem
    #
    # end of Controller Area Network (CAN) bus subsystem
    
    # CONFIG_CONSOLE_SUBSYS is not set
    # CONFIG_CPU_LOAD_METRIC is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_OFF is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_ERR is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_WRN is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_INF is not set
    # CONFIG_CPU_LOAD_LOG_LEVEL_DBG is not set
    CONFIG_CPU_LOAD_LOG_LEVEL_DEFAULT=y
    CONFIG_CPU_LOAD_LOG_LEVEL=4
    # CONFIG_CRC is not set
    # CONFIG_DAP 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_UBSAN is not set
    # CONFIG_STACK_USAGE is not set
    CONFIG_PRINTK=y
    CONFIG_EARLY_CONSOLE=y
    # 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_THREAD_INFO is not set
    # CONFIG_DEBUG_COREDUMP is not set
    # CONFIG_SYMTAB is not set
    # end of Debugging Options
    
    # CONFIG_MIPI_STP_DECODER is not set
    # CONFIG_CS_TRACE_DEFMT is not set
    # CONFIG_CPU_LOAD is not set
    CONFIG_CPU_LOAD_LOG_PERIODICALLY=0
    # 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_LIB_LINK is not set
    # CONFIG_FILE_SYSTEM is not set
    # CONFIG_FCB is not set
    # end of File Systems
    
    # CONFIG_GNSS_RTK is not set
    
    #
    # 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
    # CONFIG_LLEXT is not set
    # CONFIG_LLEXT_EDK is not set
    
    #
    # Logging
    #
    CONFIG_LOG_CORE_INIT_PRIORITY=0
    # CONFIG_LOG_MODE_DEFERRED is not set
    CONFIG_LOG_MODE_IMMEDIATE=y
    # CONFIG_LOG_MODE_MINIMAL is not set
    # CONFIG_LOG_FRONTEND is not set
    # CONFIG_LOG_FRONTEND_OPT_API 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=4
    CONFIG_LOG_OVERRIDE_LEVEL=0
    CONFIG_LOG_MAX_LEVEL=4
    # end of Logging levels filtering
    
    #
    # Processing
    #
    CONFIG_LOG_PRINTK=y
    CONFIG_LOG_TRACE_SHORT_TIMESTAMP=y
    # CONFIG_LOG_TIMESTAMP_64BIT is not set
    # CONFIG_LOG_TIMESTAMP_USE_REALTIME 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_THREAD_ID_PREFIX is not set
    # CONFIG_LOG_CUSTOM_FORMAT_SUPPORT is not set
    # CONFIG_LOG_IMMEDIATE_CLEAN_OUTPUT is not set
    CONFIG_LOG_BACKEND_SHOW_COLOR=y
    # CONFIG_LOG_INFO_COLOR_GREEN is not set
    # CONFIG_LOG_DBG_COLOR_BLUE is not set
    CONFIG_LOG_TAG_MAX_LEN=0
    CONFIG_LOG_BACKEND_SUPPORTS_FORMAT_TIMESTAMP=y
    CONFIG_LOG_BACKEND_FORMAT_TIMESTAMP=y
    CONFIG_LOG_OUTPUT_FORMAT_TIME_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_RTT=y
    # CONFIG_LOG_BACKEND_RTT_MODE_DROP is not set
    CONFIG_LOG_BACKEND_RTT_MODE_BLOCK=y
    # CONFIG_LOG_BACKEND_RTT_MODE_OVERWRITE is not set
    CONFIG_LOG_BACKEND_RTT_OUTPUT_TEXT=y
    # CONFIG_LOG_BACKEND_RTT_OUTPUT_DICTIONARY is not set
    # CONFIG_LOG_BACKEND_RTT_OUTPUT_CUSTOM is not set
    CONFIG_LOG_BACKEND_RTT_OUTPUT_DEFAULT=0
    CONFIG_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE=16
    CONFIG_LOG_BACKEND_RTT_RETRY_CNT=4
    CONFIG_LOG_BACKEND_RTT_RETRY_DELAY_MS=5
    CONFIG_LOG_BACKEND_RTT_BUFFER=0
    # CONFIG_LOG_BACKEND_SWO is not set
    # CONFIG_LOG_BACKEND_IPC_SERVICE is not set
    # end of Backends
    
    #
    # Misc
    #
    CONFIG_LOG_USE_VLA=y
    CONFIG_LOG_SIMPLE_MSG_OPTIMIZE=y
    CONFIG_LOG_ALWAYS_RUNTIME=y
    # CONFIG_LOG_FMT_SECTION is not set
    # CONFIG_LOG_FMT_STRING_VALIDATE is not set
    # end of Misc
    
    CONFIG_LOG_RATELIMIT=y
    CONFIG_LOG_RATELIMIT_INTERVAL_MS=5000
    CONFIG_LOG_OUTPUT=y
    # end of Logging
    
    CONFIG_MEM_ATTR=y
    # CONFIG_MEM_ATTR_HEAP is not set
    
    #
    # Device Management
    #
    
    #
    # Host command handler subsystem
    #
    # CONFIG_EC_HOST_CMD is not set
    # end of Host command handler subsystem
    
    # CONFIG_OSDP is not set
    # end of Device Management
    
    # CONFIG_MODBUS is not set
    # CONFIG_MODEM_MODULES is not set
    
    #
    # Networking
    #
    # CONFIG_NETWORKING is not set
    # end of Networking
    
    #
    # Power Management
    #
    # CONFIG_PM_POLICY_LATENCY_STANDALONE is not set
    # end of Power Management
    
    #
    # Platform Management Communications Infrastructure (PMCI)
    #
    # CONFIG_MCTP is not set
    # end of Platform Management Communications Infrastructure (PMCI)
    
    #
    # Portability
    #
    # end of Portability
    
    # CONFIG_PROFILING is not set
    
    #
    # Random Number Generators
    #
    # CONFIG_TEST_RANDOM_GENERATOR is not set
    CONFIG_TIMER_RANDOM_INITIAL_STATE=123456789
    CONFIG_CSPRNG_AVAILABLE=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_SECURE_STORAGE is not set
    # CONFIG_SETTINGS is not set
    # CONFIG_SHELL is not set
    # CONFIG_STATS is not set
    
    #
    # Storage
    #
    CONFIG_FLASH_MAP=y
    # CONFIG_FLASH_AREA_CHECK_INTEGRITY is not set
    # CONFIG_FLASH_MAP_LABELS is not set
    # 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_FORCE_COVERAGE is not set
    # 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
    # CONFIG_MODULES is not set
    # end of Subsystems and OS Services
    
    CONFIG_TOOLCHAIN_ZEPHYR_0_16=y
    CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE=y
    CONFIG_TOOLCHAIN_ZEPHYR_SUPPORTS_GNU_EXTENSIONS=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_FLASH_LOAD_SIZE=0
    CONFIG_ROM_END_OFFSET=0
    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_LINKER_SORT_BY_ALIGNMENT=y
    
    #
    # 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
    
    CONFIG_LINKER_ITERABLE_SUBALIGN=4
    CONFIG_LINKER_DEVNULL_SUPPORT=y
    # CONFIG_LINKER_DEVNULL_MEMORY is not set
    # end of Linker Options
    
    #
    # Compiler Options
    #
    # CONFIG_STD_C90 is not set
    CONFIG_STD_C99=y
    # CONFIG_STD_C11 is not set
    # CONFIG_STD_C17 is not set
    # CONFIG_STD_C23 is not set
    CONFIG_TOOLCHAIN_SUPPORTS_GNU_EXTENSIONS=y
    # CONFIG_GNU_C_EXTENSIONS is not set
    # CONFIG_CODING_GUIDELINE_CHECK is not set
    # CONFIG_COMPILER_FREESTANDING is not set
    CONFIG_SIZE_OPTIMIZATIONS=y
    # CONFIG_SIZE_OPTIMIZATIONS_AGGRESSIVE is not set
    # 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_DEPRECATION_TEST is not set
    # CONFIG_COMPILER_SAVE_TEMPS is not set
    CONFIG_COMPILER_TRACK_MACRO_EXPANSION=y
    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
    CONFIG_TOOLCHAIN_SUPPORTS_VLA_IN_STATEMENTS=y
    # 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_PRINT_MEMORY_USAGE=y
    # CONFIG_CLEANUP_INTERMEDIATE_FILES is not set
    CONFIG_BUILD_GAP_FILL_PATTERN=0xFF
    # CONFIG_BUILD_NO_GAP_FILL is not set
    # CONFIG_BUILD_OUTPUT_HEX_GAP_FILL is not set
    # CONFIG_BUILD_OUTPUT_EXE is not set
    # CONFIG_BUILD_OUTPUT_S19_GAP_FILL is not set
    # CONFIG_BUILD_OUTPUT_UF2 is not set
    # CONFIG_BUILD_OUTPUT_MOT is not set
    # CONFIG_BUILD_OUTPUT_STRIPPED is not set
    # CONFIG_BUILD_OUTPUT_COMPRESS_DEBUG_SECTIONS is not set
    # CONFIG_BUILD_ALIGN_LMA 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
    CONFIG_CHECK_INIT_PRIORITIES=y
    # CONFIG_EMIT_ALL_SYSCALLS is not set
    # 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_LEGACY_GENERATED_INCLUDE_PATH=y
    # end of Compatibility
    

Children
No Data
Related