Lines Matching +full:lx2160a +full:- +full:fspi
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#
7 title: NXP Flex Serial Peripheral Interface (FSPI)
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
48 power-domains:
52 - compatible
53 - reg
54 - reg-names
55 - interrupts
56 - clocks
57 - clock-names
62 - |
63 #include <dt-bindings/interrupt-controller/arm-gic.h>
64 #include <dt-bindings/clock/fsl,qoriq-clockgen.h>
67 #address-cells = <2>;
68 #size-cells = <2>;
71 compatible = "nxp,lx2160a-fspi";
74 reg-names = "fspi_base", "fspi_mmap";
78 clock-names = "fspi_en", "fspi";
79 #address-cells = <1>;
80 #size-cells = <0>;
83 compatible = "jedec,spi-nor";
84 spi-max-frequency = <50000000>;
86 spi-rx-bus-width = <8>;
87 spi-tx-bus-width = <8>;