Add a new snippet that allows to build any application with the capability to boot the PPR core found in some nRF54 SoCs. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
8 lines
125 B
Text
8 lines
125 B
Text
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&cpuppr_vpr {
|
|
status = "okay";
|
|
};
|