Add Gigadevice GD5F4GQ4UCYIGT SPI NAND flash to the device tree. The NAND flash chip is connected with quad SPI, but reading currently fails in quad SPI mode. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- arch/mips/boot/dts/img/pistachio_marduk.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dts/img/pistachio_marduk.dts index bf69da96dc8b..ea11a21b133b 100644 --- a/arch/mips/boot/dts/img/pistachio_marduk.dts +++ b/arch/mips/boot/dts/img/pistachio_marduk.dts @@ -88,6 +88,12 @@ reg = <0>; spi-max-frequency = <50000000>; }; + + flash@1 { + compatible = "spi-nand"; + reg = <1>; + spi-max-frequency = <50000000>; + }; }; &uart0 { -- 2.20.1