Browse Source

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>
pull/91115/merge
TOKITA Hiroshi 2 months ago committed by Fabio Baltieri
parent
commit
77d1276446
  1. 1
      tests/drivers/entropy/api/boards/qemu_cortex_a53.conf
  2. 20
      tests/drivers/entropy/api/boards/qemu_cortex_a53.overlay

1
tests/drivers/entropy/api/boards/qemu_cortex_a53.conf

@ -0,0 +1 @@ @@ -0,0 +1 @@
CONFIG_HEAP_MEM_POOL_SIZE=1024

20
tests/drivers/entropy/api/boards/qemu_cortex_a53.overlay

@ -0,0 +1,20 @@ @@ -0,0 +1,20 @@
/*
* Copyright (c) 2025 TOKITA Hiroshi
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,entropy = &virtio_entropy;
};
};
&virtio_mmio0 {
status = "okay";
virtio_entropy: virtio_entropy {
compatible = "virtio,device4";
status = "okay";
};
};
Loading…
Cancel
Save