Skip to content

Commit

Permalink
tests: drivers: sdhc: Add MAX32666fthr to disk performance test
Browse files Browse the repository at this point in the history
Add MAX32666fthr sdhc to tests/drivers/disk/disk_performance

Signed-off-by: Mert Ekren <[email protected]>
  • Loading branch information
mertekren committed Jan 9, 2025
1 parent e474287 commit 167ff00
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_SDMMC_SUBSYS=y
CONFIG_SDHC=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/

&sdhc0 {
status = "okay";
mmc: mmc {
status = "okay";
};
};

0 comments on commit 167ff00

Please sign in to comment.