mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 13:24:56 +02:00
[CI-ethernet] Add/fix/organize/clean up ethernet component tests (#6916)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
ethernet:
|
ethernet:
|
||||||
type: LAN8720
|
type: DP83848
|
||||||
mdc_pin: 23
|
mdc_pin: 23
|
||||||
mdio_pin: 25
|
mdio_pin: 25
|
||||||
clk_mode: GPIO0_IN
|
clk_mode: GPIO0_IN
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
ethernet:
|
ethernet:
|
||||||
type: LAN8720
|
type: IP101
|
||||||
mdc_pin: 23
|
mdc_pin: 23
|
||||||
mdio_pin: 25
|
mdio_pin: 25
|
||||||
clk_mode: GPIO0_IN
|
clk_mode: GPIO0_IN
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
@@ -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
|
||||||
+6
-6
@@ -1,11 +1,11 @@
|
|||||||
ethernet:
|
ethernet:
|
||||||
type: W5500
|
type: W5500
|
||||||
clk_pin: GPIO19
|
clk_pin: 19
|
||||||
mosi_pin: GPIO21
|
mosi_pin: 21
|
||||||
miso_pin: GPIO23
|
miso_pin: 23
|
||||||
cs_pin: GPIO18
|
cs_pin: 18
|
||||||
interrupt_pin: GPIO36
|
interrupt_pin: 36
|
||||||
reset_pin: GPIO22
|
reset_pin: 22
|
||||||
clock_speed: 10Mhz
|
clock_speed: 10Mhz
|
||||||
manual_ip:
|
manual_ip:
|
||||||
static_ip: 192.168.178.56
|
static_ip: 192.168.178.56
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-dp83848.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-dp83848.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-ip101.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-ip101.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-jl1101.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-jl1101.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-ksz8081.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-ksz8081.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-ksz8081rna.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-ksz8081rna.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-lan8720.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-lan8720.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-rtl8201.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-rtl8201.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-w5500.yaml
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<<: !include common-w5500.yaml
|
||||||
@@ -1 +0,0 @@
|
|||||||
<<: !include common.yaml
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<<: !include common.yaml
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user