arm: dts: pfc-750-84xx-wosm: mram: adjust timings for 80 Mhz 8s-8s-8s mode
Signed-off-by: Heinrich Toews <ht@twx-software.de>
This commit is contained in:
@@ -195,17 +195,26 @@
|
||||
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0x0>;
|
||||
spi-tx-bus-width = <8>;
|
||||
spi-rx-bus-width = <8>;
|
||||
spi-max-frequency = <25000000>;
|
||||
|
||||
cdns,tshsl-ns = <60>;
|
||||
cdns,tsd2d-ns = <60>;
|
||||
cdns,tchsh-ns = <60>;
|
||||
cdns,tslch-ns = <60>;
|
||||
cdns,read-delay = <4>;
|
||||
/* 80 MHz Target */
|
||||
spi-max-frequency = <80000000>;
|
||||
|
||||
/* PHY mode is highly recommended for >50MHz on Cadence controllers */
|
||||
cdns,phy-mode;
|
||||
|
||||
/* Read delay: Start with 0.
|
||||
If you get bit errors, try cdns,read-delay = <1>; */
|
||||
cdns,read-delay = <0>;
|
||||
|
||||
/* Tighten timings for 80MHz operation (T=12.5ns) */
|
||||
cdns,tshsl-ns = <25>; /* Chip Select high pulse width */
|
||||
cdns,tsd2d-ns = <25>; /* Delay between two back-to-back transfers */
|
||||
cdns,tchsh-ns = <6>; /* CS# hold time */
|
||||
cdns,tslch-ns = <6>; /* CS# setup time */
|
||||
|
||||
spi-rx-bus-width = <8>;
|
||||
spi-tx-bus-width = <8>;
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user