summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra124-platforms/tegra124-tn8-fixed-e1936-1000-a00.dtsi
blob: 28b302b732bb1324847f16bc413d2f4d32e91dc9 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
 * Copyright (c) 2013-2014, NVIDIA CORPORATION.  All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#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>;
                        vin-supply = <&palmas_smps8>;

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

                avdd_ts_3v0: regulator@8  {
                        compatible = "regulator-fixed-sync";
                        reg = <8>;
                        regulator-name = "avdd_ts_3v0";
                        regulator-min-microvolt = <3000000>;
                        regulator-max-microvolt = <3000000>;
                        vin-supply = <&ldo3_reg>;

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