Using Pin to Drive DTS

The drivers are mainly used to configure the frequently-used functions of a pin, for example:

  • General GPIO are only used for input, output and interrupt.
  • Functional GPIO are mainly used for pin mux, for example, pin for UART, pin for I2C, and special functions.
  • Some pins are both general and functional GPIO.