ARM: tegra: enable spi4 on Dalmore
Enable SPI4 and add Winbond SPI flash W25Q32DW device on CS0 line. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
committed by
Stephen Warren
parent
220cf5fb5c
commit
5cc75fca2d
@@ -823,6 +823,16 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi@7000da00 {
|
||||||
|
status = "okay";
|
||||||
|
spi-max-frequency = <25000000>;
|
||||||
|
spi-flash@0 {
|
||||||
|
compatible = "winbond,w25q32dw";
|
||||||
|
reg = <0>;
|
||||||
|
spi-max-frequency = <20000000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
pmc {
|
pmc {
|
||||||
nvidia,invert-interrupt;
|
nvidia,invert-interrupt;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user