xref: /freebsd-src/sys/contrib/device-tree/src/arm/st/stm32mp13xc.dtsi (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2f126890aSEmmanuel Vadot/*
3f126890aSEmmanuel Vadot * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
4f126890aSEmmanuel Vadot * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
5f126890aSEmmanuel Vadot */
6f126890aSEmmanuel Vadot
7*7d0873ebSEmmanuel Vadot&etzpc {
8f126890aSEmmanuel Vadot	cryp: crypto@54002000 {
9f126890aSEmmanuel Vadot		compatible = "st,stm32mp1-cryp";
10f126890aSEmmanuel Vadot		reg = <0x54002000 0x400>;
11f126890aSEmmanuel Vadot		interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
12f126890aSEmmanuel Vadot		clocks = <&rcc CRYP1>;
13f126890aSEmmanuel Vadot		resets = <&rcc CRYP1_R>;
14*7d0873ebSEmmanuel Vadot		access-controllers = <&etzpc 42>;
15f126890aSEmmanuel Vadot		status = "disabled";
16f126890aSEmmanuel Vadot	};
17f126890aSEmmanuel Vadot};
18