Skip to content

Commit

Permalink
ARM: tegra: trimslice: enable SPI flash
Browse files Browse the repository at this point in the history
TrimSlice contains a 1MiB SPI flash. Represent this in the device tree.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Stephen Warren committed Nov 15, 2012
1 parent fa98a11 commit fea221e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/tegra20-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,16 @@
clock-frequency = <400000>;
};

spi@7000c380 {
status = "okay";
spi-max-frequency = <48000000>;
spi-flash@0 {
compatible = "winbond,w25q80bl";
reg = <0>;
spi-max-frequency = <48000000>;
};
};

i2c@7000c400 {
status = "okay";
clock-frequency = <400000>;
Expand Down

0 comments on commit fea221e

Please sign in to comment.