1common:
2  platform_allow:
3    - native_sim
4  integration_platforms:
5    - native_sim
6  tags:
7    - nvmem
8tests:
9  nvmem.api.eeprom:
10    extra_configs:
11      - CONFIG_EEPROM=y
12    extra_dtc_overlay_files:
13      - eeprom.overlay
14  nvmem.api.flash:
15    extra_configs:
16      - CONFIG_FLASH=y
17      - CONFIG_NVMEM_FLASH_WRITE=y
18    extra_dtc_overlay_files:
19      - flash.overlay
20