Commit e4722f55 authored by Diogo Ivo's avatar Diogo Ivo Committed by Thierry Reding
Browse files

arm64: tegra: smaug: Enable SPI-NOR flash



Add support for the SPI-NOR flash found in Pixel C devices.

Signed-off-by: default avatarDiogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent f369289d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1892,6 +1892,18 @@ interrupt-controller@702f9000 {
		};
	};

	spi@70410000 {
		status = "okay";

		flash@0 {
			compatible = "jedec,spi-nor";
			reg = <0>;
			spi-max-frequency = <104000000>;
			spi-tx-bus-width = <2>;
			spi-rx-bus-width = <2>;
		};
	};

	clk32k_in: clock-32k {
		compatible = "fixed-clock";
		clock-frequency = <32768>;