blob: a5c4c62530a4efe90882031d5303c018d7a9a8bb [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";
43 clock-frequency = <400000>;
44
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
73 tmp275: tmp275@48 {
74 compatible = "ti,tmp275";
75 reg = <0x48>;
76 };
AnilKumar Ch492dd022012-09-20 02:49:29 +053077 };
AnilKumar Ch1b2a9702012-08-21 16:47:29 +053078 };
79
80 vbat: fixedregulator@0 {
81 compatible = "regulator-fixed";
82 regulator-name = "vbat";
83 regulator-min-microvolt = <5000000>;
84 regulator-max-microvolt = <5000000>;
85 regulator-boot-on;
86 };
AnilKumar Ch492dd022012-09-20 02:49:29 +053087
88 lis3_reg: fixedregulator@1 {
89 compatible = "regulator-fixed";
90 regulator-name = "lis3_reg";
91 regulator-boot-on;
92 };
AnilKumar Ch1b2a9702012-08-21 16:47:29 +053093};
94
95/include/ "tps65910.dtsi"
96
97&tps {
98 vcc1-supply = <&vbat>;
99 vcc2-supply = <&vbat>;
100 vcc3-supply = <&vbat>;
101 vcc4-supply = <&vbat>;
102 vcc5-supply = <&vbat>;
103 vcc6-supply = <&vbat>;
104 vcc7-supply = <&vbat>;
105 vccio-supply = <&vbat>;
106
107 regulators {
108 vrtc_reg: regulator@0 {
109 regulator-always-on;
110 };
111
112 vio_reg: regulator@1 {
113 regulator-always-on;
114 };
115
116 vdd1_reg: regulator@2 {
117 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
118 regulator-name = "vdd_mpu";
119 regulator-min-microvolt = <912500>;
120 regulator-max-microvolt = <1312500>;
121 regulator-boot-on;
122 regulator-always-on;
123 };
124
125 vdd2_reg: regulator@3 {
126 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
127 regulator-name = "vdd_core";
128 regulator-min-microvolt = <912500>;
129 regulator-max-microvolt = <1150000>;
130 regulator-boot-on;
131 regulator-always-on;
132 };
133
134 vdd3_reg: regulator@4 {
135 regulator-always-on;
136 };
137
138 vdig1_reg: regulator@5 {
139 regulator-always-on;
140 };
141
142 vdig2_reg: regulator@6 {
143 regulator-always-on;
144 };
145
146 vpll_reg: regulator@7 {
147 regulator-always-on;
148 };
149
150 vdac_reg: regulator@8 {
151 regulator-always-on;
152 };
153
154 vaux1_reg: regulator@9 {
155 regulator-always-on;
156 };
157
158 vaux2_reg: regulator@10 {
159 regulator-always-on;
160 };
161
162 vaux33_reg: regulator@11 {
163 regulator-always-on;
164 };
165
166 vmmc_reg: regulator@12 {
167 regulator-always-on;
168 };
Vaibhav Hiremath53d91032012-08-15 16:53:25 +0530169 };
AnilKumar Ch32bb00e2012-06-22 15:10:49 +0530170};