Skip to content

Commit 63f6d15

Browse files
kbidanikartben
authored andcommitted
boards: arm: nucleo_u385rg_q: enable RNG instance
This commit enables the Random Nb Generator peripheral instance (RNG) on the target board nucleo u385rg_q from STMicroelectronics. Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
1 parent 1cfcdcb commit 63f6d15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/st/nucleo_u385rg_q/nucleo_u385rg_q.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,7 @@
105105
pinctrl-0 = <&dac1_out1_pa4>;
106106
pinctrl-names = "default";
107107
};
108+
109+
&rng {
110+
status = "okay";
111+
};

0 commit comments

Comments
 (0)