boards: arm64: Added board dts files

Updated board dts files for socdk and simics vp
with XGMAC and network configuration.

Signed-off-by: Santosh Male <santosh.male@intel.com>
This commit is contained in:
Santosh Male 2023-08-03 18:03:41 +00:00 committed by Anas Nashif
commit bd4defccd1

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, Intel Corporation.
* Copyright (c) 2024, Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -34,3 +34,27 @@
status = "okay";
current-speed = <115200>;
};
&xgmac0 {
full-duplex-mode-en;
num-dma-ch = <1>;
num-tx-queues = <1>;
num-rx-queues = <1>;
num-tc = <1>;
dma-ch-rdrl = <128>;
dma-ch-tdrl = <128>;
max-speed = <1000>;
max-frame-size = <9018>;
jumbo-pkt-en;
zephyr,random-mac-address;
phy-handle = <&phy0>;
};
&mdio0 {
csr-clock-indx = <4>;
phy0: phy@0 {
compatible = "ethernet-phy";
reg = <0>;
};
};