Skip to content

Commit 0404b98

Browse files
lumagandersson
authored andcommitted
arm64: dts: qcom: sm8150: add uart13
Add UART13, typically used for Bluetooth connection on SM8150. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260106-wcn3990-pwrctl-v2-9-0386204328be@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent c303e89 commit 0404b98

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sm8150.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,15 @@
16931693
status = "disabled";
16941694
};
16951695

1696+
uart13: serial@c8c000 {
1697+
compatible = "qcom,geni-uart";
1698+
reg = <0 0x00c8c000 0 0x4000>;
1699+
clocks = <&gcc GCC_QUPV3_WRAP2_S3_CLK>;
1700+
clock-names = "se";
1701+
interrupts = <GIC_SPI 585 IRQ_TYPE_LEVEL_HIGH>;
1702+
status = "disabled";
1703+
};
1704+
16961705
i2c14: i2c@c90000 {
16971706
compatible = "qcom,geni-i2c";
16981707
reg = <0 0x00c90000 0 0x4000>;

0 commit comments

Comments
 (0)