arm64: dts: renesas: r8a779g3: Describe generic SPI NOR support on Retronix R-Car...
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 13 Aug 2025 21:25:56 +0000 (23:25 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 17 Aug 2025 12:41:23 +0000 (14:41 +0200)
Retronix R-Car V4H Sparrow Hawk EVTA1 is populated with Spansion S25FS512S,
EVTB1 is populated with Winbond W77Q51NW. Describe the SPI NOR using generic
"jedec,spi-nor" compatible, because both flashes can be auto-detected based
on their built-in IDs.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi

index cdf5c9c..dff0355 100644 (file)
 
 &rpc {
        flash@0 {
+               /*
+                * EVTA1 is populated with Spansion S25FS512S
+                * EVTB1 is populated with Winbond W77Q51NW
+                */
+               compatible = "jedec,spi-nor";
                spi-tx-bus-width = <1>;
                spi-rx-bus-width = <1>;
        };