Initial nx device trees

This commit is contained in:
Aaron Kling
2025-07-07 00:58:53 -05:00
parent 6f1524c5ac
commit 3c056c0f25
5 changed files with 1563 additions and 0 deletions

View File

@@ -6,4 +6,26 @@
#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>;
};
};
};
};
};