[Orange Pi Zero 2W] How to enable UART5?

System information

  • DietPi version
    G_DIETPI_VERSION_CORE=9
    G_DIETPI_VERSION_SUB=11
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’
  • Distro version
    bookworm
  • Kernel version
    Linux DietPi 6.6.44-current-sunxi64 #1 SMP Sat Aug 3 06:54:42 UTC 2024 aarch64x
  • Architecture
    arm64
  • SBC model
    Orange Pi Zero 2W (aarch64)
  • Power supply used
    5V 3A
  • SD card used
    Samsung EVOplus 64GB

Steps taken:

In my /boot/dietpiEnv.txt :
rootdev=UUID=496fcc46-9616-459e-9f7f-377c6bb442a9
rootfstype=ext4

The init system logs to the console defined last.

consoleargs=console=tty1 console=ttyS0,115200
usbstoragequirks=
extraargs=net.ifnames=0
docker_optimizations=on
overlay_path=allwinner
overlay_prefix=sun50i-h616
overlays=uart5
user_overlays=
fdtfile=allwinner/sun50i-h618-orangepi-zero2w.dtb

After saving this change, i have rebooted my device using sudo reboot. After roboot when i run ls -al /dev/ttuAML* /dev/ttyS* i get output:

ls: cannot access ‘/dev/ttuAML*’: No such file or directory
crw------- 1 root tty 4, 64 Apr 3 18:48 /dev/ttyS0
crw-rw---- 1 root dialout 4, 65 Apr 3 18:37 /dev/ttyS1
crw-rw---- 1 root dialout 4, 66 Apr 3 18:37 /dev/ttyS2
crw-rw---- 1 root dialout 4, 67 Apr 3 18:37 /dev/ttyS3
crw-rw---- 1 root dialout 4, 68 Apr 3 18:37 /dev/ttyS4
crw-rw---- 1 root dialout 4, 69 Apr 3 18:37 /dev/ttyS5