mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
43 lines
608 B
Text
43 lines
608 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* ABB PGGA kmeter1 U-Boot specific Device Tree Source parts
|
||
|
*
|
||
|
* Copyright (C) 2020 Heiko Schocher <hs@denx.de>
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
aliases {
|
||
|
/delete-property/ ethernet1;
|
||
|
/delete-property/ ethernet2;
|
||
|
/delete-property/ ethernet3;
|
||
|
/delete-property/ ethernet4;
|
||
|
/delete-property/ ethernet5;
|
||
|
/delete-property/ ethernet6;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&enet_estar1 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&enet_estar2 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&enet_eth1 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&enet_eth2 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&enet_eth3 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&enet_eth4 {
|
||
|
status = "disabled";
|
||
|
};
|