Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: stm32: add compatible for syscon

This patch describes syscon DT bindings.

Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Christophe Roullier and committed by
David S. Miller
1f809b47 026e5758

+14
Documentation/devicetree/bindings/arm/stm32.txt Documentation/devicetree/bindings/arm/stm32/stm32.txt
+14
Documentation/devicetree/bindings/arm/stm32/stm32-syscon.txt
··· 1 + STMicroelectronics STM32 Platforms System Controller 2 + 3 + Properties: 4 + - compatible : should contain two values. First value must be : 5 + - " st,stm32mp157-syscfg " - for stm32mp157 based SoCs, 6 + second value must be always "syscon". 7 + - reg : offset and length of the register set. 8 + 9 + Example: 10 + syscfg: syscon@50020000 { 11 + compatible = "st,stm32mp157-syscfg", "syscon"; 12 + reg = <0x50020000 0x400>; 13 + }; 14 +