1// SPDX-License-Identifier: Apache-2.0
2
3/ {
4	test_disk: disk {
5		compatible = "zephyr,fstab,fatfs";
6		mount-point = "/TEST:";
7	};
8};
9