blob: 3ba92a5e9b3617e0ceb86af03f6cf288d278ae73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
* STMicroelectronics STM32 CRC
Required properties:
- compatible: Should be "st,stm32f7-crc".
- reg: The address and length of the peripheral registers space
- clocks: The input clock of the CRC instance
Optional properties: none
Example:
crc: crc@40023000 {
compatible = "st,stm32f7-crc";
reg = <0x40023000 0x400>;
clocks = <&rcc 0 12>;
};
|