| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| # Copyright 2019,2020 Lubomir Rintel <lkundrak@v3.sk> |
| $id: http://devicetree.org/schemas/spi/marvell,mmp2-ssp.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: PXA2xx SSP SPI Controller |
| - Lubomir Rintel <lkundrak@v3.sk> |
| - $ref: spi-controller.yaml# |
| GPIO used to signal a SPI master that the FIFO is filled and we're |
| ready to service a transfer. Only useful in slave mode. |
| ready-gpios: [ spi-slave ] |
| unevaluatedProperties: false |
| #include <dt-bindings/clock/marvell,mmp2.h> |
| compatible = "marvell,mmp2-ssp"; |
| reg = <0xd4035000 0x1000>; |
| clocks = <&soc_clocks MMP2_CLK_SSP0>; |