Hi Guys,
I’m trying to setup blsp1_uart0(GPIO0 & GPIO1) as serial.
cat /proc/device-tree/aliases/serial3
/soc/serial@756f000
cat /sys/bus/platform/devices/756f000.serial/uevent
OF_NAME=serial
OF_FULLNAME=/soc/serial@756f000
OF_COMPATIBLE_0=qcom,msm-uartdm-v1.4
OF_COMPATIBLE_1=qcom,msm-uartdm
OF_COMPATIBLE_N=2
OF_ALIAS_0=serial3
MODALIAS=of:NserialT<NULL>Cqcom,msm-uartdm-v1.4Cqcom,msm-uartdm
[ 2.589597] msm_serial 7570000.serial: msm_serial: detected port #2
[ 2.589665] msm_serial 7570000.serial: uartclk = 19200000
[ 2.589758] 7570000.serial: ttyMSM2 at MMIO 0x7570000 (irq = 9, base_baud = 1200000) is a MSM
[ 2.590089] serial serial0: tty port ttyMSM2 registered
[ 2.590560] msm_serial 75b0000.serial: msm_serial: detected port #0
[ 2.590633] msm_serial 75b0000.serial: uartclk = 7372800
[ 2.590721] 75b0000.serial: ttyMSM0 at MMIO 0x75b0000 (irq = 13, base_baud = 460800) is a MSM
[ 2.590759] msm_serial: console setup on port #0
[ 4.022005] console [ttyMSM0] enabled
[ 4.027490] msm_serial: driver initialized
I have verified blsp1_qup0 as I2C & SPI. Now i’m trying to verify blsp1_uart0. blsp1_uart0 is not getting registered with msm_serial driver & i don’t see any device node.
question: BLSP1_UART0 is reserved by proprietary binary from access?
regards,
parbatha