1/*
2 * Copyright (c) 2021, Commonwealth Scientific and Industrial Research
3 * Organisation (CSIRO) ABN 41 687 119 230.
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8/ {
9	chosen {
10		zephyr,entropy = &rng_hci;
11	};
12
13	rng_hci: entropy_bt_hci {
14		compatible = "zephyr,bt-hci-entropy";
15		status = "okay";
16	};
17};
18