Merge tag 'ux500-dts-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-block.git] / arch / arm / boot / dts / ste-href-tvk1281618-r3.dtsi
CommitLineData
8668223a
LW
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Device Tree for the TVK1281618 R2 UIB
4 */
5
6#include "ste-href-tvk1281618.dtsi"
7
8/ {
9 soc {
10 i2c@80128000 {
11 /* Marked:
12 * 129
13 * M35
14 * L3GD20
15 */
16 l3gd20@6a {
17 /* Gyroscope */
18 compatible = "st,l3gd20";
19 status = "disabled";
20 st,drdy-int-pin = <1>;
21 drive-open-drain;
22 reg = <0x6a>; // 0x6a or 0x6b
23 vdd-supply = <&ab8500_ldo_aux1_reg>;
24 vddio-supply = <&db8500_vsmps2_reg>;
25 };
26 /*
27 * Marked:
28 * 2122
29 * C3H
30 * DQEEE
31 * LIS3DH?
32 */
33 lis3dh@18 {
34 /* Accelerometer */
35 compatible = "st,lis3dh-accel";
36 st,drdy-int-pin = <1>;
37 reg = <0x18>;
38 vdd-supply = <&ab8500_ldo_aux1_reg>;
39 vddio-supply = <&db8500_vsmps2_reg>;
40 pinctrl-names = "default";
41 pinctrl-0 = <&accel_tvk_mode>;
42 };
43 };
44
45 mcde@a0350000 {
46 status = "okay";
47
41f3df34 48 dsi-controller@a0351000 {
8668223a
LW
49 panel {
50 compatible = "sony,acx424akp";
51 reg = <0>;
52 vddi-supply = <&ab8500_ldo_aux1_reg>;
53 reset-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
54 };
55 };
56 };
57 };
58};