From: Stefan Roese Date: Thu, 30 Jul 2020 11:56:20 +0000 (+0200) Subject: mips: octeon: mrvl, octeon-ebb7304.dts: Add SPI flash DT node X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=9044ed2c68573076c3d6dc60f8b78741683182b2;p=u-boot.git mips: octeon: mrvl, octeon-ebb7304.dts: Add SPI flash DT node Add the SPI flash DT node for the EBB7304. Signed-off-by: Stefan Roese --- diff --git a/arch/mips/dts/mrvl,octeon-ebb7304.dts b/arch/mips/dts/mrvl,octeon-ebb7304.dts index c229aa5fc0..6b2e5e84bc 100644 --- a/arch/mips/dts/mrvl,octeon-ebb7304.dts +++ b/arch/mips/dts/mrvl,octeon-ebb7304.dts @@ -13,6 +13,7 @@ aliases { serial0 = &uart0; + spi0 = &spi; }; chosen { @@ -104,3 +105,11 @@ u-boot,dm-pre-reloc; /* Needed early for DDR SPD EEPROM */ clock-frequency = <100000>; }; + +&spi { + flash@0 { + compatible = "micron,n25q128a11", "jedec,spi-nor"; + spi-max-frequency = <2000000>; + reg = <0>; + }; +};