Commit 8d23a004 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Bjorn Andersson

arm64: dts: qcom: db845c: add Low speed expansion i2c and spi nodes

This patch adds support UART0, I2C0, I2C1 and SPI0 available
on Low Speed expansion connector.
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200305145344.14670-5-srinivas.kandagatla@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 4086e480
...@@ -359,6 +359,18 @@ zap-shader { ...@@ -359,6 +359,18 @@ zap-shader {
}; };
}; };
&i2c11 {
/* On Low speed expansion */
label = "LS-I2C1";
status = "okay";
};
&i2c14 {
/* On Low speed expansion */
label = "LS-I2C0";
status = "okay";
};
&mss_pil { &mss_pil {
status = "okay"; status = "okay";
firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn"; firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
...@@ -438,6 +450,12 @@ &sdhc_2 { ...@@ -438,6 +450,12 @@ &sdhc_2 {
cd-gpios = <&tlmm 126 GPIO_ACTIVE_LOW>; cd-gpios = <&tlmm 126 GPIO_ACTIVE_LOW>;
}; };
&spi2 {
/* On Low speed expansion */
label = "LS-SPI0";
status = "okay";
};
&tlmm { &tlmm {
pcie0_default_state: pcie0-default { pcie0_default_state: pcie0-default {
clkreq { clkreq {
...@@ -537,6 +555,11 @@ sdc2_card_det_n: sd-card-det-n { ...@@ -537,6 +555,11 @@ sdc2_card_det_n: sd-card-det-n {
}; };
}; };
&uart3 {
label = "LS-UART0";
status = "disabled";
};
&uart6 { &uart6 {
status = "okay"; status = "okay";
...@@ -552,6 +575,7 @@ bluetooth { ...@@ -552,6 +575,7 @@ bluetooth {
}; };
&uart9 { &uart9 {
label = "LS-UART1";
status = "okay"; status = "okay";
}; };
...@@ -637,6 +661,16 @@ &wifi { ...@@ -637,6 +661,16 @@ &wifi {
}; };
/* PINCTRL - additions to nodes defined in sdm845.dtsi */ /* PINCTRL - additions to nodes defined in sdm845.dtsi */
&qup_spi2_default {
drive-strength = <16>;
};
&qup_uart3_default{
pinmux {
pins = "gpio41", "gpio42", "gpio43", "gpio44";
function = "qup3";
};
};
&qup_uart6_default { &qup_uart6_default {
pinmux { pinmux {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment