2022-07-05 17:15:27 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2022 Nordic Semiconductor ASA
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
2023-02-07 17:01:15 +08:00
|
|
|
zephyr,entropy = &psa_rng;
|
2022-07-05 17:15:27 +08:00
|
|
|
};
|
|
|
|
|
2023-02-07 17:01:15 +08:00
|
|
|
psa_rng: psa-rng {
|
2022-07-05 17:15:27 +08:00
|
|
|
compatible = "zephyr,psa-crypto-rng";
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|