|
@@ -231,6 +231,21 @@
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ blsp2_spi5: spi@075ba000{
|
|
|
|
+ compatible = "qcom,spi-qup-v2.2.1";
|
|
|
|
+ reg = <0x075ba000 0x600>;
|
|
|
|
+ interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
+ clocks = <&gcc GCC_BLSP2_QUP5_SPI_APPS_CLK>,
|
|
|
|
+ <&gcc GCC_BLSP2_AHB_CLK>;
|
|
|
|
+ clock-names = "core", "iface";
|
|
|
|
+ pinctrl-names = "default", "sleep";
|
|
|
|
+ pinctrl-0 = <&blsp2_spi5_default>;
|
|
|
|
+ pinctrl-1 = <&blsp2_spi5_sleep>;
|
|
|
|
+ #address-cells = <1>;
|
|
|
|
+ #size-cells = <0>;
|
|
|
|
+ status = "disabled";
|
|
|
|
+ };
|
|
|
|
+
|
|
msmgpio: pinctrl@1010000 {
|
|
msmgpio: pinctrl@1010000 {
|
|
compatible = "qcom,msm8996-pinctrl";
|
|
compatible = "qcom,msm8996-pinctrl";
|
|
reg = <0x01010000 0x300000>;
|
|
reg = <0x01010000 0x300000>;
|