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:
parent
270c4e4cab
commit
f64aa23eed
2 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue