Merge "ARM: dts: qcom: Add aon interface node"

This commit is contained in:
qctecmdr
2022-11-21 02:21:33 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,13 +1,17 @@
&soc {
qupv3_se4_spi: spi@4a90000 { /* BLSP4 QUP3*/
&qupv3_se4_spi { /* BLSP4 QUP3*/
status = "ok";
qcom,shared_ee;
qcom,slate-spi {
compatible = "qcom,slate-spi";
reg = <0>;
spi-max-frequency = <737000>;
spi-max-frequency = <40000000>;
interrupt-parent = <&tlmm>;
qcom,irq-gpio = <&tlmm 95 1>;
};
};
&soc {
qcom,slate-daemon {
compatible = "qcom,slate-daemon";
};
};