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:
Lin Yu-Cheng 2025-04-17 18:21:45 +08:00 committed by Fabio Baltieri
commit b2e13bd6c3
8 changed files with 496 additions and 0 deletions

View file

@ -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 {