34 lines
848 B
Plaintext
34 lines
848 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 Lite";
|
|
compatible = "nintendo,vali", "nintendo,nx", "nvidia,tegra210b01", "nvidia,tegra210";
|
|
|
|
i2c@7000d000 {
|
|
pmic@3c {
|
|
regulators {
|
|
vdd_sio: ldo8 {
|
|
regulator-name = "VDD_SIO";
|
|
regulator-min-microvolt = <1000000>;
|
|
regulator-max-microvolt = <2800000>;
|
|
regulator-disable-ramp-delay = <4000>;
|
|
regulator-enable-ramp-delay = <50>;
|
|
regulator-ramp-delay = <50000>;
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
|
|
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>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|