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