| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| # Copyright 2019 BayLibre, SAS |
| $id: "http://devicetree.org/schemas/spi/amlogic,meson-gx-spicc.yaml#" |
| $schema: "http://devicetree.org/meta-schemas/core.yaml#" |
| title: Amlogic Meson SPI Communication Controller |
| - Neil Armstrong <neil.armstrong@linaro.org> |
| The Meson SPICC is a generic SPI controller for general purpose Full-Duplex |
| communications with dedicated 16 words RX/TX PIO FIFOs. |
| - amlogic,meson-gx-spicc # SPICC controller on Amlogic GX and compatible SoCs |
| - amlogic,meson-axg-spicc # SPICC controller on Amlogic AXG and compatible SoCs |
| - amlogic,meson-g12a-spicc # SPICC controller on Amlogic G12A and compatible SoCs |
| - description: controller register bus clock |
| - description: baud rate generator and delay control clock |
| - $ref: "spi-controller.yaml#" |
| - amlogic,meson-g12a-spicc |
| unevaluatedProperties: false |
| compatible = "amlogic,meson-gx-spicc"; |
| compatible = "lg,lg4573"; |
| spi-max-frequency = <1000000>; |