ARM: dts: qcom: Add spi node for AON interface

Add spi node for AON interface.

Change-Id: Ifcb614e548f925c5c021cdb6f09e60e3f27d88d4
This commit is contained in:
Praveen koya
2022-10-03 11:53:08 +05:30
parent 52a738f3f2
commit 783c333471

13
qcom/slate.dtsi Normal file
View File

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