Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
0002 /*
0003  * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
0004  * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
0005  */
0006 
0007 / {
0008         soc {
0009                 cryp: crypto@54002000 {
0010                         compatible = "st,stm32mp1-cryp";
0011                         reg = <0x54002000 0x400>;
0012                         interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
0013                         clocks = <&rcc CRYP1>;
0014                         resets = <&rcc CRYP1_R>;
0015                         status = "disabled";
0016                 };
0017         };
0018 };