1*ab2e0f4fSAlexandre Torgue// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2*ab2e0f4fSAlexandre Torgue/* 3*ab2e0f4fSAlexandre Torgue * Copyright (C) STMicroelectronics 2025 - All Rights Reserved 4*ab2e0f4fSAlexandre Torgue * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics. 5*ab2e0f4fSAlexandre Torgue */ 6*ab2e0f4fSAlexandre Torgue 7*ab2e0f4fSAlexandre Torgue&etzpc { 8*ab2e0f4fSAlexandre Torgue cryp1: cryp@54001000 { 9*ab2e0f4fSAlexandre Torgue compatible = "st,stm32mp1-cryp"; 10*ab2e0f4fSAlexandre Torgue reg = <0x54001000 0x400>; 11*ab2e0f4fSAlexandre Torgue interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; 12*ab2e0f4fSAlexandre Torgue clocks = <&rcc CRYP1>; 13*ab2e0f4fSAlexandre Torgue resets = <&rcc CRYP1_R>; 14*ab2e0f4fSAlexandre Torgue access-controllers = <&etzpc 9>; 15*ab2e0f4fSAlexandre Torgue status = "disabled"; 16*ab2e0f4fSAlexandre Torgue }; 17*ab2e0f4fSAlexandre Torgue}; 18