ARM: at91/dt: sama5d4: enable crypto nodes
The crypto modules will provide HW AES/TDES/SHA for any sama5d4 board. Enable them by default. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
679f8d92bb
commit
4288ac7b88
|
@ -1238,7 +1238,7 @@ aes@fc044000 {
|
|||
dma-names = "tx", "rx";
|
||||
clocks = <&aes_clk>;
|
||||
clock-names = "aes_clk";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tdes@fc04c000 {
|
||||
|
@ -1252,7 +1252,7 @@ tdes@fc04c000 {
|
|||
dma-names = "tx", "rx";
|
||||
clocks = <&tdes_clk>;
|
||||
clock-names = "tdes_clk";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sha@fc050000 {
|
||||
|
@ -1264,7 +1264,7 @@ sha@fc050000 {
|
|||
dma-names = "tx";
|
||||
clocks = <&sha_clk>;
|
||||
clock-names = "sha_clk";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
rstc@fc068600 {
|
||||
|
|
Loading…
Reference in New Issue