1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ 2*5f62a964SEmmanuel Vadot/* 3*5f62a964SEmmanuel Vadot * Copyright (C) 2024 Marek Vasut <marex@denx.de> 4*5f62a964SEmmanuel Vadot * 5*5f62a964SEmmanuel Vadot * DHCOM iMX6 variant: 6*5f62a964SEmmanuel Vadot * DHCM-iMX6DL-C080-R102-F0819-E-SD-RTC-T-HS-I-01D2 7*5f62a964SEmmanuel Vadot * DHCOM PCB number: 493-400 or newer 8*5f62a964SEmmanuel Vadot * PDK2 PCB number: 516-400 or newer 9*5f62a964SEmmanuel Vadot */ 10*5f62a964SEmmanuel Vadot/dts-v1/; 11*5f62a964SEmmanuel Vadot 12*5f62a964SEmmanuel Vadot#include "imx6dl.dtsi" 13*5f62a964SEmmanuel Vadot#include "imx6qdl-dhcom-som.dtsi" 14*5f62a964SEmmanuel Vadot#include "imx6qdl-dhcom-pdk2.dtsi" 15*5f62a964SEmmanuel Vadot 16*5f62a964SEmmanuel Vadot/ { 17*5f62a964SEmmanuel Vadot model = "DH electronics i.MX6DL DHCOM on Premium Developer Kit (2)"; 18*5f62a964SEmmanuel Vadot compatible = "dh,imx6dl-dhcom-pdk2", "dh,imx6dl-dhcom-som", 19*5f62a964SEmmanuel Vadot "fsl,imx6dl"; 20*5f62a964SEmmanuel Vadot}; 21