mirror of
https://github.com/esphome/esphome.git
synced 2025-09-28 16:12:24 +01:00
[ethernet] Add LAN8670 PHY support (#10874)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
This commit is contained in:
committed by
GitHub
parent
cef9cf49bf
commit
460eb219ba
14
tests/components/ethernet/common-lan8670.yaml
Normal file
14
tests/components/ethernet/common-lan8670.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
ethernet:
|
||||
type: LAN8670
|
||||
mdc_pin: 23
|
||||
mdio_pin: 25
|
||||
clk:
|
||||
pin: 0
|
||||
mode: CLK_EXT_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
|
1
tests/components/ethernet/test-lan8670.esp32-ard.yaml
Normal file
1
tests/components/ethernet/test-lan8670.esp32-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common-lan8670.yaml
|
1
tests/components/ethernet/test-lan8670.esp32-idf.yaml
Normal file
1
tests/components/ethernet/test-lan8670.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common-lan8670.yaml
|
Reference in New Issue
Block a user