Nautiz X6 V2 Back docking connector

Last updated: 2025-05-15

Related products: Nautiz X6v2

Pogo pin hardware define

1GNDGround PIN8UART_RX1.8V UART RXD
2GNDGround PIN9UART_TX1.8V UART TXD
3GNDGround PIN10GPIO_11.8V GPIO 1
4GNDGround PIN11GPIO_21.8V GPIO 2
5GNDGround PIN12IRQ1.8V External Interrupt PIN
6POGO_5V5V/500mA DC-DC Power OUT (OFF default)13POGO_5VSame to PIN 6
7POGO_VBATVBAT Power OUT (OFF default)14POGO_VBATSame to PIN 7

Pogo pin path define

The path can be obtained from the system properties. Each pin has a special attribute key, and the corresponding path can be obtained by calling the system attribute tool through reflection.

POGO_5V
System property key: ro.pogo.path.vbus
Default value (if not define): /sys/class/ext_dev/function/ext_dev_5v_enable  

POGO_VBAT
System property key: ro.pogo.path.vbat
Default value (if not define): /sys/class/ext_dev/function/ext_dev_3v3_enable

GPIO_1
System property key: ro.pogo.path.gpio1
Default value (if not define): /sys/class/ext_dev/function/pin10_en

GPIO_2
System property key: ro.pogo.path.gpio2
Default value (if not define): /sys/class/ext_dev/function/pin11_en  

IRQ
System property key: ro.pogo.path.irq
Default value (if not define): /sys/class/ext_dev/function/irq_state

Serial
System property key: ro.pogo.path.serial
Default value (if not define): /dev/ttyHSL1