zhiantec,zfm-x0 (on uart bus)

Description

ZFM-x0 Series Optical Fingerprint Sensor

This binding supports fingerprint sensor modules using the Zhiantec/Synochip
ZFM protocol, including optical sensors like ZFM-20, ZFM-60, ZFM-70, R30x,
JM-101, DY-50, FPM10A, capacitive sensors like Hi-Link HLK-ZW3021, HLK-ZW0623,
HLK-ZW0642 and other compatible modules.

Examples

&uart1 {
  status = "okay";
  current-speed = <57600>;

  fingerprint0: fingerprint0 {
    compatible = "zhiantec,zfm-x0";
    status = "okay";
    comm-addr = <0xffffffff>;
    password = <0x00000000>;
  };
};

Properties

Properties not inherited from the base binding file.

Name

Type

Details

comm-addr

int

Module address for device identification in ZFM protocol packets.
The module only responds to packets with matching addresses. Defaults
to the factory-programmed value 0xFFFFFFFF. Override only if changed
via the SetAdder command.

Default value: 0xffffffff

password

int

Module password for authentication. Defaults to the factory-programmed
value 0x00000000, which causes password verification to be skipped at
power-on. Override only if changed via the SetPwd command.