ARM: dts: msm8974: Add nodes for blsp1_uart1 serial port
authorBhushan Shah <bshah@kde.org>
Wed, 13 Jul 2016 07:34:26 +0000 (13:04 +0530)
committerAndy Gross <andy.gross@linaro.org>
Wed, 24 Aug 2016 04:03:09 +0000 (23:03 -0500)
This serial port is used by LG Nexus 5 (codenammed hammerhead).

Cc: Andy Gross <andy.gross@linaro.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: David Brown <david.brown@linaro.org>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Bhushan Shah <bshah@kde.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8974.dtsi

index 561d4d13676282891189977144b8eaa52de2ae21..4d0cfeb4c2e63e5b21fc1702feb0ec84d85a2a5b 100644 (file)
                        reg = <0xfc428000 0x4000>;
                };
 
+               blsp1_uart1: serial@f991d000 {
+                       compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
+                       reg = <0xf991d000 0x1000>;
+                       interrupts = <0 107 0x0>;
+                       clocks = <&gcc GCC_BLSP1_UART1_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>;
+                       clock-names = "core", "iface";
+                       status = "disabled";
+               };
+
                blsp1_uart2: serial@f991e000 {
                        compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
                        reg = <0xf991e000 0x1000>;
This page took 0.025716 seconds and 5 git commands to generate.