Skip to content

Commit 6c90384

Browse files
committed
boards: sifli: sf32lb52_devkit_lcd: enable trng
Enable trng on sf32lb52_devkit_lcd board Signed-off-by: Qingsong Gou <gouqs@hotmail.com>
1 parent de70311 commit 6c90384

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
@@ -23,6 +23,7 @@
2323
zephyr,code-partition = &code;
2424
zephyr,console = &usart1;
2525
zephyr,shell-uart = &usart1;
26+
zephyr,entropy = &trng;
2627
};
2728

2829
buttons {
@@ -136,3 +137,7 @@
136137
&wdt {
137138
status = "okay";
138139
};
140+
141+
&trng {
142+
status = "okay";
143+
};

0 commit comments

Comments
 (0)