mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-24 02:07:23 +03:00
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
(cherry picked from commit f0a23e3a6e)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2955888
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
45653446e2
commit
5d38cfaa63
@@ -45,7 +45,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 */
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user