Lines Matching +full:sa2ul +full:- +full:crypto
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/crypto/ti,sa2ul.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: K3 SoC SA2UL crypto module
10 - Tero Kristo <t-kristo@ti.com>
15 - ti,j721e-sa2ul
16 - ti,am654-sa2ul
17 - ti,am64-sa2ul
18 - ti,am62-sa3ul
23 power-domains:
28 - description: TX DMA Channel
29 - description: 'RX DMA Channel #1'
30 - description: 'RX DMA Channel #2'
32 dma-names:
34 - const: tx
35 - const: rx1
36 - const: rx2
38 "#address-cells":
41 "#size-cells":
46 Address translation for the possible RNG child node for SA2UL
50 - description: Clock used by PKA
51 - description: Main Input Clock
52 - description: Clock used by rng
54 clock-names:
56 - const: pka_in_clk
57 - const: x1_clk
58 - const: x2_clk
61 "^rng@[a-f0-9]+$":
64 Child RNG node for SA2UL
67 - compatible
68 - reg
69 - dmas
70 - dma-names
73 - if:
77 const: ti,am62-sa3ul
80 power-domains: false
83 - power-domains
88 - |
89 #include <dt-bindings/soc/ti,sci_pm_domain.h>
91 main_crypto: crypto@4e00000 {
92 compatible = "ti,j721e-sa2ul";
94 power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>;
97 dma-names = "tx", "rx1", "rx2";