boards nrf54l15bsim: DT: Set radio status as ok

Set the radio status as ok as the SOC/CPU DT include
does not do it for us.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-05-31 14:45:19 +02:00 committed by Maureen Helm
commit 4b64e001fe

View file

@ -95,6 +95,7 @@
};
&radio {
status = "okay";
/* This feature is not yet supported by the RADIO model */
/delete-property/ dfe-supported;
};