mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: sc8280xp: Add uart18
Add the node describing uart18 for sc8280xp devices. Signed-off-by: Jérôme de Bretagne <jerome.debretagne@gmail.com> Link: https://lore.kernel.org/r/20240908223505.21011-5-jerome.debretagne@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
e221af1659
commit
1e70551123
1 changed files with 48 additions and 0 deletions
|
@ -1007,6 +1007,24 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
uart18: serial@888000 {
|
||||
compatible = "qcom,geni-uart";
|
||||
reg = <0 0x00888000 0 0x4000>;
|
||||
clocks = <&gcc GCC_QUPV3_WRAP2_S2_CLK>;
|
||||
clock-names = "se";
|
||||
interrupts = <GIC_SPI 584 IRQ_TYPE_LEVEL_HIGH>;
|
||||
operating-points-v2 = <&qup_opp_table_100mhz>;
|
||||
power-domains = <&rpmhpd SC8280XP_CX>;
|
||||
interconnects = <&clk_virt MASTER_QUP_CORE_2 0 &clk_virt SLAVE_QUP_CORE_2 0>,
|
||||
<&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_QUP_2 0>;
|
||||
interconnect-names = "qup-core", "qup-config";
|
||||
|
||||
pinctrl-0 = <&qup_uart18_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c19: i2c@88c000 {
|
||||
compatible = "qcom,geni-i2c";
|
||||
reg = <0 0x0088c000 0 0x4000>;
|
||||
|
@ -4871,6 +4889,36 @@
|
|||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
|
||||
qup_uart18_default: qup-uart18-default-state {
|
||||
cts-pins {
|
||||
pins = "gpio66";
|
||||
function = "qup18";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
rts-pins {
|
||||
pins = "gpio67";
|
||||
function = "qup18";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
tx-pins {
|
||||
pins = "gpio68";
|
||||
function = "qup18";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
rx-pins {
|
||||
pins = "gpio69";
|
||||
function = "qup18";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
apps_smmu: iommu@15000000 {
|
||||
|
|
Loading…
Add table
Reference in a new issue