Orange Pi Zero

Why?

According to hardware architecture of OPI we have total 3 UART,but through current openwrt OS one port I can be able to access i.e /dev/ttyS0 (console port) but I want to enable any another port 1c28400.serial & apart from the console port (ttyS0) even I disable the console port again it is showing dmesg while booting i.e console [ttyS0] enable.

How?

ty[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
[    0.040052] Setting up static identity map for 0x40200000 - 0x40200060
[    0.372286] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.456111] console [ttyS0] disabled
[    0.476519] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 41, base_baud = 1500000) is a U6_16550A
[    1.073185] console [ttyS0] enabled

only one UART is defined in the dts file "sun8i-h2-plus-orangepi-zero". https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=0308385d1d78b81ae8fb05cb588fb91f646e3c37

add more UARTs in the dts file to enable them in OpenWrt.