summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Remmet <j.remmet@phytec.de>2016-04-27 12:04:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-05-02 08:10:15 +0200
commit6444998184e26f2883d364d2a4296a9dafb06fe1 (patch)
tree48f32c221ccae7d6cb88660045b5171b93f4158c
parentca5964bf0bdbf1e05f9399804fdf2b23396ab5bb (diff)
downloadbarebox-6444998184e26f2883d364d2a4296a9dafb06fe1.tar.gz
barebox-6444998184e26f2883d364d2a4296a9dafb06fe1.tar.xz
imx6qdl-phytec-pfla02.dtsi: add i2c eeprom
add atmel,24c32 mounted on module Signed-off-by: Jan Remmet <j.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index b79ce2c0f9..b67048f010 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -188,3 +188,15 @@
reg = <0x80000 0x80000>;
};
};
+
+&i2c1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_i2c1>;
+ status = "okay";
+
+ eeprom: eeprom@50 {
+ compatible = "atmel,24c32";
+ pagesize = <32>;
+ reg = <0x50>;
+ };
+};