Apply overlays for custom boards, based on already supported SoCs. Fixes #77639. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
17 lines
269 B
Text
17 lines
269 B
Text
/*
|
|
* 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";
|
|
};
|