On Sat, Apr 6, 2024 at 3:37 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > GPIO_S0_SC57 / GPIO_S0_SC61 can be muxed to PCU_UART_TXD / PCU_UART_RXD, > add a pinconf group for this. > > On Bay Trail board schematics using these pins as UART these are > called UART3_TXD / UART3_RXD, name the pinconf group "uart3_grp" > to be consistent with the schematics. ... > + PIN_GROUP("uart3_grp_gpio", byt_score_uart3_pins, 0), > static const char * const byt_score_gpio_groups[] = { > - "uart1_grp_gpio", "uart2_grp_gpio", "pwm0_grp_gpio", > + "uart1_grp_gpio", "uart2_grp_gpio", "uart3_grp_gpio", "pwm0_grp_gpio", > "pwm1_grp_gpio", "ssp0_grp_gpio", "ssp1_grp_gpio", "ssp2_grp_gpio", > "sio_spi_grp_gpio", "i2c0_grp_gpio", "i2c1_grp_gpio", "i2c2_grp_gpio", > "i2c3_grp_gpio", "i2c4_grp_gpio", "i2c5_grp_gpio", "i2c6_grp_gpio", The above parts won't be needed if we have automatic _gpio generation. -- With Best Regards, Andy Shevchenko