OV5647 5MP Camera not detected as /dev/video0

I’m trying to use an OV5647 Camera (i.e Raspberry Pi v1.2 camera 5MP, perfectly working on my old RPI3) without success.

I’d like to know if someone has been able working with 5MP Raspberry PI camera and what I’ve to do to make it working.

After correctly connected the camera and boot, if I type “ls /dev/video” I get:
ls: cannot access ‘/dev/video’: No such file or directory
The red led on camera is on but very dimmed (on RPI3 is bright).

Report from dmesg does not say anything about OV5647 (but overlay is enabled):
pi@rockpi:~$ dmesg | grep ov
[ 0.313702] cpuidle: using governor ladder
[ 0.325725] cpuidle: using governor menu
[ 1.457038] raid6: using intx1 recovery algorithm
[ 2.419035] Error: Driver ‘ov4689’ is already registered, aborting…
[ 2.419055] Error: Driver ‘ov7750’ is already registered, aborting…
[ 2.419075] Error: Driver ‘ov13850’ is already registered, aborting…
[ 2.860563] xhci-hcd xhci-hcd.5.auto: remove, state 1
[ 2.877443] xhci-hcd xhci-hcd.5.auto: remove, state 1
[ 5.412285] systemd[1]: /lib/systemd/system/rk3399-bluetooth.service:11: Support for option SysVStartPriority= has been removed and it is ignored
[ 10.705885] nr_pdflush_threads exported in /proc is scheduled for removal
[ 13.673464] dhd_wl_ioctl_get_intiovar: get int iovar wnm_bsstrans_resp failed, ERR -23
[ 13.679027] CONFIG-ERROR) dhd_conf_set_intiovar: txbf setting failed -23

Thanks in advance for the support

This is my configuration--------------------------------------

Kernel:
rockpi:~$ uname --all
Linux rockpi 4.4.192-rockchip64 #1 SMP Tue Oct 8 18:39:24 CEST 2019 aarch64 aarch64 aarch64 GNU/Linux

Overlay in /boot/hw_intfc.conf enabled (and imx219 disabled):
Line 63 -> #intfc:dtoverlay=imx219
Line 66 -> intfc:dtoverlay=ov5647

** OS version:**
pi@rockpi:~$ cat /etc/os-release
NAME=“Ubuntu”
VERSION=“18.04.4 LTS (Bionic Beaver)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=“Ubuntu 18.04.4 LTS”
VERSION_ID=“18.04”
HOME_URL=“https://www.ubuntu.com/
SUPPORT_URL=“https://help.ubuntu.com/
BUG_REPORT_URL=“https://bugs.launchpad.net/ubuntu/
PRIVACY_POLICY_URL=“https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

I’ve got the same problem. Why is there no info on how to do this?