From 9c19295a7f5d31c9add00b75581da9fd8cdcbf6b Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 18 Nov 2025 15:57:39 -0700 Subject: [PATCH] boards: adi: Ensure no flash access on MAX32657 NS MAX32657 NS does not have access to the flash peripheral, so ensure the placeholder flash controller node is disabled, and update the "storage" node in the evkit board definition to properly document its use for TFM. Signed-off-by: Pete Johanson --- boards/adi/max32657evkit/max32657evkit_max32657_ns.dts | 4 ++-- dts/arm/adi/max32/max32657_ns.dtsi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts b/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts index f989c75d2b34c..5982b56517ab9 100644 --- a/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts +++ b/boards/adi/max32657evkit/max32657evkit_max32657_ns.dts @@ -67,8 +67,8 @@ * }; */ - storage_partition: partition@f0000 { - label = "storage"; + tfm_storage_partition: partition@f0000 { + label = "tfm-storage"; reg = <0xf0000 DT_SIZE_K(64)>; }; }; diff --git a/dts/arm/adi/max32/max32657_ns.dtsi b/dts/arm/adi/max32/max32657_ns.dtsi index 50cb1eee13e96..2b3d101e98d41 100644 --- a/dts/arm/adi/max32/max32657_ns.dtsi +++ b/dts/arm/adi/max32/max32657_ns.dtsi @@ -38,7 +38,7 @@ #address-cells = <1>; #size-cells = <1>; - status = "okay"; + status = "disabled"; flash0: flash@1000000 { compatible = "soc-nv-flash";