ARM: dts: stm32: add qspi flash compatible string for stm32f746-eval

Add missing flash compatible string to be able to read/write into
qspi flash.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
Patrice Chotard 2019-04-29 17:52:19 +02:00
parent b42721d644
commit 48769a2824

View File

@ -181,6 +181,7 @@
qflash0: n25q512a {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
spi-max-frequency = <108000000>;
spi-tx-bus-width = <1>;
spi-rx-bus-width = <1>;