hw/arm/nrf51: Wire up sysclk
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Aug 2021 09:33:46 +0000 (10:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 10:08:20 +0000 (11:08 +0100)
commitc08e612662e4bdc84f2e9bd4ae598e8c07a23565
tree74260eb9d9b3b7914b513ccbbffe4b1f620a82bc
parent7580384b34da99134d1162729957ed63ae2da230
hw/arm/nrf51: Wire up sysclk

Wire up the sysclk input to the armv7m object.

Strictly this SoC should not have a systick device at all, but our
armv7m container object doesn't currently support disabling the
systick device.  For the moment, add a TODO comment, but note that
this is why we aren't wiring up a refclk (no need for one).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alexandre Iooss <erdnaxe@crans.org>
Message-id: 20210812093356.1946-16-peter.maydell@linaro.org
hw/arm/nrf51_soc.c
include/hw/arm/nrf51_soc.h