mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
ARM: dts: qcom: Add spi node for AON interface
Add spi node for AON interface. Change-Id: Ifcb614e548f925c5c021cdb6f09e60e3f27d88d4
This commit is contained in:
13
qcom/slate.dtsi
Normal file
13
qcom/slate.dtsi
Normal 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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user