1# Copyright (c) 2025, Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Nordic nRF CRACEN CTR_DRBG based (Random Number Generator) 6 7 This driver is only compatible with 54L devices, and may only be used from one processor 8 core. This driver cannot be used in conjunction with the nRF security PSA solution, as both 9 would attempt to use the CRACEN HW exclusively; When that is enabled, zephyr,psa-crypto-rng 10 should be selected instead. 11 12compatible: "nordic,nrf-cracen-ctrdrbg" 13 14include: base.yaml 15