ARM: dts: qcom: Add APQ8084 serial port DT node
Add the necessary DT node to probe the serial driver on APQ8084 platforms. Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
98a295339e
commit
14ff1c4388
|
@ -3,4 +3,10 @@
|
||||||
/ {
|
/ {
|
||||||
model = "Qualcomm APQ 8084-MTP";
|
model = "Qualcomm APQ 8084-MTP";
|
||||||
compatible = "qcom,apq8084-mtp", "qcom,apq8084";
|
compatible = "qcom,apq8084-mtp", "qcom,apq8084";
|
||||||
|
|
||||||
|
soc {
|
||||||
|
serial@f995e000 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -185,5 +185,13 @@
|
||||||
reg = <0xfc400000 0x4000>;
|
reg = <0xfc400000 0x4000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
serial@f995e000 {
|
||||||
|
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
||||||
|
reg = <0xf995e000 0x1000>;
|
||||||
|
interrupts = <0 114 0x0>;
|
||||||
|
clocks = <&gcc GCC_BLSP2_UART2_APPS_CLK>, <&gcc GCC_BLSP2_AHB_CLK>;
|
||||||
|
clock-names = "core", "iface";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue