Skip to content
Snippets Groups Projects
Commit cfd75e75 authored by Mikhail Vanyulin's avatar Mikhail Vanyulin
Browse files

[C25] add OTG Client peripherals


* for seco_config tool

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent 42651add
No related branches found
No related tags found
No related merge requests found
......@@ -191,6 +191,12 @@ overlay_list_t overlay_peripheral_list_CFG_0[] = {
{ "not use", "" }, // default
{ "uart4", STR(ENV_DTBO_C25_UART4) },
},
}, {
.title = "otg client support",
.options = {
{ "not use", "" }, // default
{ "enable otg client", STR(ENV_DTBO_C25_OTG_CLIENT) },
},
},
};
......@@ -217,6 +223,12 @@ overlay_list_t overlay_peripheral_list_CFG_1[] = {
{ "not use", "" }, // default
{ "q7 spi", STR(ENV_DTBO_C25_Q7_SPI) },
},
}, {
.title = "otg client support",
.options = {
{ "not use", "" }, // default
{ "enable otg client", STR(ENV_DTBO_C25_OTG_CLIENT) },
},
},
};
......@@ -243,6 +255,12 @@ overlay_list_t overlay_peripheral_list_CFG_2[] = {
{ "not use", "" }, // default
{ "uart4", STR(ENV_DTBO_C25_UART4) },
},
}, {
.title = "otg client support",
.options = {
{ "not use", "" }, // default
{ "enable otg client", STR(ENV_DTBO_C25_OTG_CLIENT) },
},
},
};
......@@ -269,6 +287,12 @@ overlay_list_t overlay_peripheral_list_CFG_3[] = {
{ "not use", "" }, // default
{ "uart4", STR(ENV_DTBO_C25_UART4) },
},
}, {
.title = "otg client support",
.options = {
{ "not use", "" }, // default
{ "enable otg client", STR(ENV_DTBO_C25_OTG_CLIENT) },
},
},
};
......@@ -289,6 +313,12 @@ overlay_list_t overlay_peripheral_list_CFG_4[] = {
{ "not use", "" }, // default
{ "can/rtc", STR(ENV_DTBO_C25_CAN_RTC) },
},
}, {
.title = "otg client support",
.options = {
{ "not use", "" }, // default
{ "enable otg client", STR(ENV_DTBO_C25_OTG_CLIENT) },
},
},
};
......@@ -309,6 +339,12 @@ overlay_list_t overlay_peripheral_list_CFG_5[] = {
{ "not use", "" }, // default
{ "q7 spi", STR(ENV_DTBO_C25_Q7_SPI) },
},
}, {
.title = "otg client support",
.options = {
{ "not use", "" }, // default
{ "enable otg client", STR(ENV_DTBO_C25_OTG_CLIENT) },
},
},
};
......@@ -329,6 +365,12 @@ overlay_list_t overlay_peripheral_list_CFG_6[] = {
{ "not use", "" }, // default
{ "uart4", STR(ENV_DTBO_C25_UART4) },
},
}, {
.title = "otg client support",
.options = {
{ "not use", "" }, // default
{ "enable otg client", STR(ENV_DTBO_C25_OTG_CLIENT) },
},
},
};
......
......@@ -76,6 +76,7 @@
#define ENV_DTBO_C25_EDP seco-imx8mq-c25-edp.dtbo
#define ENV_DTBO_C25_HDMI seco-imx8mq-c25-hdmi.dtbo
#define ENV_DTBO_C25_LVDS_DUAL seco-imx8mq-c25-lvds-dual.dtbo
#define ENV_DTBO_C25_OTG_CLIENT seco-imx8mq-c25-otg-client.dtbo
#define ENV_DTBO_C25_PCIE seco-imx8mq-c25-pcie.dtbo
#define ENV_DTBO_C25_Q7_SPI seco-imx8mq-c25-q7-spi.dtbo
#define ENV_DTBO_C25_UART4 seco-imx8mq-c25-uart4.dtbo
......
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