boards: dts: stm32: add mdio and phy node
add mdio and phy node to every stm32board that supports ethernet. Also set the phy-handle for every ethernet mac. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
3a19dddfe7
commit
d74d0f7ac7
29 changed files with 189 additions and 60 deletions
|
@ -108,6 +108,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -116,9 +117,8 @@ zephyr_udc0: &usbotg_fs {
|
|||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -223,6 +223,7 @@
|
|||
ð_txd0_pg13 >;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -231,10 +232,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -116,11 +116,9 @@ zephyr_udc0: &usbotg_hs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_col_pa3
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
|
@ -128,4 +126,16 @@ zephyr_udc0: &usbotg_hs {
|
|||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -179,17 +179,27 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <&phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -176,17 +176,27 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -180,17 +180,27 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -197,17 +197,27 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&backup_sram {
|
||||
|
|
|
@ -141,19 +141,30 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
&flash0 {
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
|
|
|
@ -188,17 +188,27 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
ð_txd1_pb15>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -57,9 +58,8 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -186,10 +187,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
phy: ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -204,6 +204,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -211,10 +212,9 @@ zephyr_udc0: &usbotg_fs {
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -123,10 +124,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -183,6 +183,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -190,10 +191,9 @@ zephyr_udc0: &usbotg_fs {
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -134,6 +134,7 @@
|
|||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -141,10 +142,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -188,6 +188,7 @@
|
|||
ð1_rmii_txd1_pf13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -195,10 +196,9 @@
|
|||
pinctrl-0 = <ð1_mdio_pf4 ð1_mdc_pg11>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x0>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -177,17 +177,27 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&quadspi {
|
||||
|
|
|
@ -164,17 +164,27 @@ zephyr_udc0: &usbotg_fs {
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&quadspi {
|
||||
|
|
|
@ -151,17 +151,27 @@ arduino_serial: &usart6 {};
|
|||
|
||||
&mac {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdc_pc1
|
||||
ð_rxd0_pc4
|
||||
pinctrl-0 = <ð_rxd0_pc4
|
||||
ð_rxd1_pc5
|
||||
ð_ref_clk_pa1
|
||||
ð_mdio_pa2
|
||||
ð_crs_dv_pa7
|
||||
ð_tx_en_pg11
|
||||
ð_txd0_pg13
|
||||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
};
|
||||
};
|
||||
|
||||
&sdmmc2 {
|
||||
|
|
|
@ -167,6 +167,7 @@
|
|||
ð_txd1_pg12>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -174,10 +175,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
ð_txd1_pb13>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -147,10 +148,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -145,6 +145,7 @@
|
|||
ð_rx_er_pi10>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "mii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -152,10 +153,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@1 {
|
||||
eth_phy: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x01>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -145,6 +145,7 @@
|
|||
ð_txd1_pg12>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -152,10 +153,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -161,6 +161,7 @@
|
|||
ð_txd1_pg12>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -168,10 +169,9 @@
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "ethernet-phy";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -239,6 +239,7 @@ zephyr_udc0: &usbotg_fs {
|
|||
ð_txd1_pg14>;
|
||||
pinctrl-names = "default";
|
||||
phy-connection-type = "rmii";
|
||||
phy-handle = <ð_phy>;
|
||||
};
|
||||
|
||||
&mdio {
|
||||
|
@ -246,10 +247,9 @@ zephyr_udc0: &usbotg_fs {
|
|||
pinctrl-0 = <ð_mdio_pa2 ð_mdc_pc1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
ethernet-phy@0 {
|
||||
eth_phy: ethernet-phy@0 {
|
||||
compatible = "microchip,ksz8081";
|
||||
reg = <0x00>;
|
||||
status = "okay";
|
||||
microchip,interface-type = "rmii-25MHz";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -29,6 +29,13 @@
|
|||
<&rcc STM32_CLOCK(AHB1, 15U)>,
|
||||
<&rcc STM32_CLOCK(AHB1, 16U)>;
|
||||
status = "disabled";
|
||||
|
||||
mdio: mdio {
|
||||
compatible = "st,stm32-mdio";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -21,6 +21,13 @@
|
|||
<&rcc STM32_CLOCK(AHB1, 27U)>,
|
||||
<&rcc STM32_CLOCK(AHB1, 28U)>;
|
||||
status = "disabled";
|
||||
|
||||
mdio: mdio {
|
||||
compatible = "st,stm32-mdio";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -21,6 +21,13 @@
|
|||
<&rcc STM32_CLOCK(AHB1, 27U)>,
|
||||
<&rcc STM32_CLOCK(AHB1, 28U)>;
|
||||
status = "disabled";
|
||||
|
||||
mdio: mdio {
|
||||
compatible = "st,stm32-mdio";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -86,6 +86,13 @@
|
|||
<&rcc STM32_CLOCK(AHB1, 27U)>,
|
||||
<&rcc STM32_CLOCK(AHB1, 28U)>;
|
||||
status = "disabled";
|
||||
|
||||
mdio: mdio {
|
||||
compatible = "st,stm32-mdio";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue