1 """Pin definitions for Udoo x86 Ultra
2 (should work for Ultra and Ultra II)
4 There are 2 naming systems. A Digital Pin system which includes
5 the arduino chip (Leonardo or 101). The Braswell #s start at 16 and
6 is documented in the diagram and text for linux version later than 4.15 in:
7 https://www.udoo.org/docs-x86II/Introduction/Introduction.html
8 The other is based on the hardware manual:
9 https://udoo.org/download/files/UDOO_X86/Doc/UDOO_X86II_MANUAL.pdf
11 This will use the D system based on the diagram in the user guide
14 from adafruit_blinka.microcontroller.pentium.n3710 import pin
26 # Connector CN13 LPC interface
45 # Connector CN12 SDIO SD/MMC interfaces
61 I2C0_SCL = D34 # labeled on diagram as I2C1, hardware manual port 0
62 I2C0_SDA = D35 # i2cdetect-l lists it as i2c-0
64 I2C1_SCL = D38 # Labeled on diagram as I2C2, hardware manual port 5
65 I2C1_SCL = D39 # i2cdetect lists it as i2c-1