fsl-imx8qxp-mek-car2.dts 1.85 KB
/*
 * Copyright 2018 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-rpmsg.dts"

/ {
    reserved-memory {
            carveout_region: imx_ion@0 {
		    status = "disabled";
            };
    };
};

&i2c0 {
	clock-frequency = <1000000>;
};

&i2c2 {
	clock-frequency = <1000000>;
};

&i2c3 {
	clock-frequency = <1000000>;
};

&i2c0_csi0 {
	clock-frequency = <1000000>;
};

&i2c0_mipi_lvds0 {
	clock-frequency = <500000>;
	adv_bridge1: adv7535@3d {
		status = "disabled";
        };
};

&wm8960 {
	quick-probe;
};

&pwm_mipi_lvds0 {
	status = "disabled";
};

&pwm_mipi_lvds1 {
	status = "disabled";
};

&mipi_dsi_phy1 {
        status = "disabled";
};

&mipi_dsi1 {
        status = "disabled";
};

&mipi_dsi_bridge1 {
        status = "disabled";
};

&mipi_dsi_phy2 {
   status = "disabled";
};

&mipi_dsi2 {
   status = "disabled";
};

&mipi_dsi_bridge2 {
   status = "disabled";
};

&lvds_backlight0 {
	status = "disabled";
};

&lvds_backlight1 {
        status = "disabled";
};

&usdhc2 {
   status = "disabled";
};

&audmix {
   status = "disabled";
};

&asrc0 {
   status = "disabled";
};

&i2c0_mipi_lvds1 {
	clock-frequency = <500000>;
	adv_bridge2: adv7535@3d {
		status = "disabled";
        };
};

&jpegdec {
	status = "disabled";
};

&jpegenc {
	status = "disabled";
};

&vehicle_core {
	status = "okay";
};

/ {
	firmware {
		android {
			fstab {
				/delete-node/ system;
			};
		};
	};
};