dts: ipq5332: add uart2 support.

This changes add uart2 support.

Change-Id: I9053d5d978a4f90edb6f01dac9a0e24f9a94f3a1
Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
Vandhiadevan Karunamoorthy 2022-11-29 15:39:29 +05:30 committed by Gerrit - the friendly Code Review server
parent 3cdd8dd47a
commit dcc4e545a2

View file

@ -28,6 +28,36 @@
status = "disabled";
};
serial@78B0000 {
compatible = "qca,ipq-uartdm";
reg = <0x78B0000 0x200>;
bit_rate = <0xff>;
m_value = <36>;
n_value = <15625>;
d_value = <15625>;
status = "ok";
serial_gpio {
gpio1 {
gpio = <33>;
func = <2>;
pull = <GPIO_PULL_UP>;
drvstr = <GPIO_8MA>;
};
gpio2 {
gpio = <35>;
func = <2>;
pull = <GPIO_PULL_UP>;
drvstr = <GPIO_8MA>;
};
};
};
aliases {
uart2 = "/serial@78B0000";
};
timer {
gcnt_cntcv_lo = <0x4a2000>;
gcnt_cntcv_hi = <0x4a2004>;