2 from adafruit_blinka.microcontroller.generic_linux.periphery_pin import Pin
147 # ordered as uartId, txId, rxId
148 UART_PORTS = ((3, PB10, PB12),)
150 # ordered as i2cId, sclId, sdaId
156 # support busio port check
157 # 0 - linux system -> i2c-0
158 # 1 - linux system -> i2c-1
164 # SysFS analog inputs, Ordered as analog analogInId, device, and channel
165 # Because stm32mp157 analog io used special port name, it doesn't like gpiod named form, so support analog io in this way
168 analogIns = ((PAN0, 0, 0),)