Skip to content

Commit

Permalink
arm64: dts: marvell: add xmdio nodes for 7k/8k
Browse files Browse the repository at this point in the history
Add the description of the xMDIO bus for the Marvell Armada 7k and
Marvell Armada 8k; for both CP110 slave and master. This bus is found
on Marvell Ethernet controllers and provides an interface with the
xMDIO bus.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Antoine Tenart authored and Gregory CLEMENT committed Jun 17, 2017
1 parent c7c3d67 commit f66b2af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
status = "disabled";
};

cpm_xmdio: mdio@12a600 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "marvell,xmdio";
reg = <0x12a600 0x10>;
status = "disabled";
};

cpm_syscon0: system-controller@440000 {
compatible = "marvell,cp110-system-controller0",
"syscon";
Expand Down
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@
status = "disabled";
};

cps_xmdio: mdio@12a600 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "marvell,xmdio";
reg = <0x12a600 0x10>;
status = "disabled";
};

cps_syscon0: system-controller@440000 {
compatible = "marvell,cp110-system-controller0",
"syscon";
Expand Down

0 comments on commit f66b2af

Please sign in to comment.