zephyr/samples/net/dsa/boards/ip_k66f.overlay

22 lines
318 B
Plaintext

/*
* Copyright (c) 2020 DENX Software Engineering GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/
&enet {
local-mac-address = [00 00 12 13 00 10];
};
&lan3 {
local-mac-address = [00 00 12 13 00 37];
};
&lan2 {
local-mac-address = [00 00 12 13 00 27];
};
&lan1 {
local-mac-address = [00 00 12 13 00 17];
};