Skip to content

Commit

Permalink
ARM: dts: wpcm450-supermicro-x9sci-ln4f: Add SPI flash
Browse files Browse the repository at this point in the history
Add the BMC firmware flash to the devicetree, so that it can be accessed
from Linux.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20221105185911.1547847-7-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
neuschaefer authored and shenki committed Nov 22, 2022
1 parent 38abcb0 commit 4b90b14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
};
};

&fiu {
status = "okay";

flash@0 {
reg = <0>;
compatible = "jedec,spi-nor";
};
};

&gpio0 {
gpio-line-names =
/* 0 */ "", "host-reset-control-n", "", "", "", "", "", "",
Expand Down

0 comments on commit 4b90b14

Please sign in to comment.