forked from M-Labs/artiq
firmware: reset local RTIO PHYs on startup (#958)
This commit is contained in:
parent
394b66cd8c
commit
a844a3350e
|
@ -251,6 +251,7 @@ pub fn startup(io: &Io) {
|
|||
pub fn init_core() {
|
||||
unsafe {
|
||||
csr::rtio_core::reset_write(1);
|
||||
csr::rtio_core::reset_phy_write(1);
|
||||
}
|
||||
drtio::init()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue