commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
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";
|
|
};
|