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
Reviewed-by: svcacv <svcacv@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Dipen Patel <dipenp@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
This commit is contained in:
Hiteshkumar Patel
2024-02-12 19:29:49 +00:00
committed by mobile promotions
parent adb700a890
commit edea2581e4

View File

@@ -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 {