Initial commit for the sony NWZ-E360 and NWZ-E370

Change-Id: I52d21e136a98eaf481615d641795cf7ecf325465
This commit is contained in:
Amaury Pouly 2013-09-25 14:29:00 +02:00
parent 46248b3df9
commit 9392d036c4
24 changed files with 1519 additions and 3 deletions

View file

@ -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