fsl-imx8qm-lpddr4-arm2-it6263-rm67191.dtb
dtb-$(CONFIG_ARCH_FSL_IMX8QXP) += fsl-imx8qxp-lpddr4-arm2.dtb \
fsl-imx8qxp-mek.dtb \
+ fsl-imx8qxp-mek-dom0.dtb \
fsl-imx8qxp-mek-enet2.dtb \
fsl-imx8qxp-mek-lvds0-it6263.dtb \
fsl-imx8qxp-mek-lvds1-it6263.dtb \
--- /dev/null
+/*
+ * Copyright 2017 NXP
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include "fsl-imx8qxp-mek.dts"
+
+
+/ {
+ chosen {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ /delete-property/ bootargs;
+ /delete-property/ stdout-path;
+ module@0 {
+ bootargs = "earlycon=xen console=hvc0 clk_ignore_unused loglevel=8 root=/dev/mmcblk1p2 rootwait rw video=imxdpufb5:off video=imxdpufb6:off video=imxdpufb7:off";
+ compatible = "xen,linux-zimage", "xen,multiboot-module";
+ /* The size will be override by uboot command */
+ reg = <0x00000000 0x80a00000 0x00000000 0xf93a00>;
+ };
+ };
+};
+
+&lpuart0 {
+ interrupt-parent = <&gic>;
+};
+
+&imx8_gpu_ss {
+ /delete-property/ reg;
+ /delete-property/ reg-names;
+};
+
+&rtc {
+ status = "disabled";
+};