Skip to content

Commit 4d2a870

Browse files
mwalleclaudiubeznea
authored andcommitted
ARM: dts: lan966x: add serdes node
Add the SerDes node. On the LAN966x SoC these SerDes are used to connect network PHYs. By default, that node is disabled. Signed-off-by: Michael Walle <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Tested-by: Horatiu Vultur <[email protected]> Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nicolas Ferre <[email protected]>
1 parent ff85a7a commit 4d2a870

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/lan966x.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,14 @@
500500
clocks = <&sys_clk>;
501501
};
502502

503+
serdes: serdes@e202c000 {
504+
compatible = "microchip,lan966x-serdes";
505+
reg = <0xe202c000 0x9c>,
506+
<0xe2004010 0x4>;
507+
#phy-cells = <2>;
508+
status = "disabled";
509+
};
510+
503511
gic: interrupt-controller@e8c11000 {
504512
compatible = "arm,gic-400", "arm,cortex-a7-gic";
505513
#interrupt-cells = <3>;

0 commit comments

Comments
 (0)