boards: st: add mdio and phy nodes
Add mdio and phy nodes for h5/h7 families. Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
This commit is contained in:
parent
a7c720b7d4
commit
2fbb01ae90
7 changed files with 89 additions and 19 deletions
|
@ -160,9 +160,7 @@
|
|||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_tx_en_pg11
|
||||
|
@ -171,6 +169,18 @@
|
|||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
zephyr_udc0: &usbotg_hs {
|
||||
pinctrl-0 = <&usb_otg_hs_dm_pa11 &usb_otg_hs_dp_pa12>;
|
||||
pinctrl-names = "default";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue