blob: 914753f062cd7fd3bcb8e8bdfe13ab5e5c24c8f9 [file] [log] [blame]
Tim Harvey586599b2023-08-15 15:01:14 -07001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2023 Gateworks Corporation
4 */
5
6/dts-v1/;
7
8#include "imx8mm.dtsi"
9#include "imx8mm-venice-gw700x.dtsi"
10#include "imx8mm-venice-gw7905.dtsi"
11
12/ {
13 model = "Gateworks Venice GW7905-0x i.MX8MM Development Kit";
14 compatible = "gateworks,imx8mm-gw7905-0x", "fsl,imx8mm";
15
16 chosen {
17 stdout-path = &uart2;
18 };
19};
20
21/* Disable SOM interfaces not used on baseboard */
22&fec1 {
23 status = "disabled";
24};
25
26&usdhc1 {
27 status = "disabled";
28};