fsl-imx8qxp-mek-dom0.dts 1.22 KB
/*
 * 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";
};