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: Ashish Kumar <Ashish.Kumar@nxp.com>
Link: https://lore.kernel.org/r/1565691791-26167-3-git-send-email-Ashish.Kumar@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Ashish Kumar 2019-08-13 15:53:11 +05:30 committed by Mark Brown
parent a63af99f0d
commit 303290e130
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -34,7 +34,11 @@ qspi0: quadspi@40044000 {
clock-names = "qspi_en", "qspi";
flash0: s25fl128s@0 {
....
#address-cells = <1>;
#size-cells = <1>;
compatible = "spansion,s25fl128s", "jedec,spi-nor";
spi-max-frequency = <50000000>;
reg = <0>;
};
};