Home
last modified time | relevance | path

Searched full:lgm (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dintel,lgm-emmc-phy.yaml4 $id: http://devicetree.org/schemas/phy/intel,lgm-emmc-phy.yaml#
7 title: Intel Lightning Mountain(LGM) eMMC PHY Device Tree Bindings
20 "intel,lgm-syscon", "syscon"
27 - const: intel,lgm-emmc-phy
54 compatible = "intel,lgm-syscon", "syscon";
60 compatible = "intel,lgm-emmc-phy";
Dintel,lgm-usb-phy.yaml4 $id: http://devicetree.org/schemas/phy/intel,lgm-usb-phy.yaml#
7 title: Intel LGM USB PHY Device Tree Bindings
14 const: intel,lgm-usb-phy
50 compatible = "intel,lgm-usb-phy";
Dintel,combo-phy.yaml22 - const: intel,combophy-lgm
86 compatible = "intel,combophy-lgm", "intel,combo-phy";
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Dintel,cgu-lgm.yaml4 $id: http://devicetree.org/schemas/clock/intel,cgu-lgm.yaml#
13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides
17 Please refer to include/dt-bindings/clock/intel,lgm-clk.h header file, it
23 const: intel,cgu-lgm
41 compatible = "intel,cgu-lgm";
/Linux-v5.10/Documentation/devicetree/bindings/reset/
Dintel,rcu-gw.yaml15 - intel,rcu-lgm
38 For LGM SoC, reset cell count is 2 as bit offset in
53 compatible = "intel,rcu-lgm";
61 compatible = "intel,lgm-pwm";
/Linux-v5.10/Documentation/devicetree/bindings/spi/
Dspi-lantiq-ssc.txt5 "intel,lgm-spi"
10 For compatible "intel,lgm-ssc" - the common interrupt number for
38 compatible = "intel,lgm-spi";
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/
Dintel,lgm-io.yaml4 $id: http://devicetree.org/schemas/pinctrl/intel,lgm-io.yaml#
18 const: intel,lgm-io
60 compatible = "intel,lgm-io";
/Linux-v5.10/drivers/clk/x86/
DKconfig5 bool "Clock driver for Lightning Mountain(LGM) platform"
7 Clock Generation Unit(CGU) driver for Intel Lightning Mountain(LGM)
DMakefile6 obj-$(CONFIG_CLK_LGM_CGU) += clk-cgu.o clk-cgu-pll.o clk-lgm.o
Dclk-lgm.c10 #include <dt-bindings/clock/intel,lgm-clk.h>
464 { .compatible = "intel,cgu-lgm" },
471 .name = "cgu-lgm",
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Darasan,sdhci.yaml66 - const: intel,lgm-sdhci-5.1-emmc # Intel LGM eMMC PHY
72 - const: intel,lgm-sdhci-5.1-sdxc # Intel LGM SDXC PHY
241 compatible = "intel,lgm-sdhci-5.1-emmc", "arasan,sdhci-5.1";
259 compatible = "intel,lgm-sdhci-5.1-sdxc", "arasan,sdhci-5.1";
/Linux-v5.10/drivers/phy/intel/
DMakefile3 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
4 obj-$(CONFIG_PHY_INTEL_LGM_EMMC) += phy-intel-lgm-emmc.o
Dphy-intel-lgm-emmc.c266 { .compatible = "intel,lgm-emmc-phy" },
Dphy-intel-lgm-combo.c618 { .compatible = "intel,combophy-lgm" },
/Linux-v5.10/Documentation/devicetree/bindings/pci/
Dintel-gw-pcie.yaml16 const: intel,lgm-pcie
23 - const: intel,lgm-pcie
118 compatible = "intel,lgm-pcie", "snps,dw-pcie";
/Linux-v5.10/drivers/phy/
Dphy-lgm-usb.c3 * Intel LGM USB PHY driver
265 { .compatible = "intel,lgm-usb-phy" },
272 .name = "lgm-usb-phy",
281 MODULE_DESCRIPTION("Intel LGM USB PHY driver");
DMakefile11 obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o
/Linux-v5.10/drivers/reset/
Dreset-intel-gw.c237 { .compatible = "intel,rcu-lgm", .data = &lgm_data },
/Linux-v5.10/drivers/pinctrl/
DKconfig431 pin functions, configure GPIO attributes for LGM SoC pins. Pinmux and
Dpinctrl-equilibrium.c929 { .compatible = "intel,lgm-io" },
944 MODULE_DESCRIPTION("Pinctrl Driver for LGM SoC (Equilibrium)");
/Linux-v5.10/drivers/tty/serial/
Dlantiq.c708 OF_EARLYCON_DECLARE(lantiq, "intel,lgm-asc", lqasc_serial_early_console_setup);
932 { .compatible = "intel,lgm-asc", .data = &soc_data_intel },
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-intel-gw.c488 { .compatible = "intel,lgm-pcie", .data = &pcie_data },
/Linux-v5.10/drivers/mmc/host/
Dsdhci-of-arasan.c1211 .compatible = "intel,lgm-sdhci-5.1-emmc",
1215 .compatible = "intel,lgm-sdhci-5.1-sdxc",
/Linux-v5.10/drivers/spi/
Dspi-lantiq-ssc.c898 { .compatible = "intel,lgm-spi", .data = &intel_ssc_lgm, },