From f64aa23eed99f1d68b83d857f701a2ace206d507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 28 Feb 2025 13:03:39 +0100 Subject: [PATCH] boards: madmachine: enable flexspi for external flash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MM boards are currently broken (can't even build hello world) due to flexspi not being enabled in the device tree, causing external flash to not be available. Signed-off-by: Benjamin Cabé --- boards/madmachine/mm_feather/mm_feather.dts | 1 + boards/madmachine/mm_swiftio/mm_swiftio.dts | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/madmachine/mm_feather/mm_feather.dts b/boards/madmachine/mm_feather/mm_feather.dts index 0b655edd1c2..ea9dd21d797 100644 --- a/boards/madmachine/mm_feather/mm_feather.dts +++ b/boards/madmachine/mm_feather/mm_feather.dts @@ -56,6 +56,7 @@ &flexspi { + status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; is25wp064: is25wp064@0 { compatible = "nxp,imx-flexspi-nor"; diff --git a/boards/madmachine/mm_swiftio/mm_swiftio.dts b/boards/madmachine/mm_swiftio/mm_swiftio.dts index cbdf85c3c12..814c448c1d8 100644 --- a/boards/madmachine/mm_swiftio/mm_swiftio.dts +++ b/boards/madmachine/mm_swiftio/mm_swiftio.dts @@ -56,6 +56,7 @@ &flexspi { + status = "okay"; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; is25wp064: is25wp064@0 { compatible = "nxp,imx-flexspi-nor";