diff options
-rw-r--r-- | arch/arm/boot/dts/am335x-evm.dts | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 4707cda9e4fe..d25d1b3b58ac 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts | |||
@@ -37,6 +37,39 @@ | |||
37 | reg = <0x2d>; | 37 | reg = <0x2d>; |
38 | }; | 38 | }; |
39 | }; | 39 | }; |
40 | |||
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 | }; | ||
40 | }; | 73 | }; |
41 | 74 | ||
42 | vbat: fixedregulator@0 { | 75 | vbat: fixedregulator@0 { |
@@ -46,6 +79,12 @@ | |||
46 | regulator-max-microvolt = <5000000>; | 79 | regulator-max-microvolt = <5000000>; |
47 | regulator-boot-on; | 80 | regulator-boot-on; |
48 | }; | 81 | }; |
82 | |||
83 | lis3_reg: fixedregulator@1 { | ||
84 | compatible = "regulator-fixed"; | ||
85 | regulator-name = "lis3_reg"; | ||
86 | regulator-boot-on; | ||
87 | }; | ||
49 | }; | 88 | }; |
50 | 89 | ||
51 | /include/ "tps65910.dtsi" | 90 | /include/ "tps65910.dtsi" |