mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 21:09:25 -04:00
arm64: dts: qcom: sc8280xp: Define uart2
Add the definition for uart2 for sc8280xp devices. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Steev Klimaszewski <steev@kali.org> Reviewed-by: Brian Masney <bmasney@redhat.com> Reviewed-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230326233812.28058-4-steev@kali.org
This commit is contained in:
committed by
Bjorn Andersson
parent
de7d3d2f9d
commit
9db28f2975
@@ -1214,6 +1214,20 @@ spi2: spi@988000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart2: serial@988000 {
|
||||
compatible = "qcom,geni-uart";
|
||||
reg = <0 0x00988000 0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>;
|
||||
clock-names = "se";
|
||||
interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>;
|
||||
operating-points-v2 = <&qup_opp_table_100mhz>;
|
||||
power-domains = <&rpmhpd SC8280XP_CX>;
|
||||
interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>,
|
||||
<&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_QUP_0 0>;
|
||||
interconnect-names = "qup-core", "qup-config";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c3: i2c@98c000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0 0x0098c000 0 0x4000>;
|
||||
|
||||
Reference in New Issue
Block a user