Lines Matching +full:j721 +full:- +full:sa2ul
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
21 power-domains:
26 - description: TX DMA Channel
27 - description: RX DMA Channel #1
28 - description: RX DMA Channel #2
30 dma-names:
32 - const: tx
33 - const: rx1
34 - const: rx2
36 dma-coherent: true
38 "#address-cells":
41 "#size-cells":
46 Address translation for the possible RNG child node for SA2UL
49 "^rng@[a-f0-9]+$":
52 Child RNG node for SA2UL
55 - compatible
56 - reg
57 - power-domains
58 - dmas
59 - dma-names
60 - dma-coherent
65 - |
66 #include <dt-bindings/soc/ti,sci_pm_domain.h>
69 compatible = "ti,j721-sa2ul";
71 power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>;
74 dma-names = "tx", "rx1", "rx2";
75 dma-coherent;