9
0
Fork 0

MIPS: tplink-mr3020.dts: add S25FL032PIF SPI flash chip

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-04-07 11:59:59 +04:00 committed by Sascha Hauer
parent 0ddaa340a4
commit 5ba3f77003
1 changed files with 20 additions and 0 deletions

View File

@ -14,3 +14,23 @@
&serial0 {
status = "okay";
};
&spi {
num-chipselects = <1>;
status = "okay";
/* Spansion S25FL032PIF SPI flash */
spiflash: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "m25p80";
spi-max-frequency = <104000000>;
reg = <0>;
};
};
/ {
aliases {
spiflash = &spiflash;
};
};