1*5f62a964SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*5f62a964SEmmanuel Vadot/* 3*5f62a964SEmmanuel Vadot * Copyright 2024 Gateworks Corporation 4*5f62a964SEmmanuel Vadot */ 5*5f62a964SEmmanuel Vadot 6*5f62a964SEmmanuel Vadot/dts-v1/; 7*5f62a964SEmmanuel Vadot 8*5f62a964SEmmanuel Vadot#include "imx8mp.dtsi" 9*5f62a964SEmmanuel Vadot#include "imx8mp-venice-gw702x.dtsi" 10*5f62a964SEmmanuel Vadot#include "imx8mp-venice-gw82xx.dtsi" 11*5f62a964SEmmanuel Vadot 12*5f62a964SEmmanuel Vadot/ { 13*5f62a964SEmmanuel Vadot model = "Gateworks Venice GW82xx-2x i.MX8MP Development Kit"; 14*5f62a964SEmmanuel Vadot compatible = "gateworks,imx8mp-gw82xx-2x", "fsl,imx8mp"; 15*5f62a964SEmmanuel Vadot 16*5f62a964SEmmanuel Vadot chosen { 17*5f62a964SEmmanuel Vadot stdout-path = &uart2; 18*5f62a964SEmmanuel Vadot }; 19*5f62a964SEmmanuel Vadot}; 20