Commit 303290e1 authored by Ashish Kumar's avatar Ashish Kumar Committed by Mark Brown

spi: fsl-qspi: Enhance binding to extend example for flash entry

Add example for adding flash entry on various boards' dts
using flash manufacture spansion/cypress.
Signed-off-by: default avatarAshish Kumar <Ashish.Kumar@nxp.com>
Link: https://lore.kernel.org/r/1565691791-26167-3-git-send-email-Ashish.Kumar@nxp.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent a63af99f
...@@ -34,7 +34,11 @@ qspi0: quadspi@40044000 { ...@@ -34,7 +34,11 @@ qspi0: quadspi@40044000 {
clock-names = "qspi_en", "qspi"; clock-names = "qspi_en", "qspi";
flash0: s25fl128s@0 { flash0: s25fl128s@0 {
.... #address-cells = <1>;
#size-cells = <1>;
compatible = "spansion,s25fl128s", "jedec,spi-nor";
spi-max-frequency = <50000000>;
reg = <0>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment