mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
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:
parent
3cdd8dd47a
commit
dcc4e545a2
1 changed files with 30 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue