blob: a8bd5fe6536c8cf631964aeec7fe5fd6ce03fe98 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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
Tom Rini762f85b2024-07-20 11:15:10 -06007&etzpc {
8 cryp: crypto@54002000 {
9 compatible = "st,stm32mp1-cryp";
10 reg = <0x54002000 0x400>;
11 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
12 clocks = <&rcc CRYP1>;
13 resets = <&rcc CRYP1_R>;
14 access-controllers = <&etzpc 42>;
15 status = "disabled";
Tom Rini53633a82024-02-29 12:33:36 -050016 };
17};