Browse Source

ARM: tegra: enable spi4 on Dalmore

Enable SPI4 and add Winbond SPI flash W25Q32DW device
on CS0 line.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Laxman Dewangan 12 years ago
parent
commit
5cc75fca2d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      arch/arm/boot/dts/tegra114-dalmore.dts

+ 10 - 0
arch/arm/boot/dts/tegra114-dalmore.dts

@@ -823,6 +823,16 @@
 		};
 	};
 
+	spi@7000da00 {
+		status = "okay";
+		spi-max-frequency = <25000000>;
+		spi-flash@0 {
+			compatible = "winbond,w25q32dw";
+			reg = <0>;
+			spi-max-frequency = <20000000>;
+		};
+	};
+
 	pmc {
 		nvidia,invert-interrupt;
 	};