summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra124-platforms/tegra124-tn8-fixed-e1936-1000-a03.dtsi
blob: 5d2e68682295f7e745ebfc66d2b86e82eebe77f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#include <dt-bindings/gpio/tegra-gpio.h>
#include "tegra124-tn8-fixed-e1936-1000-common.dtsi"

/ {
	regulators {
		vdd_ts_1v8: regulator@7  {
			compatible = "regulator-fixed-sync";
			reg = <7>;
			regulator-name = "vdd_ts_1v8";
			regulator-min-microvolt = <1800000>;
			regulator-max-microvolt = <1800000>;
			gpio = <&gpio TEGRA_GPIO(K, 1) 0>;
			enable-active-high;
			vin-supply = <&palmas_smps8>;

			consumers {
							c1 {
								regulator-consumer-supply = "dvdd";
								regulator-consumer-device = "spi0.0";
							};
			};
		};

		avdd_ts_3v3: regulator@8  {
			compatible = "regulator-fixed-sync";
			reg = <8>;
			regulator-name = "avdd_ts_3v3";
			regulator-min-microvolt = <3300000>;
			regulator-max-microvolt = <3300000>;
			gpio = <&palmas_gpio 2 0>;
			enable-active-high;
			vin-supply = <&ldousb_reg>;

			consumers {
							c1 {
								regulator-consumer-supply = "avdd";
								regulator-consumer-device = "spi0.0";
							};
			};
		};
	};
};