blob: 000fd15e0c0781d5a605663f5fed81f8ff6fd45d [file] [log] [blame]
Tim Harveyabe2c342023-08-15 15:01:13 -07001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2023 Gateworks Corporation
4 */
5
6/dts-v1/;
7
8#include "imx8mp.dtsi"
9#include "imx8mp-venice-gw702x.dtsi"
10#include "imx8mp-venice-gw73xx.dtsi"
11
12/ {
13 model = "Gateworks Venice GW73xx-2x i.MX8MP Development Kit";
14 compatible = "gateworks,imx8mp-gw73xx-2x", "fsl,imx8mp";
15
16 chosen {
17 stdout-path = &uart2;
18 };
19};