mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 08:02:17 +00:00
ARM: tegra: trimslice: enable SPI flash
TrimSlice contains a 1MiB SPI flash. Represent this in the device tree. Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
fa98a114bf
commit
fea221e254
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user