Searched +full:smarteee +full:- +full:tw +full:- +full:us +full:- +full:1 +full:g (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | qca,ar803x.yaml | 1 # SPDX-License-Identifier: GPL-2.0+ 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrew Lunn <andrew@lunn.ch> 11 - Florian Fainelli <f.fainelli@gmail.com> 12 - Heiner Kallweit <hkallweit1@gmail.com> 18 - $ref: ethernet-phy.yaml# 21 qca,clk-out-frequency: 26 qca,clk-out-strength: 29 enum: [0, 1, 2] [all …]
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-sr-som.dtsi | 4 * This file is dual-licensed: you can use it either under the terms 41 #include <dt-bindings/gpio/gpio.h> 44 vcc_3v3: regulator-vcc-3v3 { 45 compatible = "regulator-fixed"; 46 regulator-always-on; 47 regulator-name = "vcc_3v3"; 48 regulator-min-microvolt = <3300000>; 49 regulator-max-microvolt = <3300000>; 54 pinctrl-names = "default"; 55 pinctrl-0 = <&pinctrl_microsom_enet_ar8035>; [all …]
|
D | imx6dl-riotboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 12 compatible = "riot,imx6s-riotboard", "fsl,imx6dl"; 20 stdout-path = "serial1:115200n8"; 24 compatible = "gpio-leds"; 25 pinctrl-names = "default"; 26 pinctrl-0 = <&pinctrl_led>; 28 led0: led-user1 { 31 default-state = "on"; [all …]
|
/linux-6.12.1/drivers/net/phy/qcom/ |
D | at803x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 23 #include <dt-bindings/net/qca-ar803x.h> 48 #define AT803X_PSSR 0x11 /*PHY-Specific Status Register*/ 69 #define AT803X_CLK_OUT_25MHZ_DSP 1 84 #define AT803X_CLK_OUT_STRENGTH_HALF 1 102 #define AT803X_PAGE_COPPER 1 106 #define AT803X_DISABLE_SMARTEEE BIT(1) 193 context->bmcr = phy_read(phydev, MII_BMCR); in at803x_context_save() 194 context->advertise = phy_read(phydev, MII_ADVERTISE); in at803x_context_save() 195 context->control1000 = phy_read(phydev, MII_CTRL1000); in at803x_context_save() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | fsl-lx2160a-cex7.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 // Device Tree file for LX2160A-CEx7 7 /dts-v1/; 9 #include "fsl-lx2160a.dtsi" 13 compatible = "solidrun,lx2160a-cex7", "fsl,lx2160a"; 19 sb_3v3: regulator-sb3v3 { 20 compatible = "regulator-fixed"; 21 regulator-name = "RT7290"; 22 regulator-min-microvolt = <3300000>; 23 regulator-max-microvolt = <3300000>; [all …]
|