Skip to content

Commit 52e9064

Browse files
ck-telecomnashif
authored andcommitted
boards: sifli: sf32lb52_devkit_lcd: enable trng
Enable trng on sf32lb52_devkit_lcd board Signed-off-by: Qingsong Gou <[email protected]>
1 parent 4519041 commit 52e9064

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/sifli/sf32lb52_devkit_lcd/sf32lb52_devkit_lcd.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
zephyr,code-partition = &code;
2525
zephyr,console = &usart1;
2626
zephyr,shell-uart = &usart1;
27+
zephyr,entropy = &trng;
2728
};
2829

2930
buttons {
@@ -153,3 +154,7 @@
153154
temp_sensor: &tsen {
154155
status = "okay";
155156
};
157+
158+
&trng {
159+
status = "okay";
160+
};

0 commit comments

Comments
 (0)