Merge tag 'v3.10.107' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.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 };
88df4122
MP
46 mmc0: mmc@1c40000 {
47 max-frequency = <50000000>;
48 bus-width = <4>;
49 status = "okay";
50 pinctrl-names = "default";
51 pinctrl-0 = <&mmc0_pins>;
52 };
4f4d9d4d
MP
53 spi1: spi@1f0e000 {
54 status = "okay";
55 pinctrl-names = "default";
56 pinctrl-0 = <&spi1_pins &spi1_cs0_pin>;
57 flash: m25p80@0 {
58 #address-cells = <1>;
59 #size-cells = <1>;
60 compatible = "m25p64";
61 spi-max-frequency = <30000000>;
1c176178 62 m25p,fast-read;
4f4d9d4d
MP
63 reg = <0>;
64 partition@0 {
65 label = "U-Boot-SPL";
66 reg = <0x00000000 0x00010000>;
67 read-only;
68 };
69 partition@1 {
70 label = "U-Boot";
71 reg = <0x00010000 0x00080000>;
72 read-only;
73 };
74 partition@2 {
75 label = "U-Boot-Env";
76 reg = <0x00090000 0x00010000>;
77 read-only;
78 };
79 partition@3 {
80 label = "Kernel";
81 reg = <0x000a0000 0x00280000>;
82 };
83 partition@4 {
84 label = "Filesystem";
85 reg = <0x00320000 0x00400000>;
86 };
87 partition@5 {
88 label = "MAC-Address";
89 reg = <0x007f0000 0x00010000>;
90 read-only;
91 };
92 };
93 };
27e6e0d3 94 };
99b8800c
KA
95 nand_cs3@62000000 {
96 status = "okay";
97 pinctrl-names = "default";
98 pinctrl-0 = <&nand_cs3_pins>;
99 };
c3847a39
VBM
100 vbat: fixedregulator@0 {
101 compatible = "regulator-fixed";
102 regulator-name = "vbat";
103 regulator-min-microvolt = <5000000>;
104 regulator-max-microvolt = <5000000>;
105 regulator-boot-on;
106 };
107};
108
109/include/ "tps6507x.dtsi"
110
111&tps {
112 vdcdc1_2-supply = <&vbat>;
113 vdcdc3-supply = <&vbat>;
114 vldo1_2-supply = <&vbat>;
115
116 regulators {
117 vdcdc1_reg: regulator@0 {
118 regulator-name = "VDCDC1_3.3V";
119 regulator-min-microvolt = <3150000>;
120 regulator-max-microvolt = <3450000>;
121 regulator-always-on;
122 regulator-boot-on;
123 };
124
125 vdcdc2_reg: regulator@1 {
126 regulator-name = "VDCDC2_3.3V";
127 regulator-min-microvolt = <1710000>;
128 regulator-max-microvolt = <3450000>;
129 regulator-always-on;
130 regulator-boot-on;
131 ti,defdcdc_default = <1>;
132 };
133
134 vdcdc3_reg: regulator@2 {
135 regulator-name = "VDCDC3_1.2V";
136 regulator-min-microvolt = <950000>;
137 regulator-max-microvolt = <1350000>;
138 regulator-always-on;
139 regulator-boot-on;
140 ti,defdcdc_default = <1>;
141 };
142
143 ldo1_reg: regulator@3 {
144 regulator-name = "LDO1_1.8V";
145 regulator-min-microvolt = <1710000>;
146 regulator-max-microvolt = <1890000>;
147 regulator-always-on;
148 regulator-boot-on;
149 };
150
151 ldo2_reg: regulator@4 {
152 regulator-name = "LDO2_1.2V";
153 regulator-min-microvolt = <1140000>;
154 regulator-max-microvolt = <1320000>;
155 regulator-always-on;
156 regulator-boot-on;
157 };
158 };
27e6e0d3 159};