1/*
2 * Copyright (c) 2024 Nordic Semiconductor
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6&cpuflpr_vpr {
7	execution-memory = <&cpuflpr_code_partition>;
8	/delete-property/ source-memory;
9};
10
11&uart120 {
12	status = "reserved";
13	interrupt-parent = <&cpuflpr_clic>;
14};
15