Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a40c0b9e authored by Ajit Kumar's avatar Ajit Kumar
Browse files

ARM: dts: qcom: Add spi node for slatecom

Add entry for slatecom spi driver.

Change-Id: I6d97e2af870f9bf5c781a240ab6aed809c48617b
parent 0500ef9e
Loading
Loading
Loading
Loading

qcom/slate.dtsi

0 → 100644
+12 −0
Original line number Diff line number Diff line
&soc {
	qupv3_se4_spi: spi@4a90000 {  /* BLSP4 QUP3*/
		status = "ok";
		qcom,slate-spi {
			compatible = "qcom,slate-spi";
			reg = <0>;
			spi-max-frequency = <737000>;
			interrupt-parent = <&tlmm>;
			qcom,irq-gpio = <&tlmm 95 1>;
		};
	};
};