Skip to content

Commit 11e5b4f

Browse files
committed
ARM: tegra: add SPI flash to Venice2 DT
Venice2 contains an SPI Flash chip, which contains the bootloader. Add this to the DT, so the kernel can access it. Signed-off-by: Stephen Warren <[email protected]>
1 parent 40431d1 commit 11e5b4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/tegra124-venice2.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,16 @@
914914
};
915915
};
916916

917+
spi@7000da00 {
918+
status = "okay";
919+
spi-max-frequency = <25000000>;
920+
spi-flash@0 {
921+
compatible = "winbond,w25q32dw";
922+
reg = <0>;
923+
spi-max-frequency = <20000000>;
924+
};
925+
};
926+
917927
pmc@7000e400 {
918928
nvidia,invert-interrupt;
919929
nvidia,suspend-mode = <1>;

0 commit comments

Comments
 (0)