Browse Source

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>
pull/59863/merge
Benjamin Cabé 4 months ago committed by Benjamin Cabé
parent
commit
f64aa23eed
  1. 1
      boards/madmachine/mm_feather/mm_feather.dts
  2. 1
      boards/madmachine/mm_swiftio/mm_swiftio.dts

1
boards/madmachine/mm_feather/mm_feather.dts

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

1
boards/madmachine/mm_swiftio/mm_swiftio.dts

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

Loading…
Cancel
Save