Skip to content

Commit 09b05f6

Browse files
committed
test
1 parent b3fbbc8 commit 09b05f6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (c) 2025 TOKITA Hiroshi
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <dt-bindings/interrupt-controller/arm-gic.h>
8+
9+
/ {
10+
chosen {
11+
zephyr,entropy = &virtio_entropy;
12+
};
13+
};
14+
15+
&virtio_mmio0 {
16+
status = "okay";
17+
18+
virtio_entropy: virtio_entropy {
19+
compatible = "virtio,entropy";
20+
status = "okay";
21+
};
22+
};

0 commit comments

Comments
 (0)