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:
parent
a114b3961b
commit
d67cd57fd4
1 changed files with 5 additions and 0 deletions
|
@ -61,3 +61,8 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* DRBG: Deterministic Random Bit Generator */
|
||||||
|
&drbg0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue