Skip to content
Snippets Groups Projects
Commit 9ad0f04a authored by Yuri Mazzuoli's avatar Yuri Mazzuoli
Browse files

[928][ENV_CONF] add revE overlay peripheral list (no CPLD fimware)

parent 0d9f7700
No related branches found
No related tags found
1 merge request!83[928] add support
......@@ -391,5 +391,22 @@ overlay_list_t overlay_peripheral_list [] = {
size_t overlay_peripheral_size = sizeof( overlay_peripheral_list ) / sizeof( overlay_peripheral_list[0] );
overlay_list_t overlay_peripheral_list_revE [] = {
{
.title = "serial device",
.options = {
{ "flexcan", "" }, // default
{ "uart4", STR(ENV_DTBO_928_UART4) },
},
},
{
.title = "audio type",
.options = {
{ "SGTL5000 (I2S)", "" }, // default
{ "AC97", STR(ENV_DTBO_928_AC97) },
},
}
};
#endif /* CONFIG_OF_LIBFDT_OVERLAY */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment