1*2449d044SReinhold Mueller// SPDX-License-Identifier: (GPL-2.0 or MIT) 2*2449d044SReinhold Mueller// 3*2449d044SReinhold Mueller// Copyright (c) 2021 emtrion GmbH 4*2449d044SReinhold Mueller// Author: Frank Erdrich <frank.erdrich@emtrion.com> 5*2449d044SReinhold Mueller// 6*2449d044SReinhold Mueller 7*2449d044SReinhold Mueller/dts-v1/; 8*2449d044SReinhold Mueller 9*2449d044SReinhold Mueller#include "imx8mm-emcon.dtsi" 10*2449d044SReinhold Mueller#include "imx8mm-emcon-avari.dtsi" 11*2449d044SReinhold Mueller 12*2449d044SReinhold Mueller/ { 13*2449d044SReinhold Mueller model = "emtrion SoM emCON-MX8M mini on Avari"; 14*2449d044SReinhold Mueller compatible = "emtrion,emcon-mx8mm-avari", "fsl,imx8mm"; 15*2449d044SReinhold Mueller}; 16*2449d044SReinhold Mueller 17*2449d044SReinhold Mueller&lvds_backlight { 18*2449d044SReinhold Mueller status = "okay"; 19*2449d044SReinhold Mueller}; 20*2449d044SReinhold Mueller 21*2449d044SReinhold Mueller&pwm1 { 22*2449d044SReinhold Mueller status = "okay"; 23*2449d044SReinhold Mueller}; 24