Bartosz Golaszewski <bgolaszewski at baylibre.com> writes: > Create the driver for the da8xx System Configuration and implement > support for writing to the three Master Priority registers. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
[...] > +#define DA8XX_IO_PHYS 0x01c00000ul > +#define DA8XX_SYSCFG0_BASE (DA8XX_IO_PHYS + 0x14000) The base addr should come from DT. Kevin