mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
ARM: dts: imx6q-sabrelite: Add SPI NOR support
mx6qsabrelite has a sst25vf016b SPI NOR flash connected to eCSPI1. Add support for it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
691d264087
commit
f07439c432
@ -22,6 +22,23 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
|
aips-bus@02000000 { /* AIPS1 */
|
||||||
|
spba-bus@02000000 {
|
||||||
|
ecspi@02008000 { /* eCSPI1 */
|
||||||
|
fsl,spi-num-chipselects = <1>;
|
||||||
|
cs-gpios = <&gpio3 19 0>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
flash: m25p80@0 {
|
||||||
|
compatible = "sst,sst25vf016b";
|
||||||
|
spi-max-frequency = <20000000>;
|
||||||
|
reg = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
aips-bus@02100000 { /* AIPS2 */
|
aips-bus@02100000 { /* AIPS2 */
|
||||||
ethernet@02188000 {
|
ethernet@02188000 {
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
|
Loading…
Reference in New Issue
Block a user