Skip to content

Commit 6d86700

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 9b28287 commit 6d86700

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 {
@@ -149,3 +150,7 @@
149150
pinctrl-names = "default";
150151
clock-frequency = <I2C_BITRATE_FAST>;
151152
};
153+
154+
&trng {
155+
status = "okay";
156+
};

0 commit comments

Comments
 (0)