Commit 34b13d12 authored by Li Yang's avatar Li Yang Committed by Shawn Guo

arm64: dts: ls1028a-qds: define mdio slots for networking options

The ls1028a QDS board support different pluggable PHY cards.  Define the
nodes for these slots to be updated at boot time with overlay according
to board setup.
Signed-off-by: default avatarAlex Marginean <alexandru.marginean@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Tested-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9d46d9f7
......@@ -107,6 +107,30 @@ qds_phy1: ethernet-phy@5 {
reg = <5>;
};
};
mdio_slot1: mdio@4 {
#address-cells = <1>;
#size-cells = <0>;
reg = <4>;
};
mdio_slot2: mdio@5 {
#address-cells = <1>;
#size-cells = <0>;
reg = <5>;
};
mdio_slot3: mdio@6 {
#address-cells = <1>;
#size-cells = <0>;
reg = <6>;
};
mdio_slot4: mdio@7 {
#address-cells = <1>;
#size-cells = <0>;
reg = <7>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment