Skip to content

Commit f9cd51b

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

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
@@ -247,6 +247,35 @@
247247
hw-caps-temp-alert;
248248
};
249249

250+
aes1_target: target-module@4b501000 {
251+
compatible = "ti,sysc-omap2", "ti,sysc";
252+
reg = <0x4b501080 0x4>,
253+
<0x4b501084 0x4>,
254+
<0x4b501088 0x4>;
255+
reg-names = "rev", "sysc", "syss";
256+
ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET |
257+
SYSC_OMAP2_AUTOIDLE)>;
258+
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
259+
<SYSC_IDLE_NO>,
260+
<SYSC_IDLE_SMART>,
261+
<SYSC_IDLE_SMART_WKUP>;
262+
ti,syss-mask = <1>;
263+
/* Domains (P, C): l4per_pwrdm, l4sec_clkdm */
264+
clocks = <&l4sec_clkctrl OMAP5_AES1_CLKCTRL 0>;
265+
clock-names = "fck";
266+
#address-cells = <1>;
267+
#size-cells = <1>;
268+
ranges = <0x0 0x4b501000 0x1000>;
269+
270+
aes1: aes@0 {
271+
compatible = "ti,omap4-aes";
272+
reg = <0 0xa0>;
273+
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
274+
dmas = <&sdma 111>, <&sdma 110>;
275+
dma-names = "tx", "rx";
276+
};
277+
};
278+
250279
bandgap: bandgap@4a0021e0 {
251280
reg = <0x4a0021e0 0xc
252281
0x4a00232c 0xc

0 commit comments

Comments
 (0)