Searched +full:ethernet +full:- +full:phy +full:- +full:id0141 (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | orion5x-netgear-wnr854t.dts | 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include "orion5x-mv88f5181.dtsi" 16 model = "Netgear WNR854-t"; 17 compatible = "netgear,wnr854t", "marvell,orion5x-88f5181", 28 stdout-path = "serial0:115200n8"; 37 gpio-keys { 38 compatible = "gpio-keys"; 39 pinctrl-0 = <&pmx_reset_button>; [all …]
|
| D | kirkwood-guruplug-server-plus.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include "kirkwood-6281.dtsi" 9 …compatible = "globalscale,guruplug-server-plus", "globalscale,guruplug", "marvell,kirkwood-88f6281… 18 stdout-path = &uart0; 22 pinctrl: pin-controller@10000 { 23 pmx_led_health_r: pmx-led-health-r { 27 pmx_led_health_g: pmx-led-health-g { 31 pmx_led_wmode_r: pmx-led-wmode-r { 35 pmx_led_wmode_g: pmx-led-wmode-g { [all …]
|
| D | zynq-parallella.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Derived from zynq-zed.dts: 11 /dts-v1/; 12 /include/ "zynq-7000.dtsi" 16 compatible = "adapteva,parallella", "xlnx,zynq-7000"; 30 stdout-path = "serial0:115200n8"; 35 fclk-enable = <0xf>; 36 ps-clk-frequency = <33333333>; 41 phy-mode = "rgmii-id"; 42 phy-handle = <ðernet_phy>; [all …]
|
| D | armada-385-turris-omnia.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 * Copyright (C) 2016 Uwe Kleine-König <uwe@kleine-koenig.org> 8 * Schematic available at https://www.turris.cz/doc/_media/rtrom01-schema.pdf 11 /dts-v1/; 13 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/input/input.h> 15 #include "armada-385.dtsi" 19 compatible = "cznic,turris-omnia", "marvell,armada385", "marvell,armada380"; 22 stdout-path = &uart0; 36 internal-regs { [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | orion5x-netgear-wnr854t.dts | 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include "orion5x-mv88f5181.dtsi" 16 model = "Netgear WNR854-t"; 17 compatible = "netgear,wnr854t", "marvell,orion5x-88f5181", 29 stdout-path = "serial0:115200n8"; 38 gpio-keys { 39 compatible = "gpio-keys"; 40 pinctrl-0 = <&pmx_reset_button>; [all …]
|
| D | kirkwood-guruplug-server-plus.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include "kirkwood-6281.dtsi" 9 …compatible = "globalscale,guruplug-server-plus", "globalscale,guruplug", "marvell,kirkwood-88f6281… 18 stdout-path = &uart0; 22 pinctrl: pin-controller@10000 { 23 pmx_led_health_r: pmx-led-health-r { 27 pmx_led_health_g: pmx-led-health-g { 31 pmx_led_wmode_r: pmx-led-wmode-r { 35 pmx_led_wmode_g: pmx-led-wmode-g { [all …]
|
| D | zynq-parallella.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Derived from zynq-zed.dts: 11 /dts-v1/; 12 /include/ "zynq-7000.dtsi" 16 compatible = "adapteva,parallella", "xlnx,zynq-7000"; 30 stdout-path = "serial0:115200n8"; 35 fclk-enable = <0xf>; 36 ps-clk-frequency = <33333333>; 41 phy-mode = "rgmii-id"; 42 phy-handle = <ðernet_phy>; [all …]
|
| D | armada-385-turris-omnia.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 * Copyright (C) 2016 Uwe Kleine-König <uwe@kleine-koenig.org> 8 * Schematic available at https://www.turris.cz/doc/_media/rtrom01-schema.pdf 11 /dts-v1/; 13 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/input/input.h> 15 #include "armada-385.dtsi" 19 compatible = "cznic,turris-omnia", "marvell,armada385", "marvell,armada380"; 22 stdout-path = &uart0; 36 internal-regs { [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/ |
| D | phy.txt | 1 PHY nodes 5 - interrupts : interrupt specifier for the sole interrupt. 6 - reg : The ID number for the phy, usually a small integer 10 - compatible: Compatible list, may contain 11 "ethernet-phy-ieee802.3-c22" or "ethernet-phy-ieee802.3-c45" for 16 If the PHY reports an incorrect ID (or none at all) then the 17 "compatible" list may contain an entry with the correct PHY ID in the 18 form: "ethernet-phy-idAAAA.BBBB" where 19 AAAA - The value of the 16 bit Phy Identifier 1 register as 21 BBBB - The value of the 16 bit Phy Identifier 2 register as [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | ethernet-phy.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Ethernet PHY Generic Binding 10 - Andrew Lunn <andrew@lunn.ch> 11 - Florian Fainelli <f.fainelli@gmail.com> 12 - Heiner Kallweit <hkallweit1@gmail.com> 14 # The dt-schema tools will generate a select statement first by using 21 pattern: "^ethernet-phy(@[a-f0-9]+)?$" [all …]
|