st,stm32-crc.txt 348 B

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