Skip to content

Commit f9b6ff7

Browse files
committed
tests: drivers: Add AT25XV021A flash device to test cases
Dummy values mirror at25 and spi-nor implementation. Signed-off-by: Liam Ogletree <liam.ogletree@cirrus.com>
1 parent db24d89 commit f9b6ff7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/drivers/build_all/flash/spi.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,15 @@ spi-nor@1 {
2424
size = <1048576>;
2525
jedec-id = [00 11 22];
2626
};
27+
28+
at25xv021a@2 {
29+
compatible = "atmel,at25xv021a";
30+
reg = <0x2>;
31+
status = "okay";
32+
spi-max-frequency = <5000000>;
33+
jedec-id = [00 11 22];
34+
size = <262144>;
35+
page_size = <1>;
36+
timeout = <1>;
37+
timeout-erase = <1>;
38+
};

0 commit comments

Comments
 (0)