fusee: mariko sdram initialization

This commit is contained in:
hexkyz
2020-11-23 19:11:15 +00:00
committed by SciresM
parent 198bdacaf4
commit 4cd56f8423
35 changed files with 12590 additions and 8104 deletions

View File

@@ -19,9 +19,12 @@
#ifndef FUSEE_HWINIT_H_
#define FUSEE_HWINIT_H_
#include <stdbool.h>
#define I2S_BASE 0x702D1000
#define MAKE_I2S_REG(n) MAKE_REG32(I2S_BASE + n)
void nx_hwinit();
void nx_hwinit_erista(bool enable_log);
void nx_hwinit_mariko(bool enable_log);
#endif