Skip to content

Commit e6fcc03

Browse files
committed
tests: fs: update overlay files for RA8x1 devices
Add interrupts information for these boards: - ek_ra8m1 - ek_ra8d1 Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent 6af6b6d commit e6fcc03

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/subsys/fs/ext2/boards/ek_ra8d1.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
*/
55

66
&sdhc1 {
7+
interrupt-names = "accs", "card", "dma-req";
8+
interrupts = <94 12>, <95 12>, <96 12>;
9+
status = "okay";
10+
711
sdmmc {
812
partition {
913
compatible = "fixed-partitions";

tests/subsys/fs/ext2/boards/ek_ra8m1.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
*/
55

66
&sdhc0 {
7+
interrupt-names = "accs", "card", "dma-req";
8+
interrupts = <94 12>, <95 12>, <96 12>;
9+
status = "okay";
10+
711
sdmmc {
812
partition {
913
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)