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:
parent
81b58ac35b
commit
bd4defccd1
1 changed files with 25 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2023, Intel Corporation.
|
* Copyright (c) 2024, Intel Corporation.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
@ -34,3 +34,27 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
current-speed = <115200>;
|
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>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue