blob: 898fa7dc7a877bb1abfe85ed304b896cf8cd259e [file] [log] [blame]
Heiko Schocher3c521072020-02-03 07:43:57 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * ABB PGGA kmeter1 U-Boot specific Device Tree Source parts
4 *
5 * Copyright (C) 2020 Heiko Schocher <hs@denx.de>
6 *
7 */
8
9/ {
10 aliases {
11 /delete-property/ ethernet1;
12 /delete-property/ ethernet2;
13 /delete-property/ ethernet3;
14 /delete-property/ ethernet4;
15 /delete-property/ ethernet5;
16 /delete-property/ ethernet6;
17 };
18};
19
20&enet_estar1 {
21 status = "disabled";
22};
23
24&enet_estar2 {
25 status = "disabled";
26};
27
28&enet_eth1 {
29 status = "disabled";
30};
31
32&enet_eth2 {
33 status = "disabled";
34};
35
36&enet_eth3 {
37 status = "disabled";
38};
39
40&enet_eth4 {
41 status = "disabled";
42};