Merge commit '81fd23e2b3ccf71c807e671444e8accaba98ca53' of https://git.pengutronix...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / stm32mp15xc.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2 /*
3  * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4  * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
5  */
6
7 / {
8         soc {
9                 cryp1: cryp@54001000 {
10                         compatible = "st,stm32mp1-cryp";
11                         reg = <0x54001000 0x400>;
12                         interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
13                         clocks = <&rcc CRYP1>;
14                         resets = <&rcc CRYP1_R>;
15                         status = "disabled";
16                 };
17         };
18 };