zephyr/snippets/nordic-flpr-xip/soc/nrf54h20_cpuapp.overlay

15 lines
263 B
Plaintext

/*
* Copyright (c) 2024 Nordic Semiconductor
* SPDX-License-Identifier: Apache-2.0
*/
&cpuflpr_vpr {
execution-memory = <&cpuflpr_code_partition>;
/delete-property/ source-memory;
};
&uart120 {
status = "reserved";
interrupt-parent = <&cpuflpr_clic>;
};