1 # SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
3 # SPDX-License-Identifier: MIT
5 from adafruit_blinka.microcontroller.generic_linux.periphery_pin import Pin
151 # ordered as uartId, txId, rxId
152 UART_PORTS = ((3, PB10, PB12),)
154 # ordered as i2cId, sclId, sdaId
160 # support busio port check
161 # 0 - linux system -> i2c-0
162 # 1 - linux system -> i2c-1
168 # SysFS analog inputs, Ordered as analog analogInId, device, and channel
169 # Because stm32mp157 analog io used special port name,it doesn't like gpiod named form
170 # so support analog io in this way
173 analogIns = ((PAN0, 0, 0),)