Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f809b47 authored by Christophe Roullier's avatar Christophe Roullier Committed by David S. Miller
Browse files

dt-bindings: stm32: add compatible for syscon



This patch describes syscon DT bindings.

Signed-off-by: default avatarChristophe Roullier <christophe.roullier@st.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 026e5758
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
STMicroelectronics STM32 Platforms System Controller

Properties:
   - compatible : should contain two values. First value must be :
                 - " st,stm32mp157-syscfg " - for stm32mp157 based SoCs,
                 second value must be always "syscon".
   - reg : offset and length of the register set.

 Example:
         syscfg: syscon@50020000 {
                 compatible = "st,stm32mp157-syscfg", "syscon";
                 reg = <0x50020000 0x400>;
         };