mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq5018: Fix sod dts
This changes remove soc dtsi header file and add only uart and timer nodes. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I87c1f7c87514e993fed7cd4ff14920309d5eb9b3
This commit is contained in:
parent
f637a16ef2
commit
2b1d1fd4dd
1 changed files with 21 additions and 6 deletions
|
|
@ -12,18 +12,21 @@
|
|||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq5018-soc.dtsi"
|
||||
#include "skeleton.dtsi"
|
||||
#include <dt-bindings/qcom/gpio-ipq5018.h>
|
||||
/ {
|
||||
model ="QCA, IPQ5018-MP03.1";
|
||||
compatible = "qca,ipq5018", "qca,ipq5018-mp03.1";
|
||||
machid = <0x8040001>;
|
||||
config_name = "config@mp03.1";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78AF000";
|
||||
};
|
||||
|
||||
console: serial@78AF000 {
|
||||
serial@78AF000 {
|
||||
compatible = "qca,ipq-uartdm";
|
||||
reg = <0x78af000 0x200>;
|
||||
m_value = <0x24>;
|
||||
n_value = <0xC31A>;
|
||||
d_value = <0xC2F6>;
|
||||
bit_rate = <0xff>;
|
||||
status = "ok";
|
||||
serial_gpio {
|
||||
blsp0_uart_rx {
|
||||
|
|
@ -43,4 +46,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
timer {
|
||||
gcnt_cntcv_lo = <0x4a2000>;
|
||||
gcnt_cntcv_hi = <0x4a2004>;
|
||||
gpt_freq_hz = <24000000>;
|
||||
timer_load_val = <0x00FFFFFF 0xFFFFFFFF>;
|
||||
};
|
||||
|
||||
aliases {
|
||||
console = "/serial@78AF000";
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue