summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2017-12-08 10:08:41 +0000
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2024-04-16 16:52:25 +0100
commit03d3c650edcebcd67daaa455d8a43ef86ef96281 (patch)
tree47ffa27e1bdba3948e46a006ca69c8faed7f8c0a
parent3ca17e54bf9af9d9492d8c120eb5b06a31a709ef (diff)
ARM: dts: vf610-zii-dev-rev-c: add support for 88x3310 10Gbit PHY
Add support for the 88x3310 10Gbit PHY on the ZII rev C board. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-rw-r--r--arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts b/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
index 6f9878f124c4..0e10283a4cb1 100644
--- a/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
+++ b/arch/arm/boot/dts/nxp/vf/vf610-zii-dev-rev-c.dts
@@ -77,6 +77,13 @@
phy-handle = <&switch0phy4>;
};
+ port@9 {
+ reg = <9>;
+ label = "lan10g";
+ phy-mode = "xaui";
+ phy-handle = <&switch0phy9>;
+ };
+
switch0port10: port@10 {
reg = <10>;
label = "dsa";
@@ -118,6 +125,15 @@
interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
};
};
+ mdio1 {
+ compatible = "marvell,mv88e6xxx-mdio-external";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ switch0phy9: switch0phy@9 {
+ compatible = "ethernet-phy-ieee802.3-c45";
+ reg = <9>;
+ };
+ };
};
};
@@ -323,6 +339,13 @@
interrupts = <23 IRQ_TYPE_EDGE_FALLING>;
gpio-controller;
interrupt-controller;
+
+ phy_rst {
+ gpio-hog;
+ gpios = <9 GPIO_ACTIVE_HIGH>;
+ output-high;
+ line-name = "10g-rstn";
+ };
};
/*