samples: subsys: fs: fs_sample: support PSE84

- add overlay and conf file

Signed-off-by: Kevin Chan <kevin.chan3@infineon.com>
This commit is contained in:
Kevin Chan
2025-12-12 14:50:46 -08:00
committed by Henrik Brix Andersen
parent 2e8b47462a
commit 365ce11066
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Copyright (c) 2025 Infineon Technologies AG,
# or an affiliate of Infineon Technologies AG.
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_LOG=n

View File

@@ -0,0 +1,16 @@
/*
* Copyright (c) 2025 Infineon Technologies AG,
* or an affiliate of Infineon Technologies AG.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
sdhc0 = &sdhc1;
};
};
&sdhc1 {
status = "okay";
};