feature(i2s): add i2s driver

This commit is contained in:
XiongYu
2019-03-25 10:47:20 +08:00
parent d913340f00
commit cac248c42f
11 changed files with 1427 additions and 7 deletions

View File

@ -7,8 +7,8 @@ PROVIDE ( frc1 = 0x60000600 );
PROVIDE ( rtc_sys_info = 0x60001100 );
PROVIDE ( SLC = 0x60000B00 );
PROVIDE ( I2S = 0x60000e00 );
PROVIDE ( SLC0 = 0x60000B00 );
PROVIDE ( I2S0 = 0x60000e00 );
PROVIDE ( SPI1 = 0x60000100 );
PROVIDE ( SPI0 = 0x60000200 );