| // SPDX-License-Identifier: GPL-2.0+ |
| * Device Tree file for the Kontron SMARC-sAL28 board. |
| * This is for the network variant 2 which has two ethernet ports. These |
| * ports are connected to the internal switch. |
| * Copyright (C) 2021 Michael Walle <michael@walle.cc> |
| #include "fsl-ls1028a-kontron-sl28.dts" |
| model = "Kontron SMARC-sAL28 (TSN-on-module)"; |
| compatible = "kontron,sl28-var2", "kontron,sl28", "fsl,ls1028a"; |
| * In the base device tree the PHY at address 5 was assigned for |
| * this port. On this module this PHY is connected to a switch |
| * port instead. Therefore, delete the phy-handle property here. |
| /delete-property/ phy-handle; |
| managed = "in-band-status"; |
| managed = "in-band-status"; |
| ethernet = <&enetc_port2>; |