Searched +full:rgmii +full:- +full:compliant (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | xlnx,gmii-to-rgmii.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/xlnx,gmii-t [all...] |
H A D | xilinx_gmii2rgmii.txt | 2 -------------------------------------------------------- 5 Independent Interface (RGMII) core provides the RGMII between RGMII-compliant 18 - compatible : Should be "xlnx,gmii-to-rgmii-1.0" 19 - reg : The ID number for the phy, usually a small integer 20 - phy-handle : Should point to the external phy device. 25 #address-cells = <1>; 26 #size-cells = <0>; 27 phy: ethernet-phy@0 { 31 compatible = "xlnx,gmii-to-rgmii-1.0"; 33 phy-handle = <&phy>;
|
H A D | ti,k3-am654-cpsw-nuss.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/ti,k3-am65 [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am437x-sk-evm.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ 8 /dts-v1/; 11 #include <dt-bindings/pinctrl/am43xx.h> 12 #include <dt-bindings/pwm/pwm.h> 13 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/input/input.h> 15 #include <dt-bindings/interrupt-controller/irq.h> 19 compatible = "ti,am437x-sk-evm","ti,am4372","ti,am43"; 26 stdout-path = &uart0; [all …]
|
/freebsd-src/sys/dev/mgb/ |
H A D | if_mgb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 35 * LAN7430 https://www.microchip.com/en-us/product/LAN7430 36 * - Integrated IEEE 802.3 compliant PHY 37 * LAN7431 https://www.microchip.com/en-us/product/LAN7431 38 * - RGMI [all...] |