1/*
2 * Copyright (c) 2024 Nordic Semiconductor
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6&cpuppr_ram3x_region {
7	status = "okay";
8};
9
10&cpuppr_vpr {
11	execution-memory = <&cpuppr_code_partition>;
12	/delete-property/ source-memory;
13};
14
15&uart135 {
16	status = "reserved";
17};
18