zephyr/snippets/nordic-ppr/boards/nrf54h20pdk_nrf54h20_cpuapp.overlay
Gerard Marull-Paretas 245da8aae6 snippets: add nordic-ppr
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>
2024-02-02 16:40:11 +01:00

13 lines
171 B
Plaintext

/*
* Copyright (c) 2024 Nordic Semiconductor
* SPDX-License-Identifier: Apache-2.0
*/
&cpuppr_ram3x_region {
status = "okay";
};
&uart135 {
status = "reserved";
};