mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
&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>;
|
|
};
|
|
};
|
|
};
|