Patrick Delaunay | a82abb1 | 2022-05-20 18:24:39 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) |
| 2 | /* |
| 3 | * Copyright (C) STMicroelectronics 2021 - All Rights Reserved |
| 4 | * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics. |
| 5 | */ |
| 6 | |
| 7 | / { |
| 8 | soc { |
| 9 | cryp: crypto@54002000 { |
| 10 | compatible = "st,stm32mp1-cryp"; |
| 11 | reg = <0x54002000 0x400>; |
| 12 | interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; |
Gabriel Fernandez | 2c8d548 | 2022-11-24 11:36:05 +0100 | [diff] [blame] | 13 | clocks = <&rcc CRYP1>; |
| 14 | resets = <&rcc CRYP1_R>; |
Patrick Delaunay | a82abb1 | 2022-05-20 18:24:39 +0200 | [diff] [blame] | 15 | status = "disabled"; |
| 16 | }; |
| 17 | }; |
| 18 | }; |