2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
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.
10 /include/ "am33xx.dtsi"
13 model = "TI AM335x EVM";
14 compatible = "ti,am335x-evm", "ti,am33xx";
18 cpu0-supply = <&vdd1_reg>;
23 device_type = "memory";
24 reg = <0x80000000 0x10000000>; /* 256 MB */
27 am33xx_pinmux: pinmux@44e10800 {
28 pinctrl-names = "default";
29 pinctrl-0 = <&matrix_keypad_s0 &volume_keys_s0>;
31 matrix_keypad_s0: matrix_keypad_s0 {
32 pinctrl-single,pins = <
33 0x54 0x7 /* gpmc_a5.gpio1_21, OUTPUT | MODE7 */
34 0x58 0x7 /* gpmc_a6.gpio1_22, OUTPUT | MODE7 */
35 0x64 0x27 /* gpmc_a9.gpio1_25, INPUT | MODE7 */
36 0x68 0x27 /* gpmc_a10.gpio1_26, INPUT | MODE7 */
37 0x6c 0x27 /* gpmc_a11.gpio1_27, INPUT | MODE7 */
41 volume_keys_s0: volume_keys_s0 {
42 pinctrl-single,pins = <
43 0x150 0x27 /* spi0_sclk.gpio0_2, INPUT | MODE7 */
44 0x154 0x27 /* spi0_d0.gpio0_3, INPUT | MODE7 */
50 uart1: serial@44e09000 {
56 clock-frequency = <400000>;
65 clock-frequency = <100000>;
67 lis331dlh: lis331dlh@18 {
68 compatible = "st,lis331dlh", "st,lis3lv02d";
70 Vdd-supply = <&lis3_reg>;
71 Vdd_IO-supply = <&lis3_reg>;
76 st,click-thresh-x = <10>;
77 st,click-thresh-y = <10>;
78 st,click-thresh-z = <10>;
87 st,min-limit-x = <120>;
88 st,min-limit-y = <120>;
89 st,min-limit-z = <140>;
90 st,max-limit-x = <550>;
91 st,max-limit-y = <550>;
92 st,max-limit-z = <750>;
96 compatible = "taos,tsl2550";
101 compatible = "ti,tmp275";
107 vbat: fixedregulator@0 {
108 compatible = "regulator-fixed";
109 regulator-name = "vbat";
110 regulator-min-microvolt = <5000000>;
111 regulator-max-microvolt = <5000000>;
115 lis3_reg: fixedregulator@1 {
116 compatible = "regulator-fixed";
117 regulator-name = "lis3_reg";
121 matrix_keypad: matrix_keypad@0 {
122 compatible = "gpio-matrix-keypad";
123 debounce-delay-ms = <5>;
124 col-scan-delay-us = <2>;
126 row-gpios = <&gpio2 25 0 /* Bank1, pin25 */
127 &gpio2 26 0 /* Bank1, pin26 */
128 &gpio2 27 0>; /* Bank1, pin27 */
130 col-gpios = <&gpio2 21 0 /* Bank1, pin21 */
131 &gpio2 22 0>; /* Bank1, pin22 */
133 linux,keymap = <0x0000008b /* MENU */
134 0x0100009e /* BACK */
135 0x02000069 /* LEFT */
136 0x0001006a /* RIGHT */
137 0x0101001c /* ENTER */
138 0x0201006c>; /* DOWN */
141 gpio_keys: volume_keys@0 {
142 compatible = "gpio-keys";
143 #address-cells = <1>;
150 gpios = <&gpio1 2 1>;
155 label = "volume-down";
157 gpios = <&gpio1 3 1>;
163 /include/ "tps65910.dtsi"
166 vcc1-supply = <&vbat>;
167 vcc2-supply = <&vbat>;
168 vcc3-supply = <&vbat>;
169 vcc4-supply = <&vbat>;
170 vcc5-supply = <&vbat>;
171 vcc6-supply = <&vbat>;
172 vcc7-supply = <&vbat>;
173 vccio-supply = <&vbat>;
176 vrtc_reg: regulator@0 {
180 vio_reg: regulator@1 {
184 vdd1_reg: regulator@2 {
185 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
186 regulator-name = "vdd_mpu";
187 regulator-min-microvolt = <912500>;
188 regulator-max-microvolt = <1312500>;
193 vdd2_reg: regulator@3 {
194 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
195 regulator-name = "vdd_core";
196 regulator-min-microvolt = <912500>;
197 regulator-max-microvolt = <1150000>;
202 vdd3_reg: regulator@4 {
206 vdig1_reg: regulator@5 {
210 vdig2_reg: regulator@6 {
214 vpll_reg: regulator@7 {
218 vdac_reg: regulator@8 {
222 vaux1_reg: regulator@9 {
226 vaux2_reg: regulator@10 {
230 vaux33_reg: regulator@11 {
234 vmmc_reg: regulator@12 {
241 phy_id = <&davinci_mdio>, <0>;
245 phy_id = <&davinci_mdio>, <1>;