nrf52840 with NOR memory

https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/spi_flash/src/main.c#L36

may I know where I can find the pin connections used in this example 

"const struct device *flash_dev = DEVICE_DT_GET_ONE(SPI_FLASH_COMPAT);" 

#if DT_HAS_COMPAT_STATUS_OKAY(jedec_spi_nor)
#define SPI_FLASH_COMPAT jedec_spi_nor

I checked jedec yaml file but no pins is defined there as well 

Parents Reply Children
No Data
Related