Lines Matching +full:lgm +full:- +full:emmc +full:- +full:phy
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/intel,lgm-emmc-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intel Lightning Mountain(LGM) eMMC PHY
10 - Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>
13 Bindings for eMMC PHY on Intel's Lightning Mountain SoC, syscon
14 node is used to reference the base address of eMMC phy registers.
16 The eMMC PHY node should be the child of a syscon node with the
19 - compatible: Should be one of the following:
20 "intel,lgm-syscon", "syscon"
21 - reg:
27 - intel,lgm-emmc-phy
28 - intel,keembay-emmc-phy
30 "#phy-cells":
39 clock-names:
41 - const: emmcclk
44 - "#phy-cells"
45 - compatible
46 - reg
47 - clocks
52 - |
54 compatible = "intel,lgm-syscon", "syscon";
56 #address-cells = <1>;
57 #size-cells = <1>;
59 emmc_phy: emmc-phy@a8 {
60 compatible = "intel,lgm-emmc-phy";
62 clocks = <&emmc>;
63 #phy-cells = <0>;
67 - |
68 phy@20290000 {
69 compatible = "intel,keembay-emmc-phy";
71 clocks = <&emmc>;
72 clock-names = "emmcclk";
73 #phy-cells = <0>;