Searched +full:smarteee +full:- +full:tw +full:- +full:us +full:- +full:1 +full:g (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.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-v6.1/arch/arm/boot/dts/ |
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>; 31 default-state = "on"; 32 linux,default-trigger = "heartbeat"; [all …]
|
/Linux-v6.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 …]
|
/Linux-v6.1/drivers/net/phy/ |
D | at803x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 24 #include <dt-bindings/net/qca-ar803x.h> 34 #define AT803X_SFC_POLARITY_REVERSAL BIT(1) 40 #define AT803X_SS_SPEED_100 1 59 #define AT803X_INTR_ENABLE_POLARITY_CHANGED BIT(1) 67 #define AT803X_SMART_SPEED_BYPASS_TIMER BIT(1) 73 #define AT803X_CDT_STATUS_STAT_SHORT 1 104 #define AT803X_PSSR 0x11 /*PHY-Specific Status Register*/ 145 #define AT803X_CLK_OUT_25MHZ_DSP 1 160 #define AT803X_CLK_OUT_STRENGTH_HALF 1 [all …]
|