summaryrefslogtreecommitdiff
path: root/arch/mips/dts
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2020-07-30 14:56:20 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2020-08-03 22:14:48 +0300
commit9044ed2c68573076c3d6dc60f8b78741683182b2 (patch)
tree4e5d261cecdaf2af02c416588c30f18ec65c75bc /arch/mips/dts
parent10324919044d19d813bdd62ba9f63e2c3bde2e00 (diff)
downloadu-boot-9044ed2c68573076c3d6dc60f8b78741683182b2.tar.xz
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 <sr@denx.de>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r--arch/mips/dts/mrvl,octeon-ebb7304.dts9
1 files changed, 9 insertions, 0 deletions
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>;
+ };
+};