mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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>
This commit is contained in:
parent
c303e89f7f
commit
0404b98c6b
|
|
@ -1693,6 +1693,15 @@ spi13: spi@c8c000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
uart13: serial@c8c000 {
|
||||
compatible = "qcom,geni-uart";
|
||||
reg = <0 0x00c8c000 0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP2_S3_CLK>;
|
||||
clock-names = "se";
|
||||
interrupts = <GIC_SPI 585 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c14: i2c@c90000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0 0x00c90000 0 0x4000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user