drivers: eeprom: add mb85rsm1t fram support
Add a driver for the MB85RSM1T FRAM chip. Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com> Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
f754e09dcd
commit
cfdaa91ff6
6 changed files with 354 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
* (and be extended to test) real hardware.
|
||||
*/
|
||||
|
||||
#include <freq.h>
|
||||
#include <mem.h>
|
||||
|
||||
/ {
|
||||
test {
|
||||
#address-cells = <1>;
|
||||
|
@ -89,6 +92,13 @@
|
|||
wp-gpios = <&test_gpio 0 0>;
|
||||
/* read-only; */
|
||||
};
|
||||
|
||||
test_spi_mb85rsxx: mb85rsxx@0 {
|
||||
compatible = "fujitsu,mb85rsxx";
|
||||
reg = <0x0>;
|
||||
spi-max-frequency = <DT_FREQ_M(25)>;
|
||||
size = <DT_SIZE_K(128)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue