boards nrf54l15bsim//cpuapp: Don't remove RADIO in DT
The RADIO models now contain the radio, let's stop removing it, but as they do not support DFE, let's disable DFE. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
e91b336f40
commit
64a53d0921
1 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,6 @@
|
|||
/delete-node/ mailbox@0;
|
||||
/delete-node/ interrupt-controller@f0000000;
|
||||
/delete-node/ gpio@50400;
|
||||
/delete-node/ radio@8a000;
|
||||
/delete-node/ i2c@c6000;
|
||||
/delete-node/ spi@c6000;
|
||||
/delete-node/ uart@c6000;
|
||||
|
@ -95,3 +94,8 @@
|
|||
&temp {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&radio {
|
||||
/* This feature is not yet supported by the RADIO model */
|
||||
/delete-property/ dfe-supported;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue