Skip to content

Commit

Permalink
dt-bindings: Document STM32 CRC bindings
Browse files Browse the repository at this point in the history
Document device tree bindings for the STM32 CRC (crypto CRC32)

Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Fabien DESSENNE authored and Herbert Xu committed Apr 5, 2017
1 parent c6dc060 commit c0a680c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Documentation/devicetree/bindings/crypto/st,stm32-crc.txt
Original file line number Diff line number Diff line change
@@ -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>;
};

0 comments on commit c0a680c

Please sign in to comment.