From 3bccb227ae8523f86d729908b699060f77ce0f06 Mon Sep 17 00:00:00 2001 From: Yassine El Aissaoui Date: Wed, 22 Jan 2025 10:20:39 +0100 Subject: [PATCH] boards: nxp: frdm_rw612: Add missing chosen to dtsi Add zephyr,flash-controller and zephyr,code-partition chosen info. Signed-off-by: Yassine El Aissaoui --- boards/nxp/frdm_rw612/frdm_rw612_common.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi b/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi index 2f496ca7796..4e74dd98fb9 100644 --- a/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi +++ b/boards/nxp/frdm_rw612/frdm_rw612_common.dtsi @@ -1,5 +1,5 @@ /* - * Copyright 2024 NXP + * Copyright 2024-2025 NXP * * SPDX-License-Identifier: Apache-2.0 */ @@ -22,6 +22,8 @@ zephyr,flash = &w25q512jvfiq; zephyr,console = &flexcomm3; zephyr,shell-uart = &flexcomm3; + zephyr,flash-controller = &w25q512jvfiq; + zephyr,code-partition = &slot0_partition; }; leds {