Commit 4288ac7b authored by Nicolas Ferre's avatar Nicolas Ferre

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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 679f8d92
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment