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