18 lines
269 B
Plaintext
18 lines
269 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2024 Nordic Semiconductor
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
&cpuppr_ram3x_region {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&cpuppr_vpr {
|
||
|
execution-memory = <&cpuppr_code_partition>;
|
||
|
/delete-property/ source-memory;
|
||
|
};
|
||
|
|
||
|
&uart135 {
|
||
|
status = "reserved";
|
||
|
};
|