/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | lantiq-gswip.txt | 6 - compatible : "lantiq,xrx200-gswip" for the embedded GSWIP in the 7 xRX200 SoC 21 - compatible : "lantiq,xrx200-mdio" for the MDIO bus inside the GSWIP 22 core of the xRX200 SoC and the PHYs connected to it. 29 - compatible : "lantiq,xrx200-gphy-fw", "lantiq,gphy-fw" 51 compatible = "lantiq,xrx200-gswip"; 106 compatible = "lantiq,xrx200-mdio"; 127 compatible = "lantiq,xrx200-gphy-fw", "lantiq,gphy-fw";
|
/openbmc/linux/Documentation/devicetree/bindings/mips/lantiq/ |
H A D | rcu.txt | 17 "lantiq,xrx200-rcu", "simple-mfd", "syscon" 22 Example of the RCU bindings on a xRX200 SoC: 24 compatible = "lantiq,xrx200-rcu", "simple-mfd", "syscon"; 30 compatible = "lantiq,xrx200-reset"; 37 compatible = "lantiq,xrx200-reset"; 44 compatible = "lantiq,xrx200-usb2-phy"; 53 compatible = "lantiq,xrx200-usb2-phy";
|
H A D | fpi-bus.txt | 8 "lantiq,xrx200-fpi" 17 Example for the FPI on the xrx200 SoCs: 19 compatible = "lantiq,xrx200-fpi";
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-lantiq-rcu-usb2.txt | 15 "lantiq,xrx200-usb2-phy" 21 register (only for xrx200 and xrx200) 30 Example for the USB PHYs on an xRX200 SoC: 32 compatible = "lantiq,xrx200-usb2-phy";
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | lantiq,xrx200-net.yaml | 4 $id: http://devicetree.org/schemas/net/lantiq,xrx200-net.yaml# 7 title: Lantiq xRX200 GSWIP PMAC Ethernet driver 17 const: lantiq,xrx200-net 53 compatible = "lantiq,xrx200-net";
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | lantiq,reset.yaml | 20 - lantiq,xrx200-reset 44 // On the xRX200 SoCs: 46 compatible = "lantiq,xrx200-reset";
|
H A D | intel,rcu-gw.yaml | 16 - intel,rcu-xrx200
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | lantiq-wdt.txt | 11 "lantiq,xrx200-wdt", "lantiq,xrx100-wdt" 18 Example for the watchdog on the xRX200 SoCs: 20 compatible = "lantiq,xrx200-wdt", "lantiq,xrx100-wdt";
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | lantiq,pinctrl-xway.txt | 8 "xrx200" (XWAY xRX200 Family) 76 xRX200: 124 Valid values for xRX200 pin names:
|
/openbmc/linux/arch/mips/lantiq/xway/ |
H A D | dcdc.c | 37 { .compatible = "lantiq,dcdc-xrx200" }, 44 .name = "dcdc-xrx200",
|
H A D | prom.c | 22 #define SOC_VR9 "xRX200"
|
/openbmc/linux/drivers/phy/lantiq/ |
H A D | phy-lantiq-rcu-usb2.c | 81 .compatible = "lantiq,xrx200-usb2-phy", 132 * at least the xrx200 usb2 phy requires some extra time to be in ltq_rcu_usb2_phy_power_on()
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-lantiq-ssc.txt | 26 compatible = "lantiq,xrx200-spi", "lantiq,xrx100-spi";
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | lantiq_xrx200.c | 3 * Lantiq / Intel PMAC driver for XRX200 SoCs 667 { .compatible = "lantiq,xrx200-net" }, 676 .name = "lantiq,xrx200-net", 684 MODULE_DESCRIPTION("Lantiq SoC XRX200 ethernet");
|
H A D | Kconfig | 117 tristate "Lantiq / Intel xRX200 PMAC network driver"
|
/openbmc/linux/drivers/soc/lantiq/ |
H A D | fpi-bus.c | 67 { .compatible = "lantiq,xrx200-fpi" },
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-stp-xway.yaml | 68 The gphy core can control 3 bits of the gpio cascade. In the xRX200 family
|
/openbmc/linux/drivers/net/dsa/ |
H A D | Kconfig | 35 the xrx200 / VR9 SoC.
|
H A D | lantiq_gswip.c | 520 ds->slave_mii_bus->name = "lantiq,xrx200-mdio"; in gswip_mdio() 1889 { .compatible = "lantiq,xrx200-gphy-fw", .data = NULL }, 2030 if (of_device_is_compatible(gphy_fw_list_np, "lantiq,xrx200-gphy-fw")) { in gswip_gphy_fw_list() 2141 if (!of_device_is_compatible(np, "lantiq,xrx200-gswip")) in gswip_probe() 2167 mdio_np = of_get_compatible_child(dev->of_node, "lantiq,xrx200-mdio"); in gswip_probe() 2260 { .compatible = "lantiq,xrx200-gswip", .data = &gswip_xrx200 },
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | dwc2.yaml | 48 - const: lantiq,xrx200-usb
|
/openbmc/linux/drivers/reset/ |
H A D | reset-lantiq.c | 193 { .compatible = "lantiq,xrx200-reset", },
|
H A D | reset-intel-gw.c | 238 { .compatible = "intel,rcu-xrx200", .data = &xrx200_data },
|
/openbmc/linux/drivers/net/phy/ |
H A D | Kconfig | 203 SoCs xRX200, xRX300, xRX330, xRX350 and xRX550.
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-xway.c | 626 /* --------- xrx200 related code --------- */ 1413 /* XWAY xRX200 Family */ 1446 { .compatible = "lantiq,xrx200-pinctrl", .data = &xrx200_pinctrl},
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | params.c | 281 { .compatible = "lantiq,xrx200-usb", .data = dwc2_set_ltq_params },
|