Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: wpcm450-supermicro-x9sci-ln4f: Add SPI flash

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>

authored by

Jonathan Neuschäfer and committed by
Joel Stanley
4b90b148 38abcb0d

+9
+9
arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
··· 53 53 }; 54 54 }; 55 55 56 + &fiu { 57 + status = "okay"; 58 + 59 + flash@0 { 60 + reg = <0>; 61 + compatible = "jedec,spi-nor"; 62 + }; 63 + }; 64 + 56 65 &gpio0 { 57 66 gpio-line-names = 58 67 /* 0 */ "", "host-reset-control-n", "", "", "", "", "", "",