Hi, We are using a custom board based on LX2160ARDB , The configs enabled as: CONFIG_UIO=m CONFIG_UIO_CIF=y CONFIG_UIO_PDRV_GENIRQ=m
The device tree entry used is /*UIO5 gpio3_5 npu_48v*/ INA237_NPU_48V@5{ compatible = "mydevice,generic-uio,ui_pdrv"; status = "okay"; interrupt-parent = <&gpio2>; interrupts = <5 2>; };
I am now getting the uio file as /dev/uio5 <screenshot attached>