1STMicroelectronics STM32 Platforms System Controller
2
3Properties:
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
15