mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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>
This commit is contained in:
parent
f369289d46
commit
e4722f5510
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user