Use new syntax for clk_mode
This commit is contained in:
+3
-1
@@ -26,7 +26,9 @@ ethernet:
|
|||||||
type: JL1101
|
type: JL1101
|
||||||
mdc_pin: GPIO23
|
mdc_pin: GPIO23
|
||||||
mdio_pin: GPIO18
|
mdio_pin: GPIO18
|
||||||
clk_mode: GPIO17_OUT
|
clk:
|
||||||
|
mode: CLK_OUT
|
||||||
|
pin: GPIO17
|
||||||
power_pin: GPIO0
|
power_pin: GPIO0
|
||||||
phy_addr: 1
|
phy_addr: 1
|
||||||
domain: ""
|
domain: ""
|
||||||
|
|||||||
@@ -8,7 +8,9 @@ ethernet:
|
|||||||
type: LAN8720
|
type: LAN8720
|
||||||
mdc_pin: GPIO23
|
mdc_pin: GPIO23
|
||||||
mdio_pin: GPIO18
|
mdio_pin: GPIO18
|
||||||
clk_mode: GPIO17_OUT
|
clk:
|
||||||
|
mode: CLK_OUT
|
||||||
|
pin: GPIO17
|
||||||
phy_addr: 0
|
phy_addr: 0
|
||||||
power_pin: GPIO12
|
power_pin: GPIO12
|
||||||
domain: ""
|
domain: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user