stm32-syscon.txt 477 B

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