samples: code_relocation_nocopy: Update configuration for nRF54H20 DK
It is no longer needed to specify the read command parameters in dts,
as the flash driver is capable of obtaining those from SFDP structures,
so the redundant properties are removed.
After commit 612fd940fa got merged, both
the EXMIF and flash nodes in dts are not enabled by default so this
needs to be done in the overlay.
Although nrfutil is still not capable of programming the external
flash on nRF54H20 DK, thus `west flash` will not work in this case,
`nrf54h20dk/nrf54h20/cpuapp` is added as an allowed platform so that
the sample is at least built in CI for it.
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
committed by
Benjamin Cabé
parent
77f00f06bb
commit
10740d63a5
@@ -2,11 +2,16 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio6 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&exmif {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mx25uw63 {
|
||||
read-command = <0xEC13>;
|
||||
command-length = "INSTR_2_BYTE";
|
||||
address-length = "ADDR_4_BYTE";
|
||||
rx-dummy = <20>;
|
||||
status = "okay";
|
||||
|
||||
xip-config = <1 0 0x20000000 0>;
|
||||
};
|
||||
|
||||
@@ -6,6 +6,7 @@ tests:
|
||||
platform_allow:
|
||||
- qemu_cortex_m3
|
||||
- nrf5340dk/nrf5340/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
- stm32f769i_disco
|
||||
- stm32h7b3i_dk
|
||||
- stm32h573i_dk
|
||||
|
||||
Reference in New Issue
Block a user