boards: Add drbg0 node to the google_quincy dts file

Enable node drbg0 in the google_quincy device tree. This node is
required to enable the entropy upstream test.

Signed-off-by: Firas Sammoura <fsammoura@google.com>
This commit is contained in:
Firas Sammoura 2025-06-09 21:59:07 +00:00 committed by Benjamin Cabé
commit d67cd57fd4

View file

@ -61,3 +61,8 @@
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
}; };
/* DRBG: Deterministic Random Bit Generator */
&drbg0 {
status = "okay";
};