mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
185dcf7f56
IPQ40xx and currently supported Snapdragon boards don't use the same one so enable reading it from DT, if no DT property is found default value is the same as the previous define. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Reviewed-By: Ramon Fried <rfried.dev@gmail.com>
10 lines
327 B
Text
10 lines
327 B
Text
Qualcomm UART (Data Mover mode)
|
|
|
|
Required properties:
|
|
- compatible: must be "qcom,msm-uartdm-v1.4"
|
|
- reg: start address and size of the registers
|
|
- clock: interface clock (must accept baudrate as a frequency)
|
|
|
|
Optional properties:
|
|
- bit-rate: Data Mover bit rate register value
|
|
(If not defined then 0xCC is used as default)
|