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:
parent
ab3d2dc830
commit
864d818a41
1 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rng_hci {
|
||||||
|
/* Application core has no accessible RNG peripheral */
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&nvic {
|
&nvic {
|
||||||
arm,num-irq-priority-bits = <3>;
|
arm,num-irq-priority-bits = <3>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue