Skip to content

Commit a69dbd9

Browse files
committed
tests: subsys: usb: negotiated_speed: add ramdisk configuration for LM20
Similar like for H20. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 690b96e commit a69dbd9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
ramdisk0 {
9+
compatible = "zephyr,ram-disk";
10+
disk-name = "RAM";
11+
sector-size = <512>;
12+
sector-count = <192>;
13+
};
14+
};

0 commit comments

Comments
 (0)