Skip to content

Commit

Permalink
boards: nxp: frdm_rw612: Add missing chosen to dtsi
Browse files Browse the repository at this point in the history
Add zephyr,flash-controller and zephyr,code-partition
chosen info.

Signed-off-by: Yassine El Aissaoui <[email protected]>
  • Loading branch information
yeaissa authored and kartben committed Jan 22, 2025
1 parent 3bbe42f commit 3bccb22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/nxp/frdm_rw612/frdm_rw612_common.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 NXP
* Copyright 2024-2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -22,6 +22,8 @@
zephyr,flash = &w25q512jvfiq;
zephyr,console = &flexcomm3;
zephyr,shell-uart = &flexcomm3;
zephyr,flash-controller = &w25q512jvfiq;
zephyr,code-partition = &slot0_partition;
};

leds {
Expand Down

0 comments on commit 3bccb22

Please sign in to comment.