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