2015-07-03 01:29:46 +00:00
|
|
|
Cadence QSPI controller device tree bindings
|
|
|
|
--------------------------------------------
|
|
|
|
|
|
|
|
Required properties:
|
2018-11-02 10:54:51 +00:00
|
|
|
- compatible : should be "cdns,qspi-nor"
|
2015-07-03 01:29:46 +00:00
|
|
|
- reg : 1.Physical base address and size of SPI registers map.
|
|
|
|
2. Physical base address & size of NOR Flash.
|
|
|
|
- clocks : Clock phandles (see clock bindings for details).
|
2018-01-23 23:13:12 +00:00
|
|
|
- cdns,fifo-depth : Size of the data FIFO in words.
|
|
|
|
- cdns,fifo-width : Bus width of the data FIFO in bytes.
|
|
|
|
- cdns,trigger-address : 32-bit indirect AHB trigger address.
|
|
|
|
- cdns,is-decoded-cs : Flag to indicate whether decoder is used or not.
|
2015-07-03 01:29:46 +00:00
|
|
|
- status : enable in requried dts.
|
|
|
|
|
|
|
|
connected flash properties
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
- spi-max-frequency : Max supported spi frequency.
|
|
|
|
- page-size : Flash page size.
|
|
|
|
- block-size : Flash memory block size.
|
2018-01-23 23:13:12 +00:00
|
|
|
- cdns,tshsl-ns : Added delay in master reference clocks (ref_clk) for
|
2015-07-03 01:29:46 +00:00
|
|
|
the length that the master mode chip select outputs
|
|
|
|
are de-asserted between transactions.
|
2018-01-23 23:13:12 +00:00
|
|
|
- cdns,tsd2d-ns : Delay in master reference clocks (ref_clk) between one
|
2015-07-03 01:29:46 +00:00
|
|
|
chip select being de-activated and the activation of
|
|
|
|
another.
|
2018-01-23 23:13:12 +00:00
|
|
|
- cdns,tchsh-ns : Delay in master reference clocks between last bit of
|
2015-07-03 01:29:46 +00:00
|
|
|
current transaction and de-asserting the device chip
|
|
|
|
select (n_ss_out).
|
2018-01-23 23:13:12 +00:00
|
|
|
- cdns,tslch-ns : Delay in master reference clocks between setting
|
2015-07-03 01:29:46 +00:00
|
|
|
n_ss_out low and first bit transfer
|