nRF Connect Custom Board address range collision warnings

I'm following the tutorial Exercise 1 – Custom board for single-core SoC using ncs v2.9.0 with one slight difference in that I'm using a nRF52DK with nRF52832 because that's what I physically have here. Once I get familiar with the process I'll repeat the exercise with my actual custom board.

The Hello World and BLE UART examples build and work, but I get a bunch of "address range collides" errors (the actual values are identical, so it looks like there is something duplicated)

There is also an problem reported in nrf52832.dtsi

Can you advise?

Related