summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-10-26 02:40:34 +0000
committerian <ian@FreeBSD.org>2014-10-26 02:40:34 +0000
commitcaa088c379958ba1cd5c02da066c5f02c197d10d (patch)
tree251225b22c9a8749f0da1a520916ab64506f2f39 /sys/boot
parentbb76782ad5223c85146d716c654dd42221b31d89 (diff)
downloadFreeBSD-src-caa088c379958ba1cd5c02da066c5f02c197d10d.zip
FreeBSD-src-caa088c379958ba1cd5c02da066c5f02c197d10d.tar.gz
MFC r268973, r268977: Rename i.MX I2C driver file, enable it on imx6.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/arm/imx6.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/arm/imx6.dtsi b/sys/boot/fdt/dts/arm/imx6.dtsi
index f426c57..f7e739b 100644
--- a/sys/boot/fdt/dts/arm/imx6.dtsi
+++ b/sys/boot/fdt/dts/arm/imx6.dtsi
@@ -338,6 +338,27 @@
reg = <0x02100000 0x00100000>;
ranges;
+ i2c1: i2c@021a0000 {
+ compatible = "fsl,imx6q-i2c";
+ reg = <0x021a0000 0x4000>;
+ interrupts = < 68 >;
+ status = "disabled";
+ };
+
+ i2c2: i2c@021a4000 {
+ compatible = "fsl,imx6q-i2c";
+ reg = <0x021a4000 0x4000>;
+ interrupts = < 69 >;
+ status = "disabled";
+ };
+
+ i2c3: i2c@021ac000 {
+ compatible = "fsl,imx6q-i2c";
+ reg = <0x021a8000 0x4000>;
+ interrupts = < 70 >;
+ status = "disabled";
+ };
+
fec1: ethernet@02188000 {
compatible = "fsl,imx6q-fec";
reg = <0x02188000 0x4000>;
OpenPOWER on IntegriCloud