xref: /freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/logicpd-torpedo-37xx-devkit-28.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot
3*f126890aSEmmanuel Vadot/dts-v1/;
4*f126890aSEmmanuel Vadot
5*f126890aSEmmanuel Vadot/*
6*f126890aSEmmanuel Vadot * There are two types of 4.3" LCD, Type 15 and Type 28.
7*f126890aSEmmanuel Vadot * By default, type 15 was used.  This device tree file
8*f126890aSEmmanuel Vadot * uses the timing for the type 28 LCD
9*f126890aSEmmanuel Vadot */
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot#include "logicpd-torpedo-37xx-devkit.dts"
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot&lcd0 {
14*f126890aSEmmanuel Vadot	compatible = "logicpd,type28";
15*f126890aSEmmanuel Vadot};
16