Skip to content

Commit 9db28f2

Browse files
committed
arm64: dts: qcom: sc8280xp: Define uart2
Add the definition for uart2 for sc8280xp devices. Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Steev Klimaszewski <[email protected]> Reviewed-by: Brian Masney <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent de7d3d2 commit 9db28f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,20 @@
12141214
status = "disabled";
12151215
};
12161216

1217+
uart2: serial@988000 {
1218+
compatible = "qcom,geni-uart";
1219+
reg = <0 0x00988000 0 0x4000>;
1220+
clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
1221+
clock-names = "se";
1222+
interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
1223+
operating-points-v2 = <&qup_opp_table_100mhz>;
1224+
power-domains = <&rpmhpd SC8280XP_CX>;
1225+
interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>,
1226+
<&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_QUP_0 0>;
1227+
interconnect-names = "qup-core", "qup-config";
1228+
status = "disabled";
1229+
};
1230+
12171231
i2c3: i2c@98c000 {
12181232
compatible = "qcom,geni-i2c";
12191233
reg = <0 0x0098c000 0 0x4000>;

0 commit comments

Comments
 (0)