diff options
author | Ludovic Barre <ludovic.barre@st.com> | 2017-12-18 16:17:44 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-12-20 08:32:21 +0100 |
commit | 05a627ccac268c03da770cc462c63a46ff2eddc7 (patch) | |
tree | 233f738f300a05a7179b6424b7801b2e729f30b3 | |
parent | 981ed1bfbc6c4660b2ddaa8392893e20a6255048 (diff) | |
download | op-kernel-dev-05a627ccac268c03da770cc462c63a46ff2eddc7.zip op-kernel-dev-05a627ccac268c03da770cc462c63a46ff2eddc7.tar.gz |
devicetree: bindings: Document supported STM32 SoC family
This adds a list of supported STM32 SoC bindings.
Signed-off-by: Gwenael Treuveur <gwenael.treuveur@st.com>
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/stm32.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/stm32.txt b/Documentation/devicetree/bindings/arm/stm32.txt new file mode 100644 index 0000000..05762b0 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/stm32.txt @@ -0,0 +1,9 @@ +STMicroelectronics STM32 Platforms Device Tree Bindings + +Each device tree must specify which STM32 SoC it uses, +using one of the following compatible strings: + + st,stm32f429 + st,stm32f469 + st,stm32f746 + st,stm32h743 |