driver: crypto: add crypto driver for rts5912
Add crypto driver for Realtek rts5912 Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
This commit is contained in:
parent
e571f8bab4
commit
b2e13bd6c3
8 changed files with 496 additions and 0 deletions
|
@ -612,6 +612,13 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sha0: crypto@40000000 {
|
||||
compatible = "realtek,rts5912-sha";
|
||||
reg = <0x40000000 0x40 0x40001000 932>;
|
||||
reg-names = "sha2", "sha2dma";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
i2c_0_wrapper: i2c_0_wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue