1*5def4c47SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*5def4c47SEmmanuel Vadot/* 3*5def4c47SEmmanuel Vadot * Copyright 2020 Gateworks Corporation 4*5def4c47SEmmanuel Vadot */ 5*5def4c47SEmmanuel Vadot 6*5def4c47SEmmanuel Vadot/dts-v1/; 7*5def4c47SEmmanuel Vadot 8*5def4c47SEmmanuel Vadot#include "imx8mm.dtsi" 9*5def4c47SEmmanuel Vadot#include "imx8mm-venice-gw700x.dtsi" 10*5def4c47SEmmanuel Vadot#include "imx8mm-venice-gw71xx.dtsi" 11*5def4c47SEmmanuel Vadot 12*5def4c47SEmmanuel Vadot/ { 13*5def4c47SEmmanuel Vadot model = "Gateworks Venice GW71xx-0x i.MX8MM Development Kit"; 14*5def4c47SEmmanuel Vadot compatible = "gw,imx8mm-gw71xx-0x", "fsl,imx8mm"; 15*5def4c47SEmmanuel Vadot 16*5def4c47SEmmanuel Vadot chosen { 17*5def4c47SEmmanuel Vadot stdout-path = &uart2; 18*5def4c47SEmmanuel Vadot }; 19*5def4c47SEmmanuel Vadot}; 20