repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
43 lines
619 B
Plaintext
43 lines
619 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Hitachi Power Grids 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";
|
|
};
|