blob: 1ea1265bcf5f62fb1e64c3823b732635f4ecef13 [file] [log] [blame]
Michael Walleb4630102021-01-08 00:08:58 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Device Tree file for the Kontron SMARC-sAL28 board.
4 *
5 * This is for the network variant 2 which has no ethernet support in the
6 * bootloader.
7 *
8 * Copyright (C) 2020 Michael Walle <michael@walle.cc>
9 *
10 */
11
12/dts-v1/;
13#include "fsl-ls1028a-kontron-sl28.dts"
14
15/ {
16 model = "Kontron SMARC-sAL28 (TSN-on-module)";
17 compatible = "kontron,sl28-var2", "kontron,sl28", "fsl,ls1028a";
18};
19
20&enetc0 {
21 status = "disabled";
22 /delete-property/ phy-handle;
23};
24
25/delete-node/ &phy0;