diff --git a/qcom/slate.dtsi b/qcom/slate.dtsi new file mode 100644 index 00000000..b6cfc1e9 --- /dev/null +++ b/qcom/slate.dtsi @@ -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>; + }; + }; +};