Skip to content

Commit e4722f5

Browse files
diogoivothierryreding
authored andcommitted
arm64: tegra: smaug: Enable SPI-NOR flash
Add support for the SPI-NOR flash found in Pixel C devices. Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent f369289 commit e4722f5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,6 +1892,18 @@
18921892
};
18931893
};
18941894

1895+
spi@70410000 {
1896+
status = "okay";
1897+
1898+
flash@0 {
1899+
compatible = "jedec,spi-nor";
1900+
reg = <0>;
1901+
spi-max-frequency = <104000000>;
1902+
spi-tx-bus-width = <2>;
1903+
spi-rx-bus-width = <2>;
1904+
};
1905+
};
1906+
18951907
clk32k_in: clock-32k {
18961908
compatible = "fixed-clock";
18971909
clock-frequency = <32768>;

0 commit comments

Comments
 (0)