dts: nordic: nrf5340: enable rng_hci

Explicitly enable `rng_hci` on nRF5340 application core boards, as the
application core dos not have access to a dedicated RNG hardware
peripheral (limited to the network core).

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2025-04-16 13:27:17 +10:00 committed by Benjamin Cabé
commit 864d818a41

View file

@ -114,6 +114,11 @@
};
};
&rng_hci {
/* Application core has no accessible RNG peripheral */
status = "okay";
};
&nvic {
arm,num-irq-priority-bits = <3>;
};