| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| # Copyright 2019 BayLibre, SAS |
| $id: http://devicetree.org/schemas/spi/amlogic,meson6-spifc.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Amlogic Meson SPI Flash Controller |
| - Neil Armstrong <neil.armstrong@linaro.org> |
| - $ref: spi-controller.yaml# |
| The Meson SPIFC is a controller optimized for communication with SPI |
| NOR memories, without DMA support and a 64-byte unified transmit / |
| - amlogic,meson6-spifc # SPI Flash Controller on Meson6 and compatible SoCs |
| - amlogic,meson-gxbb-spifc # SPI Flash Controller on GXBB and compatible SoCs |
| unevaluatedProperties: false |
| compatible = "amlogic,meson6-spifc"; |
| compatible = "spansion,m25p80", "jedec,spi-nor"; |
| spi-max-frequency = <40000000>; |