Lines Matching +full:address +full:- +full:width
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/cdns,qspi-nor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vaishnav Achath <vaishnav.a@ti.com>
13 - $ref: spi-controller.yaml#
14 - if:
18 const: xlnx,versal-ospi-1.0
21 - power-domains
26 - items:
27 - enum:
28 - ti,k2g-qspi
29 - ti,am654-ospi
30 - intel,lgm-qspi
31 - xlnx,versal-ospi-1.0
32 - intel,socfpga-qspi
33 - const: cdns,qspi-nor
34 - const: cdns,qspi-nor
38 - description: the controller register set
39 - description: the controller data area
47 cdns,fifo-depth:
54 cdns,fifo-width:
57 Bus width of the data FIFO in bytes.
60 cdns,trigger-address:
63 32-bit indirect AHB trigger address.
65 cdns,is-decoded-cs:
71 cdns,rclk-en:
78 power-domains:
84 reset-names:
88 enum: [ qspi, qspi-ocp ]
91 - compatible
92 - reg
93 - interrupts
94 - clocks
95 - cdns,fifo-depth
96 - cdns,fifo-width
97 - cdns,trigger-address
98 - '#address-cells'
99 - '#size-cells'
104 - |
106 compatible = "cdns,qspi-nor";
107 #address-cells = <1>;
108 #size-cells = <0>;
113 cdns,fifo-depth = <128>;
114 cdns,fifo-width = <4>;
115 cdns,trigger-address = <0x00000000>;
117 reset-names = "qspi", "qspi-ocp";
120 compatible = "jedec,spi-nor";