1 """A Pin class for use with StarFive JH71x0."""
 
   3 from adafruit_blinka.microcontroller.generic_linux.libgpiod_pin import Pin
 
  49 # ordered as i2cId, SCL, SDA
 
  51     (0, I2C1_SCL, I2C1_SDA),
 
  52     (1, I2C2_SCL, I2C2_SDA),
 
  53     (2, I2C3_SCL, I2C3_SDA),
 
  56 # ordered as spiId, sckId, mosiId, misoId
 
  57 spiPorts = ((0, SPI_SCLK, SPI_MOSI, SPI_MISO),)