Am Wed, 23 Oct 2024 09:58:45 +0100
schrieb Mark Cave-Ayland :
> Add a new rtc-data-out gpio to the next-pc device and wire it up to the
> next-rtc
> rtc-data-in gpio using the standard qdev gpio APIs.
>
> Signed-off-by: Mark Cave-Ayland
> ---
> hw/m68k/next-cube.c | 26 +---
Add a new rtc-data-out gpio to the next-pc device and wire it up to the next-rtc
rtc-data-in gpio using the standard qdev gpio APIs.
Signed-off-by: Mark Cave-Ayland
---
hw/m68k/next-cube.c | 26 +-
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/hw/m68k/nex