Initial nx device trees
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user