m68k: add DAC modules base addresses

Add DAC controller 0 and 1 base addresses.

Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
This commit is contained in:
Angelo Dureghello 2026-06-10 22:35:08 +02:00 committed by Greg Ungerer
parent 3ad549567e
commit 52e70cb637

View File

@ -191,6 +191,11 @@
#define MCFEPORT_EPPAR 0xfc090000
#define MCFEPORT_EPIER 0xfc090003
#define MCFEPORT_EPFR 0xfc090006
/*
* DAC Modules.
*/
#define MCFDAC_BASE0 0xfc098000
#define MCFDAC_BASE1 0xfc09c000
/*
* RTC Module.
*/