ARM: dts: LogicPD Torpedo: Add SPI EEPROM

The devkit has an AT25 EEPROM on MCSPI1. Enable this with default
parameters.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Adam Ford
2016-01-11 22:57:58 -06:00
committed by Tony Lindgren
parent 59d2c40c45
commit 40d5cb207e
2 changed files with 28 additions and 0 deletions

View File

@@ -341,6 +341,20 @@
};
};
&mcspi1 {
at25@0 {
compatible = "atmel,at25";
reg = <0>;
spi-max-frequency = <5000000>;
spi-cpha;
spi-cpol;
pagesize = <64>;
size = <32768>;
address-width = <16>;
};
};
&isp {
pinctrl-names = "default";
pinctrl-0 = <&isp_pins>;