Skip to content

Commit 5468733

Browse files
committed
tests: drivers: entropy: api: add qemu_cortex_a53 configuration
Add `qemu_cortex_a53` target which has the `virtio,entropy` device. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent faed929 commit 5468733

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_HEAP_MEM_POOL_SIZE=1024
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright (c) 2025 TOKITA Hiroshi
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,entropy = &virtio_entropy;
10+
};
11+
};
12+
13+
&virtio_mmio0 {
14+
status = "okay";
15+
16+
virtio_entropy: virtio_entropy {
17+
compatible = "virtio,entropy";
18+
status = "okay";
19+
};
20+
};

0 commit comments

Comments
 (0)