blob: 4a1bbbbe19e66a6b9274a7a2ef735e00e833875d [file] [log] [blame]
Tim Harvey08ac93c2023-06-09 09:54:51 -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-gw7905.dtsi"
11
12/ {
13 model = "Gateworks Venice GW7905-2x i.MX8MP Development Kit";
14 compatible = "gateworks,imx8mp-gw7905-2x", "fsl,imx8mp";
15
16 chosen {
17 stdout-path = &uart2;
18 };
19};
20
21/* Disable SOM interfaces not used on baseboard */
22&eqos {
23 status = "disabled";
24};
25
26&usdhc1 {
27 status = "disabled";
28};