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