Hi,

On 14.03.2014 09:04, armdev wrote:
Hi,

We are trying to enable the UART3 on COM18 pins of arndale board. The UART3 RXD 
and TXD are on pins 2 and 4 which as per the base board specification is 
connected as

XuRXD3 : UART_3_RXD/GPA1[4] : 2
XuTXD3 : UART_3_TXD/GPA1[5] : 4

As per the public reference manual of exynos 5250, there is a register GPACON 
(0x1140_0000)
Setting GPACON |= 0x0010_0000 should enable the pins, but I am not able to see 
any output on UART3.

Can you please suggest what is the right procedure

The register is GPA1CON and its GPA1CON[4] and [5] bit fields need both to be set to 0x2 - see Pad Control chapter of Exynos5250 public datasheet. Also GPA1PUD should be reconfigured to disable default pull-down on both pins, again you can find details of the register in the datasheet.

Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to