| # SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause |
| $id: http://devicetree.org/schemas/mmc/litex,mmc.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: LiteX LiteSDCard device |
| - Gabriel Somlo <gsomlo@gmail.com> |
| LiteSDCard is a small footprint, configurable SDCard core for FPGA based |
| The hardware source is Open Source and can be found on at |
| https://github.com/enjoy-digital/litesdcard/. |
| - $ref: mmc-controller.yaml# |
| - description: PHY registers |
| - description: CORE registers |
| - description: DMA Reader buffer |
| - description: DMA Writer buffer |
| - description: IRQ registers |
| Handle to reference clock. |
| Handle to fixed-voltage supply for the card power. |
| additionalProperties: false |
| compatible = "litex,mmc"; |
| reg = <0x12005000 0x100>, |
| reg-names = "phy", "core", "reader", "writer", "irq"; |
| clocks = <&reference_clk>; |
| vmmc-supply = <&vreg_mmc>; |