diff options
author | Jonathan Neuschäfer <[email protected]> | 2022-11-05 19:59:09 +0100 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-11-22 12:07:20 +1030 |
commit | 4b90b148e0e2cc3b5df1e0dd7bb8008463c7eeac (patch) | |
tree | a96e372831469c1a9e06b5c56009b7b01a080829 | |
parent | 38abcb0d68767ac64e5650cbf7daafb428002590 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts b/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts index c5957eb01dad..b5d49b3746e8 100644 --- a/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts +++ b/arch/arm/boot/dts/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts @@ -53,6 +53,15 @@ }; }; +&fiu { + status = "okay"; + + flash@0 { + reg = <0>; + compatible = "jedec,spi-nor"; + }; +}; + &gpio0 { gpio-line-names = /* 0 */ "", "host-reset-control-n", "", "", "", "", "", "", |