summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-09-27 15:50:12 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:23 +0800
commitd67822371c404a45fbf06f8d458da5d4cbc063f5 (patch)
treea66c8ed5ffd2eb977e799c2e6d720d424b844cd5 /arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts
parent28397833708896e7775ebd1135ecc78049ca0616 (diff)
MLK-19728-5 ARM64: dts: enable xen_i2c and passthrough sensors to domu
Introduce xen_i2c node and passthrough the i2c0 sensors to domu. The BuildInfo - SCFW 148acb34, SECO-FW 31fabbff, IMX-MKIMAGE f244aefa, ATF 1590be0 - U-Boot 2018.03-00707-g884cada50b-dirty Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts
index 766cc20c1b88..10691616d7cf 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-domu.dts
@@ -285,6 +285,12 @@
interrupt-names = "edma0-chan14-rx", "edma0-chan15-tx";
status = "okay";
};
+
+ xen_i2c1: xen_i2c@1 {
+ compatible = "xen,i2c";
+ be-adapter = "5a800000.i2c";
+ status = "okay";
+ };
};
};
@@ -819,3 +825,28 @@
core_type = <2>;
status = "okay";
};
+
+&xen_i2c1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ clock-frequency = <100000>;
+ status = "okay";
+
+ fxos8700@1e {
+ compatible = "fsl,fxos8700";
+ reg = <0x1e>;
+ interrupt-open-drain;
+ };
+
+ fxas2100x@20 {
+ compatible = "fsl,fxas2100x";
+ reg = <0x20>;
+ interrupt-open-drain;
+ };
+
+ mpl3115@60 {
+ compatible = "fsl,mpl3115";
+ reg = <0x60>;
+ interrupt-open-drain;
+ };
+};