Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / 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