提交 e45498cb 编写于 作者: V Valentin Longchamp 提交者: Jason Cooper

ARM: kirkwood: add i2c-gpio controller for km_kirkwood

This controller is used to access the reset management FPGA of the
km_kirkwood boards.
Signed-off-by: NValentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 df6bf2e9
......@@ -42,4 +42,11 @@
chip-delay = <25>;
};
};
i2c@0 {
compatible = "i2c-gpio";
gpios = < &gpio0 8 0 /* sda */
&gpio0 9 0 >; /* scl */
i2c-gpio,delay-us = <2>; /* ~100 kHz */
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册