mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 12:08:56 +01:00
qcom: ipq807x: dts: change in bitrate and gcnt timer base
serial clock rate is now fixed. GCNT timer needs to be initialized. Change-Id: Ia66ff458a4c66cfb6cf9fa5fd4953498ef3b656d Signed-off-by: Manoharan Vijaya Raghavan <mraghava@codeaurora.org>
This commit is contained in:
parent
94ad8648c6
commit
532b5259c0
1 changed files with 2 additions and 1 deletions
|
|
@ -19,10 +19,11 @@
|
|||
compatible = "qca,ipq-uartdm";
|
||||
reg = <0x78af000 0x200>;
|
||||
id = <2>;
|
||||
bit_rate = <0xcc>;
|
||||
bit_rate = <0xff>;
|
||||
};
|
||||
|
||||
timer {
|
||||
gcnt_base = <0x4a1000>;
|
||||
gcnt_cntcv_lo = <0x4a2000>;
|
||||
gcnt_cntcv_hi = <0x4a2004>;
|
||||
gpt_freq_hz = <19200000>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue