| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/crypto/starfive,jh7110-crypto.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: StarFive Cryptographic Module |
| - Jia Jie Ho <jiajie.ho@starfivetech.com> |
| - William Qiu <william.qiu@starfivetech.com> |
| const: starfive,jh7110-crypto |
| - description: Hardware reference clock |
| - description: AHB reference clock |
| - description: TX DMA channel |
| - description: RX DMA channel |
| additionalProperties: false |
| crypto: crypto@16000000 { |
| compatible = "starfive,jh7110-crypto"; |
| reg = <0x16000000 0x4000>; |
| clocks = <&clk 15>, <&clk 16>; |
| clock-names = "hclk", "ahb"; |