board: devsoc: Update UART clock configuration

This changes update UART clock MND values

Change-Id: Ie851446e0507b0015a381f196ce4cec1dce3a4bf
Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
Vandhiadevan Karunamoorthy 2022-07-13 14:59:59 +05:30 committed by Gerrit - the friendly Code Review server
parent b8611c7623
commit 6f8883280b

View file

@ -21,9 +21,9 @@
serial@78AF000 {
compatible = "qca,ipq-uartdm";
reg = <0x78af000 0x200>;
m_value = <0x24>;
n_value = <0xC31A>;
d_value = <0xC2F6>;
m_value = <36>;
n_value = <15625>;
d_value = <15625>;
bit_rate = <0xff>;
status = "disabled";
};