[CI-ethernet] Add/fix/organize/clean up ethernet component tests (#6916)

This commit is contained in:
Keith Burzinski 2024-06-17 02:06:25 -05:00 committed by GitHub
parent 51c5d1714c
commit 015cd42a2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 72 additions and 24 deletions

View file

@ -1,5 +1,5 @@
ethernet:
type: LAN8720
type: DP83848
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_IN

View file

@ -1,5 +1,5 @@
ethernet:
type: LAN8720
type: IP101
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_IN

View file

@ -0,0 +1,12 @@
ethernet:
type: JL1101
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_IN
phy_addr: 0
power_pin: 26
manual_ip:
static_ip: 192.168.178.56
gateway: 192.168.178.1
subnet: 255.255.255.0
domain: .local

View file

@ -0,0 +1,12 @@
ethernet:
type: KSZ8081
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_IN
phy_addr: 0
power_pin: 26
manual_ip:
static_ip: 192.168.178.56
gateway: 192.168.178.1
subnet: 255.255.255.0
domain: .local

View file

@ -0,0 +1,12 @@
ethernet:
type: KSZ8081RNA
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_IN
phy_addr: 0
power_pin: 26
manual_ip:
static_ip: 192.168.178.56
gateway: 192.168.178.1
subnet: 255.255.255.0
domain: .local

View file

@ -0,0 +1,12 @@
ethernet:
type: RTL8201
mdc_pin: 23
mdio_pin: 25
clk_mode: GPIO0_IN
phy_addr: 0
power_pin: 26
manual_ip:
static_ip: 192.168.178.56
gateway: 192.168.178.1
subnet: 255.255.255.0
domain: .local

View file

@ -1,11 +1,11 @@
ethernet:
type: W5500
clk_pin: GPIO19
mosi_pin: GPIO21
miso_pin: GPIO23
cs_pin: GPIO18
interrupt_pin: GPIO36
reset_pin: GPIO22
clk_pin: 19
mosi_pin: 21
miso_pin: 23
cs_pin: 18
interrupt_pin: 36
reset_pin: 22
clock_speed: 10Mhz
manual_ip:
static_ip: 192.168.178.56

View file

@ -0,0 +1 @@
<<: !include common-dp83848.yaml

View file

@ -0,0 +1 @@
<<: !include common-dp83848.yaml

View file

@ -0,0 +1 @@
<<: !include common-ip101.yaml

View file

@ -0,0 +1 @@
<<: !include common-ip101.yaml

View file

@ -0,0 +1 @@
<<: !include common-jl1101.yaml

View file

@ -0,0 +1 @@
<<: !include common-jl1101.yaml

View file

@ -0,0 +1 @@
<<: !include common-ksz8081.yaml

View file

@ -0,0 +1 @@
<<: !include common-ksz8081.yaml

View file

@ -0,0 +1 @@
<<: !include common-ksz8081rna.yaml

View file

@ -0,0 +1 @@
<<: !include common-ksz8081rna.yaml

View file

@ -0,0 +1 @@
<<: !include common-lan8720.yaml

View file

@ -0,0 +1 @@
<<: !include common-lan8720.yaml

View file

@ -0,0 +1 @@
<<: !include common-rtl8201.yaml

View file

@ -0,0 +1 @@
<<: !include common-rtl8201.yaml

View file

@ -0,0 +1 @@
<<: !include common-w5500.yaml

View file

@ -0,0 +1 @@
<<: !include common-w5500.yaml

View file

@ -1 +0,0 @@
<<: !include common.yaml

View file

@ -1 +0,0 @@
<<: !include common.yaml

View file

@ -1,14 +0,0 @@
ethernet:
type: W5500
clk_pin: GPIO19
mosi_pin: GPIO21
miso_pin: GPIO23
cs_pin: GPIO18
interrupt_pin: GPIO36
reset_pin: GPIO22
clock_speed: 10Mhz
manual_ip:
static_ip: 192.168.178.56
gateway: 192.168.178.1
subnet: 255.255.255.0
domain: .local