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