Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: ipq8074: Add QUP4 SPI node

Add node to support the QUP4 SPI controller inside of IPQ8074.
Some devices use this bus to communicate to a Bluetooth controller.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Link: https://lore.kernel.org/r/20231123121324.1046164-1-robimarko@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Robert Marko and committed by
Bjorn Andersson
6a25e702 66ec7b4f

+14
+14
arch/arm64/boot/dts/qcom/ipq8074.dtsi
··· 517 517 status = "disabled"; 518 518 }; 519 519 520 + blsp1_spi4: spi@78b8000 { 521 + compatible = "qcom,spi-qup-v2.2.1"; 522 + #address-cells = <1>; 523 + #size-cells = <0>; 524 + reg = <0x78b8000 0x600>; 525 + interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; 526 + clocks = <&gcc GCC_BLSP1_QUP4_SPI_APPS_CLK>, 527 + <&gcc GCC_BLSP1_AHB_CLK>; 528 + clock-names = "core", "iface"; 529 + dmas = <&blsp_dma 18>, <&blsp_dma 19>; 530 + dma-names = "tx", "rx"; 531 + status = "disabled"; 532 + }; 533 + 520 534 blsp1_i2c5: i2c@78b9000 { 521 535 compatible = "qcom,i2c-qup-v2.2.1"; 522 536 #address-cells = <1>;