xref: /freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-devkit8000.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Author: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot/dts-v1/;
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot#include "omap3-devkit8000-common.dtsi"
8*f126890aSEmmanuel Vadot/ {
9*f126890aSEmmanuel Vadot	model = "TimLL OMAP3 Devkit8000";
10*f126890aSEmmanuel Vadot	compatible = "timll,omap3-devkit8000", "ti,omap3430", "ti,omap3";
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot	aliases {
13*f126890aSEmmanuel Vadot		display1 = &dvi0;
14*f126890aSEmmanuel Vadot		display2 = &tv0;
15*f126890aSEmmanuel Vadot	};
16*f126890aSEmmanuel Vadot};
17