xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw7905-2x.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2023 Gateworks Corporation
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot#include "imx8mp.dtsi"
9*f126890aSEmmanuel Vadot#include "imx8mp-venice-gw702x.dtsi"
10*f126890aSEmmanuel Vadot#include "imx8mp-venice-gw7905.dtsi"
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot/ {
13*f126890aSEmmanuel Vadot	model = "Gateworks Venice GW7905-2x i.MX8MP Development Kit";
14*f126890aSEmmanuel Vadot	compatible = "gateworks,imx8mp-gw7905-2x", "fsl,imx8mp";
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot	chosen {
17*f126890aSEmmanuel Vadot		stdout-path = &uart2;
18*f126890aSEmmanuel Vadot	};
19*f126890aSEmmanuel Vadot};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot/* Disable SOM interfaces not used on baseboard */
22*f126890aSEmmanuel Vadot&eqos {
23*f126890aSEmmanuel Vadot	status = "disabled";
24*f126890aSEmmanuel Vadot};
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot&usdhc1 {
27*f126890aSEmmanuel Vadot	status = "disabled";
28*f126890aSEmmanuel Vadot};
29