xref: /freebsd-src/sys/contrib/device-tree/src/arm64/ti/k3-am625-verdin-nonwifi-dev.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2023 Toradex
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am62
6*f126890aSEmmanuel Vadot * https://www.toradex.com/products/carrier-board/verdin-development-board-kit
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/dts-v1/;
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot#include "k3-am625.dtsi"
12*f126890aSEmmanuel Vadot#include "k3-am62-verdin.dtsi"
13*f126890aSEmmanuel Vadot#include "k3-am62-verdin-nonwifi.dtsi"
14*f126890aSEmmanuel Vadot#include "k3-am62-verdin-dev.dtsi"
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot/ {
17*f126890aSEmmanuel Vadot	model = "Toradex Verdin AM62 on Verdin Development Board";
18*f126890aSEmmanuel Vadot	compatible = "toradex,verdin-am62-nonwifi-dev",
19*f126890aSEmmanuel Vadot		     "toradex,verdin-am62-nonwifi",
20*f126890aSEmmanuel Vadot		     "toradex,verdin-am62",
21*f126890aSEmmanuel Vadot		     "ti,am625";
22*f126890aSEmmanuel Vadot};
23