Commit ce2762ae authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8350-sagami: Configure remote processors

Configure ADSP, CDSP, MPSS, SLPI and IPA on SoMC Sagami.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211114012755.112226-15-konrad.dybcio@somainline.org
parent 1209e924
...@@ -75,6 +75,16 @@ ramoops@ffc00000 { ...@@ -75,6 +75,16 @@ ramoops@ffc00000 {
}; };
}; };
&adsp {
status = "okay";
firmware-name = "qcom/adsp.mbn";
};
&cdsp {
status = "okay";
firmware-name = "qcom/cdsp.mbn";
};
&i2c1 { &i2c1 {
status = "okay"; status = "okay";
clock-frequency = <1000000>; clock-frequency = <1000000>;
...@@ -162,6 +172,17 @@ &i2c17 { ...@@ -162,6 +172,17 @@ &i2c17 {
/* Cirrus Logic CS40L25A boosted haptics driver @ 40 */ /* Cirrus Logic CS40L25A boosted haptics driver @ 40 */
}; };
&ipa {
status = "okay";
memory-region = <&pil_ipa_fw_mem>;
firmware-name = "qcom/ipa_fws.mbn";
};
&mpss {
status = "okay";
firmware-name = "qcom/modem.mbn";
};
&pmk8350_rtc { &pmk8350_rtc {
status = "okay"; status = "okay";
}; };
...@@ -187,6 +208,11 @@ &qupv3_id_2 { ...@@ -187,6 +208,11 @@ &qupv3_id_2 {
status = "okay"; status = "okay";
}; };
&slpi {
status = "okay";
firmware-name = "qcom/slpi.mbn";
};
&spi14 { &spi14 {
status = "okay"; status = "okay";
......
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