提交 a086dfe5 编写于 作者: J Joachim Eastwood

ARM: dts: lpc4357-ea4357: add mma7455 i2c accelerometer

Add Freescale MMA7455 3-axis I2C accelerometer as found on
Embedded Artists' LPC4357 Developer's Kit to the device tree.

This makes it possible to access the accelerometer through
the API provided by IIO.
Signed-off-by: NJoachim Eastwood <manabian@gmail.com>
上级 7d775d34
...@@ -467,6 +467,11 @@ ...@@ -467,6 +467,11 @@
pinctrl-0 = <&i2c0_pins>; pinctrl-0 = <&i2c0_pins>;
clock-frequency = <400000>; clock-frequency = <400000>;
mma7455@1d {
compatible = "fsl,mma7455";
reg = <0x1d>;
};
lm75@48 { lm75@48 {
compatible = "nxp,lm75"; compatible = "nxp,lm75";
reg = <0x48>; reg = <0x48>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册