boards: madmachine: enable flexspi for external flash

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é <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-28 13:03:39 +01:00 committed by Benjamin Cabé
commit f64aa23eed
2 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@
&flexspi { &flexspi {
status = "okay";
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
is25wp064: is25wp064@0 { is25wp064: is25wp064@0 {
compatible = "nxp,imx-flexspi-nor"; compatible = "nxp,imx-flexspi-nor";

View file

@ -56,6 +56,7 @@
&flexspi { &flexspi {
status = "okay";
reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>; reg = <0x402a8000 0x4000>, <0x60000000 DT_SIZE_M(8)>;
is25wp064: is25wp064@0 { is25wp064: is25wp064@0 {
compatible = "nxp,imx-flexspi-nor"; compatible = "nxp,imx-flexspi-nor";