Files
tegra-dts-t21x-nx/tegra210b01-odin.dts
2025-07-07 02:24:53 -05:00

32 lines
817 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-only
// SPDX-FileCopyrightText: Copyright (C) 2025 The LineageOS Project
/dts-v1/;
#include "tegra210b01-nx-common.dtsi"
/ {
model = "Nintendo Switch (2019)";
compatible = "nintendo,odin", "nintendo,nx", "nvidia,tegra210b01", "nvidia,tegra210";
i2c@7000d000 {
pmic@3c {
regulators {
avdd_1v05: ldo8 {
regulator-name = "AVDD_SATA_HDMI_DP_1V05";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-disable-ramp-delay = <4000>;
regulator-enable-ramp-delay = <50>;
regulator-ramp-delay = <50000>;
maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
maxim,active-fps-power-up-slot = <0>;
maxim,active-fps-power-down-slot = <0>;
maxim,ramp-rate-setting = <50000>;
};
};
};
};
};