I am using nrf5340 audio DK,
The project I use is v3.0.2 .\samples\nrf5340\empty_app_core\. If the board target is nrf5340 audio DK
a compilation error will occur.
build error:zephyr/drivers/regulator/libdrivers__regulator.a(regulator_npm1100.c.obj):(.rodata.config_0+0x0): undefined reference to `__device_dts_ord_8
If I selected the target board as nrf5340dk/nrf5340/cpuapp and it compiled successfully.