1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 2 /* 3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved 4 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics. 5 */ 6 7 &etzpc { 8 cryp1: cryp@54001000 { 9 compatible = "st,stm32mp1-cryp"; 10 reg = <0x54001000 0x400>; 11 interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; 12 clocks = <&rcc CRYP1>; 13 resets = <&rcc CRYP1_R>; 14 access-controllers = <&etzpc 9>; 15 status = "disabled"; 16 }; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.