bindings: ethernet: rename ethernet to ethernet-controller
Rename the ethernet.yaml template to ethernet-controller.yaml to match the Linux one. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
c2f4200ad5
commit
258fc16570
18 changed files with 17 additions and 17 deletions
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
include:
|
||||
- name: ethernet.yaml
|
||||
- name: ethernet-controller.yaml
|
||||
- name: pinctrl-device.yaml
|
||||
|
||||
properties:
|
||||
|
|
|
@ -6,7 +6,7 @@ description: ESP32 Ethernet
|
|||
compatible: "espressif,esp32-eth"
|
||||
|
||||
include:
|
||||
- name: ethernet.yaml
|
||||
- name: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
phy-connection-type:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: LiteX Ethernet
|
|||
|
||||
compatible: "litex,eth0"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: ENC28J60 standalone 10BASE-T Ethernet controller with SPI interface
|
|||
|
||||
compatible: "microchip,enc28j60"
|
||||
|
||||
include: [spi-device.yaml, ethernet.yaml]
|
||||
include: [spi-device.yaml, ethernet-controller.yaml]
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |
|
|||
|
||||
compatible: "microchip,enc424j600"
|
||||
|
||||
include: [spi-device.yaml, ethernet.yaml]
|
||||
include: [spi-device.yaml, ethernet-controller.yaml]
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: NXP Kinetis Ethernet
|
|||
|
||||
compatible: "nxp,kinetis-ethernet"
|
||||
|
||||
include: ["ethernet.yaml", "ethernet,fixed-link.yaml", "pinctrl-device.yaml"]
|
||||
include: ["ethernet-controller.yaml", "ethernet,fixed-link.yaml", "pinctrl-device.yaml"]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: NXP S32 NETC Physical Station Interface (PSI)
|
|||
|
||||
compatible: "nxp,s32-netc-psi"
|
||||
|
||||
include: [ethernet.yaml, pinctrl-device.yaml]
|
||||
include: [ethernet-controller.yaml, pinctrl-device.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: NXP S32 NETC Virtual Station Interface (VSI)
|
|||
|
||||
compatible: "nxp,s32-netc-vsi"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: IVSHMEM Ethernet
|
|||
|
||||
compatible: "siemens,ivshmem-eth"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ description: SiLabs Gecko Ethernet
|
|||
|
||||
compatible: "silabs,gecko-ethernet"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: Synopsys DesignWare Ethernet
|
|||
|
||||
compatible: "snps,designware-ethernet"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: Ethernet driver for Cyclone V SoC
|
|||
|
||||
compatible: "snps,ethernet-cyclonev"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: ST STM32 Ethernet
|
|||
|
||||
compatible: "st,stm32-ethernet"
|
||||
|
||||
include: [ethernet.yaml, pinctrl-device.yaml]
|
||||
include: [ethernet-controller.yaml, pinctrl-device.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: TI Stellaris Ethernet
|
|||
|
||||
compatible: "ti,stellaris-ethernet"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: W5500 standalone 10/100BASE-T Ethernet controller with SPI interfac
|
|||
|
||||
compatible: "wiznet,w5500"
|
||||
|
||||
include: [spi-device.yaml, ethernet.yaml]
|
||||
include: [spi-device.yaml, ethernet-controller.yaml]
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: Xilinx GEM Ethernet controller
|
|||
|
||||
compatible: "xlnx,gem"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
|
|
@ -5,7 +5,7 @@ description: USB CDC ECM virtual Ethernet controller
|
|||
|
||||
compatible: "zephyr,cdc-ecm-ethernet"
|
||||
|
||||
include: ethernet.yaml
|
||||
include: ethernet-controller.yaml
|
||||
|
||||
properties:
|
||||
remote-mac-address:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue