arm64: dts: rockchip: rk3568-evb6-ddr3-v10: add mxc6655xa

Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
Change-Id: I9d0039fe8b9b0648d346e5fa0edf904257248722
This commit is contained in:
Weixin Zhou
2020-11-13 11:17:55 +08:00
committed by Tao Huang
parent 962c917b1d
commit 5bd3725c9a

View File

@@ -118,6 +118,32 @@
power-supply = <&vcc3v3_lcd0_n>;
};
&i2c2 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c2m1_xfer>;
mxc6655xa: mxc6655xa@15 {
status = "okay";
compatible = "gs_mxc6655xa";
pinctrl-names = "default";
pinctrl-0 = <&mxc6655xa_irq_gpio>;
reg = <0x15>;
irq-gpio = <&gpio3 RK_PC1 IRQ_TYPE_LEVEL_LOW>;
irq_enable = <0>;
poll_delay_ms = <30>;
type = <SENSOR_TYPE_ACCEL>;
power-off-in-suspend = <1>;
layout = <4>;
};
};
&i2c5 {
status = "disabled";
/delete-node/ mxc6655xa@15;
};
&mipi_dphy0 {
status = "okay";
};