Skip to content

Commit 6f1b491

Browse files
bindushree98kartben
authored andcommitted
tests: disks: disk_performance: Enabled NVMe disk to BTL-S platform
Added overlay and conf to enable NVMe disk performance tests on BTL-S board. Signed-off-by: Bindu S <[email protected]>
1 parent c6c5716 commit 6f1b491

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_NVME=y
2+
CONFIG_PCIE_MSI=y
3+
CONFIG_PCIE_MSI_X=y
4+
CONFIG_PCIE_MSI_MULTI_VECTOR=y
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*
2+
* Copyright (c) 2025 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
pcie0 {
9+
nvme0: nvme0 {
10+
compatible = "nvme-controller";
11+
12+
vendor-id = <0x1B36>; /* Subjected to change base on Hardware used */
13+
device-id = <0x0010>; /* Subjected to change base on Hardware used */
14+
15+
status = "okay";
16+
};
17+
};
18+
19+
ramdisk0 {
20+
compatible = "zephyr,ram-disk";
21+
disk-name = "RAM";
22+
sector-size = <512>;
23+
sector-count = <192>;
24+
};
25+
};

0 commit comments

Comments
 (0)