summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/crypto/st,stm32-crc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/crypto/st,stm32-crc.txt')
-rw-r--r--dts/Bindings/crypto/st,stm32-crc.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/crypto/st,stm32-crc.txt b/dts/Bindings/crypto/st,stm32-crc.txt
new file mode 100644
index 0000000000..3ba92a5e9b
--- /dev/null
+++ b/dts/Bindings/crypto/st,stm32-crc.txt
@@ -0,0 +1,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>;
+};