blob: 513284fc66b9a6e0f4ad20fd7a74224f27f92161 [file] [log] [blame]
AnilKumar Ch32bb00e2012-06-22 15:10:49 +05301/*
2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8/dts-v1/;
9
10/include/ "am33xx.dtsi"
11
12/ {
13 model = "TI AM335x EVM";
14 compatible = "ti,am335x-evm", "ti,am33xx";
15
AnilKumar Chefeedcf2012-08-31 15:07:20 +053016 cpus {
17 cpu@0 {
18 cpu0-supply = <&vdd1_reg>;
19 };
20 };
21
AnilKumar Ch32bb00e2012-06-22 15:10:49 +053022 memory {
23 device_type = "memory";
24 reg = <0x80000000 0x10000000>; /* 256 MB */
25 };
Vaibhav Hiremath53d91032012-08-15 16:53:25 +053026
27 ocp {
Vaibhav Hiremath5d83cb82012-08-27 16:59:08 +053028 uart1: serial@44e09000 {
Vaibhav Hiremath53d91032012-08-15 16:53:25 +053029 status = "okay";
30 };
AnilKumar Ch1b2a9702012-08-21 16:47:29 +053031
Vaibhav Hiremath5d83cb82012-08-27 16:59:08 +053032 i2c1: i2c@44e0b000 {
AnilKumar Ch1b2a9702012-08-21 16:47:29 +053033 status = "okay";
34 clock-frequency = <400000>;
35
Vaibhav Hiremath5d83cb82012-08-27 16:59:08 +053036 tps: tps@2d {
37 reg = <0x2d>;
AnilKumar Ch1b2a9702012-08-21 16:47:29 +053038 };
39 };
AnilKumar Ch492dd022012-09-20 02:49:29 +053040
41 i2c2: i2c@4802a000 {
42 status = "okay";
AnilKumar Chcd5cfac2012-09-21 21:19:11 +053043 clock-frequency = <100000>;
AnilKumar Ch492dd022012-09-20 02:49:29 +053044
45 lis331dlh: lis331dlh@18 {
46 compatible = "st,lis331dlh", "st,lis3lv02d";
47 reg = <0x18>;
48 Vdd-supply = <&lis3_reg>;
49 Vdd_IO-supply = <&lis3_reg>;
50
51 st,click-single-x;
52 st,click-single-y;
53 st,click-single-z;
54 st,click-thresh-x = <10>;
55 st,click-thresh-y = <10>;
56 st,click-thresh-z = <10>;
57 st,irq1-click;
58 st,irq2-click;
59 st,wakeup-x-lo;
60 st,wakeup-x-hi;
61 st,wakeup-y-lo;
62 st,wakeup-y-hi;
63 st,wakeup-z-lo;
64 st,wakeup-z-hi;
65 st,min-limit-x = <120>;
66 st,min-limit-y = <120>;
67 st,min-limit-z = <140>;
68 st,max-limit-x = <550>;
69 st,max-limit-y = <550>;
70 st,max-limit-z = <750>;
71 };
AnilKumar Chbf078552012-09-20 02:49:30 +053072
AnilKumar Chcd5cfac2012-09-21 21:19:11 +053073 tsl2550: tsl2550@39 {
74 compatible = "taos,tsl2550";
75 reg = <0x39>;
76 };
77
AnilKumar Chbf078552012-09-20 02:49:30 +053078 tmp275: tmp275@48 {
79 compatible = "ti,tmp275";
80 reg = <0x48>;
81 };
AnilKumar Ch492dd022012-09-20 02:49:29 +053082 };
AnilKumar Ch1b2a9702012-08-21 16:47:29 +053083 };
84
85 vbat: fixedregulator@0 {
86 compatible = "regulator-fixed";
87 regulator-name = "vbat";
88 regulator-min-microvolt = <5000000>;
89 regulator-max-microvolt = <5000000>;
90 regulator-boot-on;
91 };
AnilKumar Ch492dd022012-09-20 02:49:29 +053092
93 lis3_reg: fixedregulator@1 {
94 compatible = "regulator-fixed";
95 regulator-name = "lis3_reg";
96 regulator-boot-on;
97 };
AnilKumar Ch1b2a9702012-08-21 16:47:29 +053098};
99
100/include/ "tps65910.dtsi"
101
102&tps {
103 vcc1-supply = <&vbat>;
104 vcc2-supply = <&vbat>;
105 vcc3-supply = <&vbat>;
106 vcc4-supply = <&vbat>;
107 vcc5-supply = <&vbat>;
108 vcc6-supply = <&vbat>;
109 vcc7-supply = <&vbat>;
110 vccio-supply = <&vbat>;
111
112 regulators {
113 vrtc_reg: regulator@0 {
114 regulator-always-on;
115 };
116
117 vio_reg: regulator@1 {
118 regulator-always-on;
119 };
120
121 vdd1_reg: regulator@2 {
122 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
123 regulator-name = "vdd_mpu";
124 regulator-min-microvolt = <912500>;
125 regulator-max-microvolt = <1312500>;
126 regulator-boot-on;
127 regulator-always-on;
128 };
129
130 vdd2_reg: regulator@3 {
131 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
132 regulator-name = "vdd_core";
133 regulator-min-microvolt = <912500>;
134 regulator-max-microvolt = <1150000>;
135 regulator-boot-on;
136 regulator-always-on;
137 };
138
139 vdd3_reg: regulator@4 {
140 regulator-always-on;
141 };
142
143 vdig1_reg: regulator@5 {
144 regulator-always-on;
145 };
146
147 vdig2_reg: regulator@6 {
148 regulator-always-on;
149 };
150
151 vpll_reg: regulator@7 {
152 regulator-always-on;
153 };
154
155 vdac_reg: regulator@8 {
156 regulator-always-on;
157 };
158
159 vaux1_reg: regulator@9 {
160 regulator-always-on;
161 };
162
163 vaux2_reg: regulator@10 {
164 regulator-always-on;
165 };
166
167 vaux33_reg: regulator@11 {
168 regulator-always-on;
169 };
170
171 vmmc_reg: regulator@12 {
172 regulator-always-on;
173 };
Vaibhav Hiremath53d91032012-08-15 16:53:25 +0530174 };
AnilKumar Ch32bb00e2012-06-22 15:10:49 +0530175};