| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | * STMicroelectronics STM32 CRC |
| 2 | |||||
| 3 | Required properties: | ||||
| 4 | - compatible: Should be "st,stm32f7-crc". | ||||
| 5 | - reg: The address and length of the peripheral registers space | ||||
| 6 | - clocks: The input clock of the CRC instance | ||||
| 7 | |||||
| 8 | Optional properties: none | ||||
| 9 | |||||
| 10 | Example: | ||||
| 11 | |||||
| 12 | crc: crc@40023000 { | ||||
| 13 | compatible = "st,stm32f7-crc"; | ||||
| 14 | reg = <0x40023000 0x400>; | ||||
| 15 | clocks = <&rcc 0 12>; | ||||
| 16 | }; | ||||