diff --git a/overlay/tegra234-android.dts b/overlay/tegra234-android.dts index afd1472..620b606 100644 --- a/overlay/tegra234-android.dts +++ b/overlay/tegra234-android.dts @@ -21,6 +21,24 @@ use_dts_cmdline; bootargs ="androidboot.boot_devices=bus@0/3460000.mmc enforcing=0 androidboot.selinux=permissive console=ttyTCU0,115200 rootfstype=ext4 mminit_loglevel=4 androidboot.slot_suffix=_a androidboot.hypervisor=disabled androidboot.hardware=t234ref loop.max_part=7 firmware_class.path=/vendor/firmware"; }; + + bus@0 { + ethernet@6800000 { + status = "okay"; + }; + + ethernet@6900000 { + status = "okay"; + }; + + ethernet@6a00000 { + status = "okay"; + }; + + ethernet@6b00000 { + status = "okay"; + }; + }; }; }; };