mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
committed by
Christian Helmuth
parent
5587476b4e
commit
1da71afbf3
@ -247,6 +247,11 @@ class Genode::Imx_uart: Mmio
|
||||
* \param base device MMIO base
|
||||
*/
|
||||
Imx_uart(addr_t base, uint32_t, uint32_t) : Mmio(base)
|
||||
{
|
||||
init();
|
||||
}
|
||||
|
||||
void init()
|
||||
{
|
||||
write<Cr1>(Cr1::init_value());
|
||||
write<Cr2>(Cr2::init_value());
|
||||
|
Reference in New Issue
Block a user