Skip to content

Commit 367314f

Browse files
vdadhaniYuanjie Yang
authored andcommitted
FROMLIST: arm64: dts: qcom: qcs615-ride: enable QSPI and NOR flash
The QCS615 Ride board has a SPI-NOR flash connected to the QSPI controller on CS0. Enable the QSPI controller and add the corresponding SPI-NOR flash node to allow the system to access it. Link: https://patch.msgid.link/20260324-spi-nor-v1-4-3efe59c1c119@oss.qualcomm.com Signed-off-by: Viken Dadhaniya <viken.dadhaniya@oss.qualcomm.com>
1 parent 80b828e commit 367314f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/qcs615-ride.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,18 @@
531531
};
532532
};
533533

534+
&qspi {
535+
status = "okay";
536+
537+
flash@0 {
538+
compatible = "jedec,spi-nor";
539+
reg = <0>;
540+
spi-max-frequency = <25000000>;
541+
spi-tx-bus-width = <2>;
542+
spi-rx-bus-width = <2>;
543+
};
544+
};
545+
534546
&qupv3_id_0 {
535547
status = "okay";
536548
};

0 commit comments

Comments
 (0)