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