-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: disk: Add overlay to support tests/samples on RA8
Support sdhc tests/samples on Renesas RA8 boards Signed-off-by: Tran Van Quy <[email protected]>
- Loading branch information
1 parent
6217807
commit bcdb3a1
Showing
6 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) 2024 Renesas Electronics Corporation | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&sdhc1 { | ||
sdmmc { | ||
partition { | ||
compatible = "fixed-partitions"; | ||
#address-cells = <1>; | ||
#size_cells = <1>; | ||
slot1_partition: partition@0 { | ||
reg = <0x00000000 0x800000>; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) 2024 Renesas Electronics Corporation | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&sdhc0 { | ||
sdmmc { | ||
partition { | ||
compatible = "fixed-partitions"; | ||
#address-cells = <1>; | ||
#size_cells = <1>; | ||
slot1_partition: partition@0 { | ||
reg = <0x00000000 0x800000>; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) 2024 Renesas Electronics Corporation | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&sdhc0 { | ||
sdmmc { | ||
partition { | ||
compatible = "fixed-partitions"; | ||
#address-cells = <1>; | ||
#size_cells = <1>; | ||
slot1_partition: partition@0 { | ||
reg = <0x00000000 0x800000>; | ||
}; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CONFIG_MAIN_STACK_SIZE=4096 | ||
CONFIG_DISK_DRIVER_RAM=n | ||
CONFIG_DISK_DRIVER_FLASH=n | ||
CONFIG_FS_FATFS_HAS_RTC=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CONFIG_MAIN_STACK_SIZE=4096 | ||
CONFIG_DISK_DRIVER_RAM=n | ||
CONFIG_DISK_DRIVER_FLASH=n | ||
CONFIG_FS_FATFS_HAS_RTC=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CONFIG_MAIN_STACK_SIZE=4096 | ||
CONFIG_DISK_DRIVER_RAM=n | ||
CONFIG_DISK_DRIVER_FLASH=n | ||
CONFIG_FS_FATFS_HAS_RTC=n |