arm: dts: k3-j721s2: Add node for OSPI NAND Flash
Enable Octal DTR mode for SPI NAND under OSPI0 after the cadence qspi driver is modified to accommodate multiple flashes under a single OSPI instance. Signed-off-by: Apurva Nandan <a-nandan@ti.com>
This commit is contained in:
parent
d24c5c55b4
commit
6842c67d19
|
|
@ -395,8 +395,8 @@
|
|||
ospi0_nand: nand@0 {
|
||||
compatible = "spi-nand";
|
||||
reg = <0x0>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <1>;
|
||||
spi-tx-bus-width = <8>;
|
||||
spi-rx-bus-width = <8>;
|
||||
spi-max-frequency = <25000000>;
|
||||
cdns,tshsl-ns = <60>;
|
||||
cdns,tsd2d-ns = <60>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue