Lines Matching +full:core +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Gabriel Somlo <gsomlo@gmail.com>
13 LiteSDCard is a small footprint, configurable SDCard core for FPGA based
17 https://github.com/enjoy-digital/litesdcard/.
20 - $ref: mmc-controller.yaml#
28 - description: PHY registers
29 - description: CORE registers
30 - description: DMA Reader buffer
31 - description: DMA Writer buffer
32 - description: IRQ registers
35 reg-names:
37 - const: phy
38 - const: core
39 - const: reader
40 - const: writer
41 - const: irq
49 vmmc-supply:
51 Handle to fixed-voltage supply for the card power.
57 - compatible
58 - reg
59 - reg-names
60 - clocks
61 - vmmc-supply
66 - |
74 reg-names = "phy", "core", "reader", "writer", "irq";
76 vmmc-supply = <&vreg_mmc>;