Lines Matching +full:hi +full:- +full:z
1 // SPDX-License-Identifier: GPL-2.0-only
11 lis33_3v3: lis33-3v3-reg {
12 compatible = "regulator-fixed";
13 regulator-name = "lis33-3v3-reg";
14 regulator-min-microvolt = <3300000>;
15 regulator-max-microvolt = <3300000>;
18 lis33_1v8: lis33-1v8-reg {
19 compatible = "regulator-fixed";
20 regulator-name = "lis33-1v8-reg";
21 regulator-min-microvolt = <1800000>;
22 regulator-max-microvolt = <1800000>;
27 i2c3_pins: i2c3-pins {
28 pinctrl-single,pins = <
34 uart3_pins: uart3-pins {
35 pinctrl-single,pins = <
43 pinctrl-names = "default";
44 pinctrl-0 = <&i2c3_pins>;
45 clock-frequency = <100000>;
57 Vdd-supply = <&lis33_1v8>;
58 Vdd_IO-supply = <&lis33_3v3>;
60 st,click-single-x;
61 st,click-single-y;
62 st,click-single-z;
63 st,click-thresh-x = <10>;
64 st,click-thresh-y = <10>;
65 st,click-thresh-z = <10>;
66 st,irq1-click;
67 st,irq2-click;
68 st,wakeup-x-lo;
69 st,wakeup-x-hi;
70 st,wakeup-y-lo;
71 st,wakeup-y-hi;
72 st,wakeup-z-lo;
73 st,wakeup-z-hi;
74 st,min-limit-x = <120>;
75 st,min-limit-y = <120>;
76 st,min-limit-z = <140>;
77 st,max-limit-x = <550>;
78 st,max-limit-y = <550>;
79 st,max-limit-z = <750>;
88 interrupts-extended = <&intc 74 &omap3_pmx_core OMAP3_UART3_RX>;
89 pinctrl-names = "default";
90 pinctrl-0 = <&uart3_pins>;