package embox.driver.clock

module e2k_clock {
	option string log_level="LOG_ERR"

	/* 0x20300000 0x81200000 0x80500000 0x81200000 0x83200000 */
	/* if base_addr == 0 the base address is received form MC_TIMER */
	option number base_addr=0
	option number irq_num=2
	option number freq=10
	/* TODO must be in bootinfo block */
	/* 
	8CB: 0x114
	1C+: 0x88
	*/
	option number mc_timer_shift = 0x88

	source "e2k.c"

	depends embox.kernel.irq
	@NoRuntime depends embox.kernel.time.clock_source
}
