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 - clocks: phandle to the syscfg clock 9 10 Example: 11 syscfg: syscon@50020000 { 12 compatible = "st,stm32mp157-syscfg", "syscon"; 13 reg = <0x50020000 0x400>; 14 clocks = <&rcc SYSCFG>; 15 }; 16 17