/* * Copyright 2018-2019 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-imx8qm-mek.dts" / { chosen { bootargs = "console=hvc0 earlycon=hvc0 androidboot.console=hvc0 androidboot.xen_boot=xen androidboot.android_dt_dir=/proc/device-tree/passthrough/firmware/android/"; stdout-path = &lpuart0; }; }; &usdhc2 { status = "disabled"; }; &gpio2 { status = "disabled"; }; &gpio4 { status = "okay"; }; &gpio5 { status = "disabled"; }; &usb2 { status = "disabled"; }; &fec1 { status = "disabled"; }; &fec2 { status = "disabled"; }; &flexspi0 { status = "disabled"; }; &i2c0 { status = "disabled"; }; &i2c1_lvds0 { status = "disabled"; }; &i2c1_lvds1 { status = "disabled"; }; &lpspi0 { status = "disabled"; }; &lpuart0 { compatible = "xen,xen"; /delete-property/ power-domains; u-boot,dm-pre-reloc; };