* 4x SD/MMC (1x 1/2/4/8-bit, 3x 1/2/4-bit)
* 2x full UART incl. CTS/RTS
* 3x UART (TX/RX only)
-* 3x I2C (in case of address clashes between peripherals)
+* 3x [[I2C]] (in case of address clashes between peripherals)
* 8080-style AT/XT/ATI MCU Bus Interface, with multiple (8x CS#) lines
* 3x PWM-capable GPIO
* 32x EINT-cable GPIO with full edge-triggered and low/high IRQ capability
* <https://github.com/sifive/freedom/blob/master/src/main/scala/everywhere/e300artydevkit/Platform.scala>
Pinmux ("IOF") for multiplexing several I/O functions onto a single pin
+## I2C
+
+At its own page [[I2C]]
+
## I2S
<https://github.com/skristiansson/i2s>