Hi all:
I am using nrf52840 hardware. nrf connect sdk.
I am using file system and mcuboot at the same time. When i call `flash_area_open(id, &pfa);`, i got a wrong device name.
I add `CONFIG_BOOTLOADER_MCUBOOT=y` to prj.conf, and i use sample is 'zephyr\samples\subsys\fs\littlefs\CMakeLists.txt' .
Here is `zephyr.dts':