1/* 2 * Copyright (C) 2024 Intel Corporation 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6/* The overlay file should be used to enable any 7 * dts nodes required by this application for this 8 * board. 9 */ 10 11&xgmac0 { 12 status = "okay"; 13 local-mac-address = [06 00 00 00 00 01]; 14}; 15 16&mdio0 { 17 status = "okay"; 18 19 phy0: phy@0 { 20 status = "okay"; 21 }; 22}; 23