tegra234: Add ethernet node properties in base file

Add properties of ethernet node which are missing
from mainline 6.5-rc2.

The properties which are used for downstream are
applied via overlay.

Bug 4037899

Change-Id: I76bba693844b6c16f4e915b9c55c152e22824117
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2949571
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-08-05 02:51:44 +00:00
committed by mobile promotions
parent 2bfd356c6d
commit f0a23e3a6e
2 changed files with 16 additions and 1 deletions

View File

@@ -71,7 +71,7 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
mgbe0_aqr113c_phy: ethernet_phy@0 { mgbe0_aqr113c_phy: phy@0 {
compatible = "ethernet-phy-ieee802.3-c45"; compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x0>; reg = <0x0>;
nvidia,phy-rst-pdelay-msec = <150>; /* msec */ nvidia,phy-rst-pdelay-msec = <150>; /* msec */

View File

@@ -168,6 +168,21 @@
ethernet@6800000 { ethernet@6800000 {
status = "okay"; status = "okay";
phy-handle = <&mgbe0_phy>;
phy-mode = "usxgmii";
mdio {
#address-cells = <1>;
#size-cells = <0>;
mgbe0_phy: phy@0 {
compatible = "ethernet-phy-ieee802.3-c45";
reg = <0x0>;
#phy-cells = <0>;
};
};
}; };
i2c@c240000 { i2c@c240000 {