kendryte / k230_sdk

Kendryte K230 SDK
BSD 2-Clause "Simplified" License
165 stars 35 forks source link

[help]: k230 UART device questions #46

Closed yf13 closed 8 months ago

yf13 commented 9 months ago

Help

Can you please teach a few questions regarding k230 UART devices?

xiangbingj commented 8 months ago

Help

Can you please teach a few questions regarding k230 UART devices?

  • What is the device clock frequency? k230.dtsi shows 50Mhz, is that is the value for us to derive the baudrate divider number?
  • Where can we find the register map for these UART devices? are they ns16550 compliant? pointers to SDK uboot or linux code base is fine.

Hi,

src/little/linux/arch/riscv/boot/dts/kendryte/clock_provider.dtsi

Thank you for pointing this out.Next, we will support it after testing.
yf13 commented 8 months ago

Thanks!