Home
last modified time | relevance | path

Searched refs:dt_nodelabel_path (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/drivers/sensor/tdk/icm42670/
DKconfig21 select TDK_APEX if $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,pedometer) \
22 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,tilt) \
23 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,smd) \
24 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670p),apex,wom) \
25 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,pedometer) \
26 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,tilt) \
27 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,smd) \
28 || $(dt_node_str_prop_equals,$(dt_nodelabel_path,icm42670s),apex,wom)
/Zephyr-latest/boards/nxp/mimxrt595_evk/
DKconfig11 DT_ADSP_RESET_MEM := $(dt_nodelabel_path,adsp_reset)
12 DT_ADSP_DATA_MEM := $(dt_nodelabel_path,adsp_data)
13 DT_ADSP_TEXT_MEM := $(dt_nodelabel_path,adsp_text)
/Zephyr-latest/soc/nxp/s32/s32k3/
DKconfig33 default $(dt_node_reg_addr_hex,$(dt_nodelabel_path,ivt_header))
40 default $(dt_node_reg_size_hex,$(dt_nodelabel_path,ivt_header))
/Zephyr-latest/tests/boot/test_mcuboot/swapped_app/
DKconfig8 default "$(dt_node_reg_addr_hex,$(dt_nodelabel_path,slot1_partition))-\
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
DKconfig.defconfig23 default "0x60000000 - $(dt_node_reg_addr_hex,$(dt_nodelabel_path,flash0))"
/Zephyr-latest/tests/misc/kconfigoptions/
DKconfig6 DT_FLASH_CONTROLLER := $(dt_nodelabel_path,flashcontroller0)
/Zephyr-latest/soc/st/stm32/
DKconfig.defconfig18 DT_STM32_RCC_PATH := $(dt_nodelabel_path,rcc)
22 DT_STM32_LPTIM_PATH := $(dt_nodelabel_path,stm32_lp_tick_source)
/Zephyr-latest/drivers/serial/
DKconfig.npcx6 DT_UART_NPCX:=$(dt_nodelabel_path,uart1)
/Zephyr-latest/soc/renesas/smartbond/da1469x/
DKconfig.defconfig15 DT_LPCLK_PATH := $(dt_nodelabel_path,lp_clk)
/Zephyr-latest/drivers/i3c/
DKconfig.npcx6 DT_I3C_NPCX := $(dt_nodelabel_path,i3c0)
/Zephyr-latest/drivers/usb/device/
DKconfig44 DT_STM32_USBHS := $(dt_nodelabel_path,usbotg_hs)
97 DT_SAM_USBHS := $(dt_nodelabel_path,usbhs)
237 DT_ZEPHYR_UDC0 := $(dt_nodelabel_path,zephyr_udc0)
/Zephyr-latest/subsys/logging/backends/
DKconfig.swo15 …default $(dt_node_int_prop_int,$(dt_nodelabel_path,itm),swo-ref-frequency) if $(dt_nodelabel_enabl…
/Zephyr-latest/soc/nxp/imxrt/
DKconfig.defconfig28 DT_SYSCLK_PATH := $(dt_nodelabel_path,sysclk)
/Zephyr-latest/soc/mediatek/mt8xxx/
DKconfig.defconfig46 default $(dt_node_int_prop_int,$(dt_nodelabel_path,ostimer64),freq-hz)
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_store10 DT_STORAGE_PARTITION := $(dt_nodelabel_path,storage_partition)
/Zephyr-latest/drivers/ethernet/
DKconfig.sam_gmac22 DT_ETH_SAM_GMAC_PATH := $(dt_nodelabel_path,gmac)
/Zephyr-latest/drivers/clock_control/
DKconfig.stm3222 DT_STM32_HSE_CLOCK := $(dt_nodelabel_path,clk_hse)
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py864 def dt_nodelabel_path(kconf, _, label): function
1062 "dt_nodelabel_path": (dt_nodelabel_path, 1, 1),
/Zephyr-latest/doc/build/kconfig/
Dpreprocessor-functions.rst70 $(dt_nodelabel_path,<node label>)
/Zephyr-latest/soc/nordic/nrf53/
DKconfig40 VREGMAIN_PATH := $(dt_nodelabel_path,vregmain)
41 VREGRADIO_PATH := $(dt_nodelabel_path,vregradio)