| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/crypto/ti,sa2ul.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: K3 SoC SA2UL crypto module |
| - Tero Kristo <t-kristo@ti.com> |
| - description: TX DMA Channel |
| - description: 'RX DMA Channel #1' |
| - description: 'RX DMA Channel #2' |
| Address translation for the possible RNG child node for SA2UL |
| - description: Clock used by PKA |
| - description: Main Input Clock |
| - description: Clock used by rng |
| additionalProperties: false |
| #include <dt-bindings/soc/ti,sci_pm_domain.h> |
| main_crypto: crypto@4e00000 { |
| compatible = "ti,j721e-sa2ul"; |
| reg = <0x4e00000 0x1200>; |
| power-domains = <&k3_pds 264 TI_SCI_PD_EXCLUSIVE>; |
| dmas = <&main_udmap 0xc000>, <&main_udmap 0x4000>, |
| dma-names = "tx", "rx1", "rx2"; |