1 // SPDX-License-Identifier: GPL-2.0+
3 * Device Tree file for the Kontron SMARC-sAL28 board.
5 * This is for the network variant 2 which has two ethernet ports. These
6 * ports are connected to the internal switch.
8 * Copyright (C) 2020 Michael Walle <michael@walle.cc>
13 #include "fsl-ls1028a-kontron-sl28.dts"
16 model = "Kontron SMARC-sAL28 (TSN-on-module)";
17 compatible = "kontron,sl28-var2", "kontron,sl28", "fsl,ls1028a";
21 phy0: ethernet-phy@5 {
27 phy1: ethernet-phy@4 {
37 * In the base device tree the PHY was registered in the mdio
38 * subnode as it is PHY for this port. On this module this PHY
39 * is connected to a switch port instead and registered above.
40 * Therefore, delete the mdio subnode as well as the phy-handle
43 /delete-property/ phy-handle;
70 ethernet = <&enetc_port2>;