Lines Matching +full:spi +full:- +full:tx +full:- +full:bus +full:- +full:width
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-nxp-fspi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Han Xu <han.xu@nxp.com>
11 - Kuldeep Singh <singh.kuldeep87k@gmail.com>
14 - $ref: "spi-controller.yaml#"
19 - nxp,imx8dxl-fspi
20 - nxp,imx8mm-fspi
21 - nxp,imx8mp-fspi
22 - nxp,imx8qxp-fspi
23 - nxp,lx2160a-fspi
27 - description: registers address space
28 - description: memory mapped address space
30 reg-names:
32 - const: fspi_base
33 - const: fspi_mmap
40 - description: SPI bus clock
41 - description: SPI serial clock
43 clock-names:
45 - const: fspi_en
46 - const: fspi
49 - compatible
50 - reg
51 - reg-names
52 - interrupts
53 - clocks
54 - clock-names
59 - |
60 #include <dt-bindings/interrupt-controller/arm-gic.h>
61 #include <dt-bindings/clock/fsl,qoriq-clockgen.h>
64 #address-cells = <2>;
65 #size-cells = <2>;
67 spi@20c0000 {
68 compatible = "nxp,lx2160a-fspi";
71 reg-names = "fspi_base", "fspi_mmap";
75 clock-names = "fspi_en", "fspi";
76 #address-cells = <1>;
77 #size-cells = <0>;
80 compatible = "jedec,spi-nor";
81 spi-max-frequency = <50000000>;
83 spi-rx-bus-width = <8>;
84 spi-tx-bus-width = <8>;