Skip to content
Snippets Groups Projects
Commit b531b519 authored by Abel Vesa's avatar Abel Vesa
Browse files

arm64: dts: qcom: x1e80100: Add node uart14


Add node uart14 for x1e80100.

Co-developed-by: default avatarZijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: default avatarZijun Hu <quic_zijuhu@quicinc.com>
Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
parent 73aab8a4
No related merge requests found
......@@ -1868,6 +1868,28 @@ &config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>,
status = "disabled";
};
uart14: serial@a98000 {
compatible = "qcom,geni-uart";
reg = <0 0x00a98000 0 0x4000>;
interrupts = <GIC_SPI 806 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>;
clock-names = "se";
pinctrl-names = "default";
pinctrl-0 = <&qup_uart14_cts>, <&qup_uart14_rts>, <&qup_uart14_tx>, <&qup_uart14_rx>;
power-domains = <&rpmhpd 0>;
interconnects = <&clk_virt MASTER_QUP_CORE_1 QCOM_ICC_TAG_ALWAYS
&clk_virt SLAVE_QUP_CORE_1 QCOM_ICC_TAG_ALWAYS>,
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ALWAYS
&config_noc SLAVE_QUP_1 QCOM_ICC_TAG_ALWAYS>;
interconnect-names = "qup-core","qup-config";
status = "disabled";
};
i2c15: i2c@a9c000 {
compatible = "qcom,geni-i2c";
reg = <0 0x00a9c000 0 0x4000>;
......@@ -5228,6 +5250,26 @@ qup_spi23_data_clk: qup-spi23-data-clk-state {
bias-disable;
};
qup_uart14_cts: qup-uart14-cts-state {
pins = "gpio56";
function = "qup1_se6";
};
qup_uart14_rts: qup-uart14-rts-state {
pins = "gpio57";
function = "qup1_se6";
};
qup_uart14_tx: qup-uart14-tx-state {
pins = "gpio58";
function = "qup1_se6";
};
qup_uart14_rx: qup-uart14-rx-state {
pins = "gpio59";
function = "qup1_se6";
};
qup_uart21_default: qup-uart21-default-state {
/* TX, RX */
pins = "gpio86", "gpio87";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment