xref: /freebsd-src/sys/contrib/device-tree/src/arm/st/stm32mp151a-dhcor-testbench.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2022 Marek Vasut <marex@denx.de>
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot#include "stm32mp151.dtsi"
9*f126890aSEmmanuel Vadot#include "stm32mp15xx-dhcor-som.dtsi"
10*f126890aSEmmanuel Vadot#include "stm32mp15xx-dhcor-testbench.dtsi"
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot/ {
13*f126890aSEmmanuel Vadot	model = "DH electronics STM32MP151A DHCOR Testbench";
14*f126890aSEmmanuel Vadot	compatible = "dh,stm32mp151a-dhcor-testbench",
15*f126890aSEmmanuel Vadot		     "dh,stm32mp151a-dhcor-som",
16*f126890aSEmmanuel Vadot		     "st,stm32mp151";
17*f126890aSEmmanuel Vadot};
18