ARM: davinci: da850: add tps6507x regulator DT data
[deliverable/linux.git] / arch / arm / boot / dts / da850-evm.dts
CommitLineData
27e6e0d3
SN
1/*
2 * Device Tree for DA850 EVM board
3 *
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation, version 2.
9 */
10/dts-v1/;
11/include/ "da850.dtsi"
12
13/ {
14 compatible = "ti,da850-evm", "ti,da850";
15 model = "DA850/AM1808/OMAP-L138 EVM";
16
17 soc {
1faaba3d
KA
18 pmx_core: pinmux@1c14120 {
19 status = "okay";
20 };
27e6e0d3
SN
21 serial0: serial@1c42000 {
22 status = "okay";
23 };
24 serial1: serial@1d0c000 {
25 status = "okay";
26 };
27 serial2: serial@1d0d000 {
28 status = "okay";
29 };
1661636d
MK
30 rtc0: rtc@1c23000 {
31 status = "okay";
32 };
01729ccf
VBM
33 i2c0: i2c@1c22000 {
34 status = "okay";
35 clock-frequency = <100000>;
36 pinctrl-names = "default";
37 pinctrl-0 = <&i2c0_pins>;
c3847a39
VBM
38
39 tps: tps@48 {
40 reg = <0x48>;
41 };
01729ccf 42 };
518f97db
KA
43 wdt: wdt@1c21000 {
44 status = "okay";
45 };
27e6e0d3 46 };
99b8800c
KA
47 nand_cs3@62000000 {
48 status = "okay";
49 pinctrl-names = "default";
50 pinctrl-0 = <&nand_cs3_pins>;
51 };
c3847a39
VBM
52 vbat: fixedregulator@0 {
53 compatible = "regulator-fixed";
54 regulator-name = "vbat";
55 regulator-min-microvolt = <5000000>;
56 regulator-max-microvolt = <5000000>;
57 regulator-boot-on;
58 };
59};
60
61/include/ "tps6507x.dtsi"
62
63&tps {
64 vdcdc1_2-supply = <&vbat>;
65 vdcdc3-supply = <&vbat>;
66 vldo1_2-supply = <&vbat>;
67
68 regulators {
69 vdcdc1_reg: regulator@0 {
70 regulator-name = "VDCDC1_3.3V";
71 regulator-min-microvolt = <3150000>;
72 regulator-max-microvolt = <3450000>;
73 regulator-always-on;
74 regulator-boot-on;
75 };
76
77 vdcdc2_reg: regulator@1 {
78 regulator-name = "VDCDC2_3.3V";
79 regulator-min-microvolt = <1710000>;
80 regulator-max-microvolt = <3450000>;
81 regulator-always-on;
82 regulator-boot-on;
83 ti,defdcdc_default = <1>;
84 };
85
86 vdcdc3_reg: regulator@2 {
87 regulator-name = "VDCDC3_1.2V";
88 regulator-min-microvolt = <950000>;
89 regulator-max-microvolt = <1350000>;
90 regulator-always-on;
91 regulator-boot-on;
92 ti,defdcdc_default = <1>;
93 };
94
95 ldo1_reg: regulator@3 {
96 regulator-name = "LDO1_1.8V";
97 regulator-min-microvolt = <1710000>;
98 regulator-max-microvolt = <1890000>;
99 regulator-always-on;
100 regulator-boot-on;
101 };
102
103 ldo2_reg: regulator@4 {
104 regulator-name = "LDO2_1.2V";
105 regulator-min-microvolt = <1140000>;
106 regulator-max-microvolt = <1320000>;
107 regulator-always-on;
108 regulator-boot-on;
109 };
110 };
27e6e0d3 111};
This page took 0.047383 seconds and 5 git commands to generate.