mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
nv-platform: Enable nvpps driver on AGX Orin
Enable nvpps driver so it can be tested.
AGX Orin has ethernet connected on mgbe0 emac so passing primary emac
mgbe0.
Bug 4489344
Change-Id: I8cbe61557364ae92c2428ec4f5db999f4c1bfe83
Signed-off-by: Hiteshkumar Patel <hiteshkumarg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3075387
(cherry picked from edea2581e4)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3097857
Reviewed-by: Gautham Srinivasan <gauthams@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
8e5951e652
commit
5c8338bf44
@@ -57,7 +57,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
ethernet@6800000 {
|
||||
mgbe0: ethernet@6800000 {
|
||||
nvidia,mac-addr-idx = <0>;
|
||||
nvidia,max-platform-mtu = <16383>;
|
||||
/* 1=enable, 0=disable */
|
||||
@@ -83,6 +83,14 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nvpps {
|
||||
status = "okay";
|
||||
compatible = "nvidia,tegra234-nvpps";
|
||||
primary-emac = <&mgbe0>;
|
||||
sec-emac = <&mgbe0>;
|
||||
reg = <0x0 0xc6a0000 0x0 0x1000>;
|
||||
};
|
||||
};
|
||||
|
||||
hdr40_vdd_3v3: regulator@3 {
|
||||
|
||||
Reference in New Issue
Block a user