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

Commit 36305d41 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: qcom: Add spi node for slatecom"

parents ce3b8d79 a40c0b9e
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>;
		};
	};
};