xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw72xx-0x.dts (revision 7ef62cebc2f965b0f640263e179276928885e33d)
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-gw72xx.dtsi"
11*5def4c47SEmmanuel Vadot
12*5def4c47SEmmanuel Vadot/ {
13*5def4c47SEmmanuel Vadot	model = "Gateworks Venice GW72xx-0x i.MX8MM Development Kit";
14*5def4c47SEmmanuel Vadot	compatible = "gw,imx8mm-gw72xx-0x", "fsl,imx8mm";
15*5def4c47SEmmanuel Vadot
16*5def4c47SEmmanuel Vadot	chosen {
17*5def4c47SEmmanuel Vadot		stdout-path = &uart2;
18*5def4c47SEmmanuel Vadot	};
19*5def4c47SEmmanuel Vadot};
20