boards: nrf54l15_bsim: Actively set psa-rng to disabled

This target does not yet support the PSA random generator.
Lets explicitly set it to disabled, to even if the
SOC definition sets it to "okay" it is not built in
by default.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-09-02 17:09:51 +02:00 committed by Carles Cufí
commit b03db5e4c9

View file

@ -66,6 +66,10 @@
status = "okay";
compatible = "zephyr,native-posix-rng";
};
psa_rng: psa-rng {
status = "disabled";
};
};
&grtc {