mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Bug 4119014 Change-Id: I2c9e2057923b35b1ffa76dc8a96e7d89e5aa33ee Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2920163 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ankita Garg <ankitag@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Ankita Garg <ankitag@nvidia.com>
45 lines
988 B
Devicetree
45 lines
988 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
//
|
|
// This file contains the DT nodes of T234 which are not in base/tegra234.dtsi
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment-t234-android@0 {
|
|
target-path = "/";
|
|
__overlay__ {
|
|
firmware {
|
|
android {
|
|
compatible = "android,firmware";
|
|
first_stage_delay = "1";
|
|
};
|
|
};
|
|
|
|
chosen {
|
|
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";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|