Skip to content

Commit 4b9882a

Browse files
Tero Kristotmlind
authored andcommitted
ARM: dts: omap5: add aes2 entry
OMAP5 has AES hardware cryptographic accelerator, add AES2 instance for it. Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent f9cd51b commit 4b9882a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

arch/arm/boot/dts/omap5.dtsi

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,35 @@
276276
};
277277
};
278278

279+
aes2_target: target-module@4b701000 {
280+
compatible = "ti,sysc-omap2", "ti,sysc";
281+
reg = <0x4b701080 0x4>,
282+
<0x4b701084 0x4>,
283+
<0x4b701088 0x4>;
284+
reg-names = "rev", "sysc", "syss";
285+
ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET |
286+
SYSC_OMAP2_AUTOIDLE)>;
287+
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
288+
<SYSC_IDLE_NO>,
289+
<SYSC_IDLE_SMART>,
290+
<SYSC_IDLE_SMART_WKUP>;
291+
ti,syss-mask = <1>;
292+
/* Domains (P, C): l4per_pwrdm, l4sec_clkdm */
293+
clocks = <&l4sec_clkctrl OMAP5_AES2_CLKCTRL 0>;
294+
clock-names = "fck";
295+
#address-cells = <1>;
296+
#size-cells = <1>;
297+
ranges = <0x0 0x4b701000 0x1000>;
298+
299+
aes2: aes@0 {
300+
compatible = "ti,omap4-aes";
301+
reg = <0 0xa0>;
302+
interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
303+
dmas = <&sdma 114>, <&sdma 113>;
304+
dma-names = "tx", "rx";
305+
};
306+
};
307+
279308
bandgap: bandgap@4a0021e0 {
280309
reg = <0x4a0021e0 0xc
281310
0x4a00232c 0xc

0 commit comments

Comments
 (0)