summaryrefslogtreecommitdiff
path: root/arch/powerpc/dts/kmcoge5ne-uboot.dtsi
blob: 6a5e74f434b3fb212b3a353f3f85c2842368015b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: GPL-2.0+
/*
 * ABB PGGA kmcoge5ne U-Boot specific Device Tree Source parts
 *
 * Copyright (C) 2020 Heiko Schocher <hs@denx.de>
 *
 */

/ {
	aliases {
		/delete-property/ ethernet1;
		/delete-property/ ethernet2;
	};
};

&enet_switch {
	status = "disabled";
};

&enet_mate {
	status = "disabled";
};