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:
Jakub Wasilewski 2024-08-21 18:19:21 +02:00 committed by Anas Nashif
commit cfdaa91ff6
6 changed files with 354 additions and 0 deletions

View file

@ -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)>;
};
};
};
};