mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Initial commit for the sony NWZ-E360 and NWZ-E370
Change-Id: I52d21e136a98eaf481615d641795cf7ecf325465
This commit is contained in:
parent
46248b3df9
commit
9392d036c4
24 changed files with 1519 additions and 3 deletions
|
|
@ -124,6 +124,15 @@ struct sdmmc_config_t sdmmc_config[] =
|
|||
.ssp = 1,
|
||||
.mode = SD_MODE,
|
||||
},
|
||||
#elif defined(SONY_NWZE370) || defined(SONY_NWZE360)
|
||||
/* The Sony NWZ-E370 uses #B1P29 for power */
|
||||
{
|
||||
.name = "internal/SD",
|
||||
.flags = POWER_PIN | POWER_INVERTED | WINDOW,
|
||||
.power_pin = PIN(1, 29),
|
||||
.ssp = 2,
|
||||
.mode = MMC_MODE
|
||||
},
|
||||
#else
|
||||
#error You need to write the sd/mmc config!
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue